Extension v4

Interface

Extension to the standard interface.

If the ”ID's” columns are used then the corresponding columns for name or value would be ignored.

Columns that can be used as filters:

  • Organization_ID

  • Project_ID

Actions can be done:

  • list

  • create

  • update

  • delete

API Methods:

List:

URL: https://api.socratecloud.com/webapi/rest/project/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}

Method: GET

Return: JSON object with next format:

Create:

URL: https://api.socratecloud.com/webapi/rest/project/create/{version}?startRow={0}&endRow={100}&accessToken={access_token}

Method: POST

Return: project value for success or error message (start with "ERROR: ")

Update:

URL: https://api.socratecloud.com/webapi/rest/project/update/{version}?startRow={0}&endRow={100}&accessToken={access_token}&Name={project_name}

Method: POST

Return: project value for success or error message (start with "ERROR: ")

Delete:

URL: https://api.socratecloud.com/webapi/rest/project/delete/{version}?startRow={0}&endRow={100}&accessToken={access_token}&Name={project_name}

Method: POST

Return: 'Deleted' for success or error message (start with "ERROR: ")