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": "5aacbff6-5f4d-47fb-8290-b3fa5854cdb7",
      "CompanyId": "895a0f63-f051-4b57-a8bf-ec1fe7ef4f97",
      "TaskStatusTypeId": "efe5ec1c-27e9-4945-9298-e14d810267a6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "06fc8d73-3a60-4ea8-bbe9-bf7c09497ef8",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "5aacbff6-5f4d-47fb-8290-b3fa5854cdb7",
      "CompanyId": "895a0f63-f051-4b57-a8bf-ec1fe7ef4f97",
      "TaskStatusTypeId": "efe5ec1c-27e9-4945-9298-e14d810267a6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "06fc8d73-3a60-4ea8-bbe9-bf7c09497ef8",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}