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": "a4350117-b3fb-458f-9f39-694e115f991f", "Name": "sample string 1", "CompanyId": "87a05443-569e-4b58-a065-d1b87e366b14" }, "Total": 1, "Message": "sample string 1" }