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": "179f5a64-b075-4fbf-a00a-035c5971eb45",
      "CompanyId": "67c2aa79-51ef-41b9-a127-e2816c773d45",
      "TaskStatusTypeId": "5de02fa2-1f32-4625-9e75-c497754ac782",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "8b6639e8-47ae-4a91-ab06-3b332714c661",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "179f5a64-b075-4fbf-a00a-035c5971eb45",
      "CompanyId": "67c2aa79-51ef-41b9-a127-e2816c773d45",
      "TaskStatusTypeId": "5de02fa2-1f32-4625-9e75-c497754ac782",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "8b6639e8-47ae-4a91-ab06-3b332714c661",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}