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": "2f7c24be-4104-4f8c-8863-719d244ee81b",
"CompanyId": "7527ece2-4e9a-4d5d-b7a4-e83fa8f2d625",
"TaskStatusTypeId": "ae049c09-743e-4fbf-a7a2-bb2ad88927cd",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "e05781b3-d987-4752-9f4b-6344ddf35081",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "2f7c24be-4104-4f8c-8863-719d244ee81b",
"CompanyId": "7527ece2-4e9a-4d5d-b7a4-e83fa8f2d625",
"TaskStatusTypeId": "ae049c09-743e-4fbf-a7a2-bb2ad88927cd",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "e05781b3-d987-4752-9f4b-6344ddf35081",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}