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": "879d6639-54b5-4a5f-85f7-6d54cfc45182",
      "CompanyId": "36c00de8-9f9d-441a-b159-db432c0429b0",
      "TaskStatusTypeId": "0833f3af-fdec-4983-ad88-4560bdd8b5f1",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "96e3be57-e80d-4d2f-9f3c-90224a318b5b",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "879d6639-54b5-4a5f-85f7-6d54cfc45182",
      "CompanyId": "36c00de8-9f9d-441a-b159-db432c0429b0",
      "TaskStatusTypeId": "0833f3af-fdec-4983-ad88-4560bdd8b5f1",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "96e3be57-e80d-4d2f-9f3c-90224a318b5b",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}