GET TaskStatusTypes?includeCompanyId={includeCompanyId}&includeDefaults={includeDefaults}
Retrieves WellTraq'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": "6a3fd7be-3c4e-44fa-a5d0-f2a1a6506855",
"Name": "sample string 1",
"CompanyId": "efaf30e9-e75a-45cc-995e-74678d2bdc7d"
},
{
"TaskStatusTypeId": "6a3fd7be-3c4e-44fa-a5d0-f2a1a6506855",
"Name": "sample string 1",
"CompanyId": "efaf30e9-e75a-45cc-995e-74678d2bdc7d"
}
],
"Total": 1,
"Message": "sample string 1"
}