GET TaskStatusTypes?includeCompanyId={includeCompanyId}&includeDefaults={includeDefaults}
Retrieves Greyswift's task status types. These are read-only.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| includeCompanyId | boolean |
Required |
|
| includeDefaults | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, a list of task status types.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of TaskStatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"TaskStatusTypeId": "fbba8d11-bec8-4785-8840-96ccb0aff7e5",
"Name": "sample string 1",
"CompanyId": "752373ce-75c1-4459-bf78-26d3c3a01b07"
},
{
"TaskStatusTypeId": "fbba8d11-bec8-4785-8840-96ccb0aff7e5",
"Name": "sample string 1",
"CompanyId": "752373ce-75c1-4459-bf78-26d3c3a01b07"
}
],
"Total": 1,
"Message": "sample string 1"
}