13.4 Request Category

Interface

It allows you:

  • to get the Request Category list to use with API 'Request'.

Columns that can be used as filters:

  • Organization

  • Name

  • Active

  • RequestType

Actions can be done:

  • list

API Methods:

List:

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

Method: GET

Return: JSON object with next format:

{

"data": [

{

"Organization": "*",

"Created": "2014-04-09 18:51:50",

"CreatedBy": "SuperUser",

"Updated": "2014-04-09 18:51:50",

"UpdatedBy": "SuperUser",

"Active": true,

"Name": "New Category",

"Description": null

}

],

"totalRows": 1

}