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": "2d72a0b8-1901-4247-aa9c-97a80d43c755",
"Name": "sample string 1",
"CompanyId": "a02d91a1-c0d1-472d-9151-6a8f4ded075a"
},
{
"TaskStatusTypeId": "2d72a0b8-1901-4247-aa9c-97a80d43c755",
"Name": "sample string 1",
"CompanyId": "a02d91a1-c0d1-472d-9151-6a8f4ded075a"
}
],
"Total": 1,
"Message": "sample string 1"
}