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": "22aa07cd-97a1-4b7a-8bb3-81c6f730101e",
"Name": "sample string 1",
"CompanyId": "41a9ab36-08dc-4b47-9791-7ea25b467d37"
},
"Total": 1,
"Message": "sample string 1"
}