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": "b27397c5-3e50-4acc-bf36-b5b92d3e80b8",
"CompanyId": "9832ac95-92a8-492d-8d65-70136e4e6907",
"TaskStatusTypeId": "a62e7e6c-b549-409b-9f9f-07fd9a491b5c",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "a482c3dd-fd54-48a6-bafa-dad6a5991cdd",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "b27397c5-3e50-4acc-bf36-b5b92d3e80b8",
"CompanyId": "9832ac95-92a8-492d-8d65-70136e4e6907",
"TaskStatusTypeId": "a62e7e6c-b549-409b-9f9f-07fd9a491b5c",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "a482c3dd-fd54-48a6-bafa-dad6a5991cdd",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}