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": "c30bd874-4055-413b-996c-5e6e7129f142",
      "CompanyId": "be9c1049-8e19-478c-bf8e-88b6621e914f",
      "TaskStatusTypeId": "746a019f-b5bf-4e7e-aa44-730e2e36de16",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "a40b8dc8-2ca5-44a7-b43d-000c130f5860",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "c30bd874-4055-413b-996c-5e6e7129f142",
      "CompanyId": "be9c1049-8e19-478c-bf8e-88b6621e914f",
      "TaskStatusTypeId": "746a019f-b5bf-4e7e-aa44-730e2e36de16",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "a40b8dc8-2ca5-44a7-b43d-000c130f5860",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}