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": "87d63df0-18c1-4ae4-8fa2-43683f639356",
      "CompanyId": "5962de9b-34f6-4491-a44a-b73036e8aeb2",
      "TaskStatusTypeId": "8d954577-7d14-4c54-8949-4ecbb6953af1",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "1c1b83be-da6f-4e40-a696-68dd648f1815",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "87d63df0-18c1-4ae4-8fa2-43683f639356",
      "CompanyId": "5962de9b-34f6-4491-a44a-b73036e8aeb2",
      "TaskStatusTypeId": "8d954577-7d14-4c54-8949-4ecbb6953af1",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "1c1b83be-da6f-4e40-a696-68dd648f1815",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}