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": "b54f61a9-e55c-41e1-95fd-d253964e7b23", "CompanyId": "296083ce-5edf-42bf-881d-a27748620206", "TaskStatusTypeId": "c3fb39dd-abb2-4188-abc6-76255fabb71d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "821dc665-2905-4153-bd7a-b2ef308e5c91", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "b54f61a9-e55c-41e1-95fd-d253964e7b23", "CompanyId": "296083ce-5edf-42bf-881d-a27748620206", "TaskStatusTypeId": "c3fb39dd-abb2-4188-abc6-76255fabb71d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "821dc665-2905-4153-bd7a-b2ef308e5c91", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }