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": "1dce2381-a9df-4bfc-a549-dc17b9184f7f",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "525f7248-4d54-437c-be67-342b6ada7a65",
"CreateDate": "2025-12-13T01:08:32.0942625-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-13T01:08:32.0942625-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}