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": "f5d6cde5-bb30-4670-a286-4bb29e9bc75c",
"Name": "sample string 1",
"CompanyId": "89e8719f-cd98-4469-a96e-d27b467af99e"
},
{
"TaskStatusTypeId": "f5d6cde5-bb30-4670-a286-4bb29e9bc75c",
"Name": "sample string 1",
"CompanyId": "89e8719f-cd98-4469-a96e-d27b467af99e"
}
],
"Total": 1,
"Message": "sample string 1"
}