Retrieves a list with all schedules stored within the same tenant
GET {{baseUrl}}/schedules?pageNumber=<integer>&pageSize=<integer>&filter=<string>
Retrieves a list with all schedules stored within the same tenant
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | string | Specifies the requested page index | |
pageSize | string | Specifies the number of elements in a page | |
filter | string | Complex and flexible filter that can filter by creationDate, name, status, modelId and scheduleString. <br /> All the top fields used in the filter are ANDed, but the searched values can use AND and OR operands, including comparison operators where the values allow. All fields are optional.<br /> The expected filter format is:<br /> ?filter={ | |
"status": { |
"eq": "RUNNING"
}, "message": { "eq": "Insufficient disk space" }, "creationDate": { "gt": "2018-06-23T20:09:00" }, "name": { "eq": "Every 2 Months" } } |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"schedules":[{"id":"c603fb82-8417-11e8-adc0-fa7ae01bbebc","inputFolderId":"17f9d94e-8417-11e8-adc0-fa7ae01bbebc","outputFolderId":"0cf21f02-8417-11e8-adc0-fa7ae01bbebc","configurationId":"urn:uuid:020a4766-0782-227f-be2f-c1c7c4b9cf04","modelId":"951b3240-7857-11e8-adc0-fa7ae01bbebc","name":"testSch","maximumExecutionTime":"in sit nostrud ut","scheduleString":"0 9 * * *","status":"STOPPED","createdBy":"analytics","creationDate":"2018-10-01T12:00:00.001Z"},{"id":"c603fb82-8417-11e8-adc0-fa7ae01bbebc","inputFolderId":"17f9d94e-8417-11e8-adc0-fa7ae01bbebc","outputFolderId":"0cf21f02-8417-11e8-adc0-fa7ae01bbebc","configurationId":"urn:uuid:9900cbff-6a08-7ba9-6e09-10aa73a6566c","modelId":"951b3240-7857-11e8-adc0-fa7ae01bbebc","name":"testSch","maximumExecutionTime":"laborum veniam laboris","scheduleString":"0 9 * * *","status":"STOPPED","createdBy":"analytics","creationDate":"2018-10-01T12:00:00.001Z"}],"page":{"number":33129439,"size":80845718,"totalPages":15500938,"totalElements":-96172661}}