GET TaskCategories?taskCategoryId={taskCategoryId}

Retrieves an task category by its Id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskCategoryId

Id of the task category

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, the task category.

NameDescriptionTypeAdditional information
Data

TaskCategory

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "TaskCategoryId": "2b2a28eb-b767-41a1-8f22-a3d9998fcfdf",
    "Name": "sample string 1",
    "SourceSystemId": "sample string 2",
    "CompanyId": "6c16352b-a67e-4910-a65b-440c6e82488f",
    "CreateDate": "2024-04-20T02:31:48.7663633-07:00",
    "CreateUser": "sample string 4",
    "LastModifiedDate": "2024-04-20T02:31:48.7663633-07:00",
    "LastModifiedUser": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}