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": "e33dc9d0-3c32-49cc-b926-4922d9f538da",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "c1bac530-710b-40c1-9418-a1332bc14b0c",
"CreateDate": "2026-06-25T03:42:52.3449612-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T03:42:52.3449612-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}