JOC API

Version 2.6.5

Download RAML
JOC API
/daily_plan/projections/dates
POST

Gets the start times of date range of the daily plan projections


Parameters in the POST body schema







Name Type Description Example Default
Following elements filter the projections.
All filter elements will be combined with "and".
The elements in the lists schedulePaths, scheduleFolders, workflowPaths, workflowFolders and controllerIds will be combined with "or".
dateFrom optional, string The value has to have the format YYYY-MM-DD 2023-01-01
dateTo optional, string The value has to have the format YYYY-MM-DD 2023-12-31
schedulePaths optional, array[string] Filters all projections that have been calculated with one of the given schedules in schedulePaths. ["/path/mySchedule"]
scheduleFolders optional, array[object] Filters all projections that have been calculated with a schedule located in one of the given folders. Depending on the value for "recursive" in one of the subfolders recursively too. [{
"folder": "/sos",
"recursive": true
}]
workflowPaths optional, array[string] Filters all projections that have been calculated with one of the given workflows in workflowsPaths. ["/path/to/workflow"]
workflowFolders optional, array[object] Filters all projections that have been calculated with a workflow located in one of the given folders. Depending on the value for "recursive" in one of the subfolders recursively too. [{
"folder": "/sos",
"recursive": true
}]
withoutStartTime optional, boolean If true, the workflows that have a start time for a day are considered. With false it is the other way round false
controllerIds optional, array[string] Filters orders that have been generated for the Controller IDs that are in the list controllerIds ["myControllerId"]