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": "68278f3f-9586-4aae-8b18-398ccd1c5952", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "133e0718-8687-4637-a4ea-96d3a1b61346", "CreateDate": "2025-04-24T13:55:54.3644636-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T13:55:54.3644636-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }