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": "938fc6e5-a777-42e1-9509-e1ef41c601e7",
"CompanyId": "180dd61c-641a-4dc5-99bc-297f0328b2bb",
"TaskStatusTypeId": "3c49af9d-5a20-4ce2-9a6b-cc8c667af3c2",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "cb5a1cc3-9d1a-4d68-92cb-a06e09880d18",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
},
{
"TaskStatusTypeTaskTypeId": "938fc6e5-a777-42e1-9509-e1ef41c601e7",
"CompanyId": "180dd61c-641a-4dc5-99bc-297f0328b2bb",
"TaskStatusTypeId": "3c49af9d-5a20-4ce2-9a6b-cc8c667af3c2",
"TaskStatusTypeName": "sample string 2",
"SourceSystemId": "sample string 3",
"TaskTypeId": "cb5a1cc3-9d1a-4d68-92cb-a06e09880d18",
"TaskTypeName": "sample string 4",
"Description": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}