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": "fba375ab-119f-4ce3-80ff-d81e8d1d8b5e",
"Name": "sample string 1",
"CompanyId": "ce88b483-1b63-4469-b3c8-00ee30a17055"
},
{
"TaskStatusTypeId": "fba375ab-119f-4ce3-80ff-d81e8d1d8b5e",
"Name": "sample string 1",
"CompanyId": "ce88b483-1b63-4469-b3c8-00ee30a17055"
}
],
"Total": 1,
"Message": "sample string 1"
}