GET TaskStatusTypeTaskType?taskStatusTypeTaskTypeId={taskStatusTypeTaskTypeId}&taskStatusTypeId={taskStatusTypeId}&taskTypeId={taskTypeId}

Retrieves a companies task status types to task types association. These are read-only.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taskStatusTypeTaskTypeId

globally unique identifier

Required

taskStatusTypeId

globally unique identifier

Required

taskTypeId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

On success, a list of task status types and task types associations

NameDescriptionTypeAdditional information
Data

Collection of TaskStatusTypeTaskType

None.

Total

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "TaskStatusTypeTaskTypeId": "75124315-3371-4d9b-a178-bd7aaeb3d412",
      "CompanyId": "7891296b-db91-4d5c-9d95-f9dd91869722",
      "TaskStatusTypeId": "8bfe63db-47be-4ae5-a698-4723fe7673e0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "737c9158-60c5-41e3-8ebd-82a83505ac11",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "75124315-3371-4d9b-a178-bd7aaeb3d412",
      "CompanyId": "7891296b-db91-4d5c-9d95-f9dd91869722",
      "TaskStatusTypeId": "8bfe63db-47be-4ae5-a698-4723fe7673e0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "737c9158-60c5-41e3-8ebd-82a83505ac11",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}