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": "7e6c0aaa-cfc9-44a5-82e2-a346a67c4f20",
"CompanyId": "5b42f8e8-570d-4e34-b5d6-e8c5a715362e",
"TaskStatusTypeId": "7a991f42-1e48-428c-9b6c-6c671b58eb1a",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "69ad87d7-7cdd-415c-9fd7-e29c92307409",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "7e6c0aaa-cfc9-44a5-82e2-a346a67c4f20",
"CompanyId": "5b42f8e8-570d-4e34-b5d6-e8c5a715362e",
"TaskStatusTypeId": "7a991f42-1e48-428c-9b6c-6c671b58eb1a",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "69ad87d7-7cdd-415c-9fd7-e29c92307409",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}