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": "8b2220fc-19dc-4148-b853-372b6d88558b",
      "CompanyId": "59782088-6bcb-48fa-8d58-60ad5cbd1f9e",
      "TaskStatusTypeId": "93e9c19f-4171-479d-9759-4b3c6d7187bf",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "0a99b8e9-01f3-4bd0-81c9-1bc158701a05",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "8b2220fc-19dc-4148-b853-372b6d88558b",
      "CompanyId": "59782088-6bcb-48fa-8d58-60ad5cbd1f9e",
      "TaskStatusTypeId": "93e9c19f-4171-479d-9759-4b3c6d7187bf",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "0a99b8e9-01f3-4bd0-81c9-1bc158701a05",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}