11.2 Task Type

Interface

It allows you:

  • to get the Task Type list to use with API 'Task'.

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/task/type/list/{version}?startRow={0}&endRow={100}&accessToken={access_token}

Method: GET

Return: JSON object with next format:

{

"data": [

{

"Organization": "*",

"Created": "2014-01-09 08:33:16",

"CreatedBy": "SuperUser",

"Updated": "2014-01-09 12:10:54",

"UpdatedBy": "SuperUser",

"Active": true,

"Name": "Task",

"Description": null

}

],

"totalRows": 1

}