GET TaskCategories?taskCategoryId={taskCategoryId}
Retrieves an task category by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskCategoryId |
Id of the task category |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the task category.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | TaskCategory |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"TaskCategoryId": "833977bd-5fc6-4ffa-8af9-24e70df36b58",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "efcc4f10-77cd-444f-82d9-3a2c3ef7f708",
"CreateDate": "2025-12-05T06:15:12.9414854-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:15:12.9414854-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}