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": "3f74e565-4a48-4b42-b268-c776913614f1",
    "Name": "sample string 1",
    "CompanyId": "2876d78c-1fc0-4fe5-a44a-22250a245bea"
  },
  "Total": 1,
  "Message": "sample string 1"
}