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": "c55c0692-3b33-4d80-8e83-75468d66b12e",
"CompanyId": "43b4399c-ef10-4aaf-a39e-05f1c6111ae8",
"TaskStatusTypeId": "ad7c4b91-316a-4c2b-bf28-ea0060f87089",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "782c5d11-04a6-41b6-9978-ce99a30b0580",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "c55c0692-3b33-4d80-8e83-75468d66b12e",
"CompanyId": "43b4399c-ef10-4aaf-a39e-05f1c6111ae8",
"TaskStatusTypeId": "ad7c4b91-316a-4c2b-bf28-ea0060f87089",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "782c5d11-04a6-41b6-9978-ce99a30b0580",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}