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": "dc35a0c7-2d45-4e0b-8922-5cd5f11b4a13", "CompanyId": "6f822679-314a-496f-8235-f5bfccbbb2e9", "TaskStatusTypeId": "3f89bcc8-911d-4514-a6b3-ef5aade4937c", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "3dd348b0-357a-4ab9-84e9-2345f61f7ab6", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "dc35a0c7-2d45-4e0b-8922-5cd5f11b4a13", "CompanyId": "6f822679-314a-496f-8235-f5bfccbbb2e9", "TaskStatusTypeId": "3f89bcc8-911d-4514-a6b3-ef5aade4937c", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "3dd348b0-357a-4ab9-84e9-2345f61f7ab6", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }