It allows you:
to get the Request Status list to use with API 'Request'.
Columns that can be used as filters:
Organization
Value
Name
Active
RequestType
Actions can be done:
list
URL: https://api.socratecloud.com/webapi/rest/request/status/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}
Method: GET
Return: JSON object with next format:
{
"data": [
{
"Organization": "*",
"Created": "2014-01-09 08:32:44",
"CreatedBy": "SuperUser",
"Updated": "2014-02-06 09:15:34",
"UpdatedBy": "SuperUser",
"Active": true,
"Value": "Working",
"Name": "Working",
"Description": null,
"OpenStatus": true,
"ClosedStatus": false,
"FinalClose": false
}
],
"totalRows": 1
}