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": "9892f4e3-0e55-45f3-b5c0-fa7c176462cb",
"Name": "sample string 1",
"CompanyId": "1a0c87d9-718b-4a46-9b97-67bc739155f8"
},
"Total": 1,
"Message": "sample string 1"
}