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": "f78aac3d-da92-4bde-a517-586fa4152a0f",
      "CompanyId": "25eedf7e-e764-4f46-a6db-47914c70fb03",
      "TaskStatusTypeId": "8ec0d23e-ab81-46b5-9348-42f1a358013e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "c5fbce77-7708-4e77-9d2c-64c8085e133e",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "f78aac3d-da92-4bde-a517-586fa4152a0f",
      "CompanyId": "25eedf7e-e764-4f46-a6db-47914c70fb03",
      "TaskStatusTypeId": "8ec0d23e-ab81-46b5-9348-42f1a358013e",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "c5fbce77-7708-4e77-9d2c-64c8085e133e",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}