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": "44adc2ff-6054-4446-ba05-cbf048231762",
"CompanyId": "d7764ff7-c1a7-4599-88d9-bb9e0060f1c4",
"TaskStatusTypeId": "7c49f72f-ec01-43c2-ac5a-49e77686b377",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "9a401fb7-e1d8-4c5c-9efe-c7b5e6c4a1f3",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "44adc2ff-6054-4446-ba05-cbf048231762",
"CompanyId": "d7764ff7-c1a7-4599-88d9-bb9e0060f1c4",
"TaskStatusTypeId": "7c49f72f-ec01-43c2-ac5a-49e77686b377",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "9a401fb7-e1d8-4c5c-9efe-c7b5e6c4a1f3",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}