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": "4083afeb-60b1-4fc9-b081-dac0b039d234",
"CompanyId": "6e57db5e-f522-4642-92bc-2f1670bd260e",
"TaskStatusTypeId": "ad81ce8b-e4ba-4ccd-a3e1-5abf418c949f",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "bb923054-e8cb-4d62-9226-741b7e1920d7",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "4083afeb-60b1-4fc9-b081-dac0b039d234",
"CompanyId": "6e57db5e-f522-4642-92bc-2f1670bd260e",
"TaskStatusTypeId": "ad81ce8b-e4ba-4ccd-a3e1-5abf418c949f",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "bb923054-e8cb-4d62-9226-741b7e1920d7",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}