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": "352d197a-532d-4173-8304-f93c8405ef21",
"Name": "sample string 1",
"CompanyId": "25b8d218-2b4a-43d4-bc7f-7c7c4a0d65b7"
},
{
"TaskStatusTypeId": "352d197a-532d-4173-8304-f93c8405ef21",
"Name": "sample string 1",
"CompanyId": "25b8d218-2b4a-43d4-bc7f-7c7c4a0d65b7"
}
],
"Total": 1,
"Message": "sample string 1"
}