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": "8a72d77d-6d91-4696-84fd-feb4182f0a86",
      "CompanyId": "65f94884-1166-48b3-a4b1-b65dc013b922",
      "TaskStatusTypeId": "a9f3f49b-0d6f-4b92-b03e-70e3115f31e0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "6030e871-091e-4a29-b118-2b5825407d95",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "8a72d77d-6d91-4696-84fd-feb4182f0a86",
      "CompanyId": "65f94884-1166-48b3-a4b1-b65dc013b922",
      "TaskStatusTypeId": "a9f3f49b-0d6f-4b92-b03e-70e3115f31e0",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "6030e871-091e-4a29-b118-2b5825407d95",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}