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": "e059cd1a-6dc1-4936-9f2f-14ac148ec4f8",
      "CompanyId": "c91737d4-a446-4df5-8795-06503af230da",
      "TaskStatusTypeId": "983d5e1a-e72d-4a14-a6f1-726fb108928e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d80a8205-2491-41fd-8bea-53dbf0b8f8ef",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "e059cd1a-6dc1-4936-9f2f-14ac148ec4f8",
      "CompanyId": "c91737d4-a446-4df5-8795-06503af230da",
      "TaskStatusTypeId": "983d5e1a-e72d-4a14-a6f1-726fb108928e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "d80a8205-2491-41fd-8bea-53dbf0b8f8ef",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}