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": "bb2b9c6f-be45-4371-a46d-f93b988ec08b",
"CompanyId": "f2a5c0c8-138c-46eb-98dc-5f89f6834b6c",
"TaskStatusTypeId": "d615ef9c-ed97-458b-8070-53d6a30520d3",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "72091e7e-6aab-4d9b-8f09-d4a7c9615bbf",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "bb2b9c6f-be45-4371-a46d-f93b988ec08b",
"CompanyId": "f2a5c0c8-138c-46eb-98dc-5f89f6834b6c",
"TaskStatusTypeId": "d615ef9c-ed97-458b-8070-53d6a30520d3",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "72091e7e-6aab-4d9b-8f09-d4a7c9615bbf",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}