13.3 Request Group

Interface

It allows you:

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

Columns that can be used as filters:

  • Organization

  • Name

  • Active

Actions can be done:

  • list

API Methods:

List:

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

Method: GET

Return: JSON object with next format:

{

"data": [

{

"Organization": "*",

"Created": "2014-02-06 09:19:05",

"CreatedBy": "SuperUser",

"Updated": "2014-02-06 09:19:05",

"UpdatedBy": "SuperUser",

"Active": true,

"Name": "Sales Group",

"Description": null

}

],

"totalRows": 1

}