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": "02a20cfc-9c0c-4983-aa90-518c7ea4d510", "Name": "sample string 1", "CompanyId": "88c83d57-8498-426b-8964-9a33680d9d5e" }, "Total": 1, "Message": "sample string 1" }