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": "e98e1f7a-fa6c-41d4-8e35-09bc8f25a209",
      "CompanyId": "833ca437-671d-4f03-87b2-429b3708ceba",
      "TaskStatusTypeId": "3c41b6e1-fd3b-4054-8c23-dd691b63be13",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "30829737-b39d-41e8-a79d-16d12010b446",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "e98e1f7a-fa6c-41d4-8e35-09bc8f25a209",
      "CompanyId": "833ca437-671d-4f03-87b2-429b3708ceba",
      "TaskStatusTypeId": "3c41b6e1-fd3b-4054-8c23-dd691b63be13",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "30829737-b39d-41e8-a79d-16d12010b446",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}