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": "d357aed7-78b3-460f-a484-9a7286cef5b9",
"Name": "sample string 1",
"CompanyId": "cd42f55a-9182-453c-bc63-5283e0cf9673"
},
{
"TaskStatusTypeId": "d357aed7-78b3-460f-a484-9a7286cef5b9",
"Name": "sample string 1",
"CompanyId": "cd42f55a-9182-453c-bc63-5283e0cf9673"
}
],
"Total": 1,
"Message": "sample string 1"
}