Following elements filter the orders that should be considered.
All filter elements will be combined with "and".
The elements in the lists schedulePaths, scheduleFolders, workflowPaths, workflowFolders and controllerIds will be combined with "or". ``dailyPlanDateFrom`` optional, string The value has to have the format *YYYY-MM-DD*
The begin of the day range of the daily plan. Depends on the settings for daily plan timezone and daily plan period. 2020-12-31 ``dailyPlanDateTo`` optional, string The value has to have the format *YYYY-MM-DD*
The end of the day range of the daily plan. Depends on the settings for daily plan timezone and daily plan period.
If only one day of the daily plan is desired than specify ``dailyPlanDateFrom`` == ``dailyPlanDateTo`` 2020-12-31 ``schedulePaths`` optional, array[string] Filters all orders in the given daily plan range that have been generated with one of the given schedules in schedulePaths. ["/path/mySchedule"] ``scheduleFolders`` optional, array[object] Filters all orders in the given daily plan range that have been generated 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 orders in the given daily plan range that are assigned to one of the given workflows in workflowPaths. ["/path/to/workflow"] ``workflowFolders`` optional, array[object] Filters all orders in the given daily plan range that have been generated with a schedule assigned to 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
}]