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": "927c7dd1-ceb3-4ad3-bb41-62bc267b5fcb",
      "CompanyId": "e480d352-c819-41f8-bec5-6088ed6acae0",
      "TaskStatusTypeId": "422947cc-2794-40b2-adac-3b6db12f9a6d",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "b2442b44-04ee-4088-b46a-990bee05b2ac",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "927c7dd1-ceb3-4ad3-bb41-62bc267b5fcb",
      "CompanyId": "e480d352-c819-41f8-bec5-6088ed6acae0",
      "TaskStatusTypeId": "422947cc-2794-40b2-adac-3b6db12f9a6d",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "b2442b44-04ee-4088-b46a-990bee05b2ac",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}