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": "72b5f215-d20b-4150-93a7-6b95f7c55a16",
"CompanyId": "2a77b82b-93c0-4dcb-88db-d0b7cc0601c7",
"TaskStatusTypeId": "5c8ab414-9bd1-4105-99e5-5e4c5987336b",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "5ceb9b11-2f3c-40d7-9e8a-076f42c85348",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "72b5f215-d20b-4150-93a7-6b95f7c55a16",
"CompanyId": "2a77b82b-93c0-4dcb-88db-d0b7cc0601c7",
"TaskStatusTypeId": "5c8ab414-9bd1-4105-99e5-5e4c5987336b",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "5ceb9b11-2f3c-40d7-9e8a-076f42c85348",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}