GET TaskStatusTypes?taskStatusTypeId={taskStatusTypeId}
Retrieves a task status type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskStatusTypeId |
Id of the task status type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the task status type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskStatusType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskStatusTypeId": "c78465d1-f831-493d-adb4-4ba57701862a",
"Name": "sample string 1",
"CompanyId": "08e9ace0-9f0b-4e68-a8ed-da14e9c6dfd3"
},
"Total": 1,
"Message": "sample string 1"
}