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": "582225c9-13c1-4770-92eb-5c0b5fe0cb4f", "CompanyId": "0e77924d-29c7-44f1-9eef-792b3a2250f5", "TaskStatusTypeId": "8f87d444-cded-4753-bf49-dfef7481eac8", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "9a639165-445a-4b22-995b-a9b3a43c2edc", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "582225c9-13c1-4770-92eb-5c0b5fe0cb4f", "CompanyId": "0e77924d-29c7-44f1-9eef-792b3a2250f5", "TaskStatusTypeId": "8f87d444-cded-4753-bf49-dfef7481eac8", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "9a639165-445a-4b22-995b-a9b3a43c2edc", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }