GET api/services/import/v1/queue/getjobsByDateTime?from={from}&to={to}&latestDistinctJobsOnly={latestDistinctJobsOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
from | string |
Required |
|
to | string |
Required |
|
latestDistinctJobsOnly | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QueueDataName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Title | string |
None. |
|
ImportType | ImportType |
None. |
|
ImportMode | ImportMode |
None. |
|
ImportState | ImportState |
None. |
|
JobStartTime | date |
None. |
|
JobEndTime | date |
None. |
|
User | string |
None. |
|
NumberOfErrors | string |
None. |
|
ToolVersion | string |
None. |
|
IsActionDisabled | boolean |
None. |
|
TaskIdWhileActive | integer |
None. |
|
Division | string |
None. |
|
LastChanged | date |
None. |
|
ImportErrorType | ImportErrorType |
None. |
|
QueuePosition | integer |
None. |
|
QueueLength | integer |
None. |
|
ImportJobType | ImportJobType |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Title": "sample string 2", "ImportType": "PID", "ImportMode": "Import", "ImportState": "Created", "JobStartTime": "2024-12-21T08:57:22.9061955+01:00", "JobEndTime": "2024-12-21T08:57:22.9061955+01:00", "User": "sample string 4", "NumberOfErrors": "sample string 5", "ToolVersion": "sample string 6", "IsActionDisabled": true, "TaskIdWhileActive": 8, "Division": "sample string 9", "LastChanged": "2024-12-21T08:57:22.9061955+01:00", "ImportErrorType": "Default", "QueuePosition": 1, "QueueLength": 10, "ImportJobType": "ImportProcess" }, { "Id": 1, "Title": "sample string 2", "ImportType": "PID", "ImportMode": "Import", "ImportState": "Created", "JobStartTime": "2024-12-21T08:57:22.9061955+01:00", "JobEndTime": "2024-12-21T08:57:22.9061955+01:00", "User": "sample string 4", "NumberOfErrors": "sample string 5", "ToolVersion": "sample string 6", "IsActionDisabled": true, "TaskIdWhileActive": 8, "Division": "sample string 9", "LastChanged": "2024-12-21T08:57:22.9061955+01:00", "ImportErrorType": "Default", "QueuePosition": 1, "QueueLength": 10, "ImportJobType": "ImportProcess" } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.