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": "e6707a34-e75b-458b-a070-4a2ddebece37", "CompanyId": "9dbfcce4-efc1-44cf-b8dc-fd8e88ecfcf9", "TaskStatusTypeId": "288ede38-fca4-48d1-b10d-6b4a60135356", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "5c599877-5caa-4dc8-a1c3-a80af786553f", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "e6707a34-e75b-458b-a070-4a2ddebece37", "CompanyId": "9dbfcce4-efc1-44cf-b8dc-fd8e88ecfcf9", "TaskStatusTypeId": "288ede38-fca4-48d1-b10d-6b4a60135356", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "5c599877-5caa-4dc8-a1c3-a80af786553f", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }