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": "3a7ebc14-3207-43d0-9489-c060e348afa4", "CompanyId": "db89419b-58b1-451c-a19c-8132ef3afcf3", "TaskStatusTypeId": "4a2b2827-7cd0-4c5b-b1a6-44161d4aa190", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "961474e1-145d-4f5b-a1a4-6737ddd73cef", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, { "TaskStatusTypeTaskTypeId": "3a7ebc14-3207-43d0-9489-c060e348afa4", "CompanyId": "db89419b-58b1-451c-a19c-8132ef3afcf3", "TaskStatusTypeId": "4a2b2827-7cd0-4c5b-b1a6-44161d4aa190", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "961474e1-145d-4f5b-a1a4-6737ddd73cef", "TaskTypeName": "sample string 4", "Description": "sample string 5" } ], "Total": 1, "Message": "sample string 1" }