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": "8f49077b-c7bb-4b36-918a-bb2e452c6843", "CompanyId": "ccae94d7-eb4d-45dc-bcdf-3139cfc49bbb", "TaskStatusTypeId": "a3130b06-2a3b-4ea1-a3ed-ea8591d98f72", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "873580a2-2724-464c-9ebe-fca06d3856a3", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "8f49077b-c7bb-4b36-918a-bb2e452c6843", "CompanyId": "ccae94d7-eb4d-45dc-bcdf-3139cfc49bbb", "TaskStatusTypeId": "a3130b06-2a3b-4ea1-a3ed-ea8591d98f72", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "873580a2-2724-464c-9ebe-fca06d3856a3", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }