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": "c67c2832-ec72-4419-b736-9ce4b47907f5",
      "CompanyId": "1e598384-4d94-4d01-b6db-0c0424eba2ad",
      "TaskStatusTypeId": "e3f855b5-0e44-42bb-9543-340d3f316bdf",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "40d41835-f823-4a90-be55-b936a6af3401",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "c67c2832-ec72-4419-b736-9ce4b47907f5",
      "CompanyId": "1e598384-4d94-4d01-b6db-0c0424eba2ad",
      "TaskStatusTypeId": "e3f855b5-0e44-42bb-9543-340d3f316bdf",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "40d41835-f823-4a90-be55-b936a6af3401",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}