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
| Name | Description | Type | Additional 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
| Name | Description | Type | Additional information | 
|---|---|---|---|
| Data | Collection of TaskStatusTypeTaskType | None. | |
| Total | integer | None. | |
| Message | string | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "Data": [
    {
      "TaskStatusTypeTaskTypeId": "964d88d5-d960-4836-ad63-1449d41e4b48",
      "CompanyId": "e7c01049-7032-4b11-a7b9-7025f60c3372",
      "TaskStatusTypeId": "2a06bb6e-faad-4e34-b243-e600d3622b8b",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "dcdb892c-ea5d-4faf-baeb-76c6651e2c08",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    },
    {
      "TaskStatusTypeTaskTypeId": "964d88d5-d960-4836-ad63-1449d41e4b48",
      "CompanyId": "e7c01049-7032-4b11-a7b9-7025f60c3372",
      "TaskStatusTypeId": "2a06bb6e-faad-4e34-b243-e600d3622b8b",
      "TaskStatusTypeName": "sample string 2",
      "SourceSystemId": "sample string 3",
      "TaskTypeId": "dcdb892c-ea5d-4faf-baeb-76c6651e2c08",
      "TaskTypeName": "sample string 4",
      "Description": "sample string 5"
    }
  ],
  "Total": 1,
  "Message": "sample string 1"
}