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": "26b64cad-26e0-4260-ba8d-42b0a1fab055",
"CompanyId": "ad8229cc-ea29-40ae-8d0a-5bb2b6cc1d08",
"TaskStatusTypeId": "6d8d1f53-5e68-470e-83ab-53229e1ba158",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "501ce264-4463-41db-a278-78f2d3d517fa",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "26b64cad-26e0-4260-ba8d-42b0a1fab055",
"CompanyId": "ad8229cc-ea29-40ae-8d0a-5bb2b6cc1d08",
"TaskStatusTypeId": "6d8d1f53-5e68-470e-83ab-53229e1ba158",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "501ce264-4463-41db-a278-78f2d3d517fa",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}