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": "30c9b50f-28fa-41d4-81ec-664455576b34",
      "CompanyId": "853a6630-569d-43e9-9edc-72439b598dc3",
      "TaskStatusTypeId": "1b07e637-22ee-418b-b2de-74d0e318c286",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "0c1a38d4-2124-4225-85bb-6f6149851d32",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "30c9b50f-28fa-41d4-81ec-664455576b34",
      "CompanyId": "853a6630-569d-43e9-9edc-72439b598dc3",
      "TaskStatusTypeId": "1b07e637-22ee-418b-b2de-74d0e318c286",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "0c1a38d4-2124-4225-85bb-6f6149851d32",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}