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": "eab70791-6e26-4f8f-98f0-04812995550b",
      "CompanyId": "19984834-a8ba-428d-b940-5fef284e9098",
      "TaskStatusTypeId": "ea319e38-5d38-4218-b5eb-d9d2d0ede2d6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "7a52b166-45d1-4474-9e50-ef2c2c1261fd",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "eab70791-6e26-4f8f-98f0-04812995550b",
      "CompanyId": "19984834-a8ba-428d-b940-5fef284e9098",
      "TaskStatusTypeId": "ea319e38-5d38-4218-b5eb-d9d2d0ede2d6",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "7a52b166-45d1-4474-9e50-ef2c2c1261fd",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}