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": "71c7c5b9-e7ba-443b-b062-f9fc29d42e4e",
      "CompanyId": "e67a5cd0-59fc-49ab-9f5f-7daa8061f8b8",
      "TaskStatusTypeId": "b53eb999-68f5-4459-97ab-51ea337adab8",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "8cce18a9-3c02-40da-bfb0-61482c0b6c33",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "71c7c5b9-e7ba-443b-b062-f9fc29d42e4e",
      "CompanyId": "e67a5cd0-59fc-49ab-9f5f-7daa8061f8b8",
      "TaskStatusTypeId": "b53eb999-68f5-4459-97ab-51ea337adab8",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "8cce18a9-3c02-40da-bfb0-61482c0b6c33",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}