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": "f5db585f-18d4-4e0d-8922-9446e900920f", "Name": "sample string 1", "CompanyId": "774abdbc-9c5e-4f45-b6a6-4a94f215402c" }, { "TaskStatusTypeId": "f5db585f-18d4-4e0d-8922-9446e900920f", "Name": "sample string 1", "CompanyId": "774abdbc-9c5e-4f45-b6a6-4a94f215402c" } ], "Total": 1, "Message": "sample string 1" }