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": "4a7aceed-b97b-43ac-b2fa-34951b839991", "CompanyId": "dbe4c163-de6d-4974-9443-2051ba14f4b3", "TaskStatusTypeId": "1c91855c-086f-40ad-80be-9aee0a8ce2cc", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b0ca1fff-32d5-4c15-81eb-1457fd62b621", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "4a7aceed-b97b-43ac-b2fa-34951b839991", "CompanyId": "dbe4c163-de6d-4974-9443-2051ba14f4b3", "TaskStatusTypeId": "1c91855c-086f-40ad-80be-9aee0a8ce2cc", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b0ca1fff-32d5-4c15-81eb-1457fd62b621", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }