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": "a6326938-1305-44eb-a0af-231072e93b51",
      "CompanyId": "bdbb9b27-46e7-4ea7-8d55-0520ce80a00c",
      "TaskStatusTypeId": "ae98a27f-48b5-4acc-9d4a-9663824c17f0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "ba8c43dd-359d-4d7d-af8a-8ab2889d64bf",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "a6326938-1305-44eb-a0af-231072e93b51",
      "CompanyId": "bdbb9b27-46e7-4ea7-8d55-0520ce80a00c",
      "TaskStatusTypeId": "ae98a27f-48b5-4acc-9d4a-9663824c17f0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "ba8c43dd-359d-4d7d-af8a-8ab2889d64bf",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}