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": "6b435fbd-0ba1-47bb-94ea-ebc443d3dd01",
      "CompanyId": "752857d1-2b4e-4034-82dd-cb3c6460180f",
      "TaskStatusTypeId": "ebbefb93-e902-4eae-b5d4-384442d24b52",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "24ec6f74-6c09-4808-a72f-664bcb21ceda",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "6b435fbd-0ba1-47bb-94ea-ebc443d3dd01",
      "CompanyId": "752857d1-2b4e-4034-82dd-cb3c6460180f",
      "TaskStatusTypeId": "ebbefb93-e902-4eae-b5d4-384442d24b52",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "24ec6f74-6c09-4808-a72f-664bcb21ceda",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}