| ``dailyPlanDate`` |
required, string |
The value has to have the format *YYYY-MM-DD*
The day of the daily plan. Depends on the settings for daily plan timezone and daily plan period. |
2020-12-31 |
|
| ``schedulePaths`` |
optional, array[string] |
Filters all orders in the given daily plan 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 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 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 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
}]
|
|
| ``submissionHistoryIds`` |
optional, array[integer] |
Filters all orders in the given daily plan that have been generated by one of the given submissions.
To retrieve submissionHistoryIds call /dailyplan/submissions. A submission can be manually executed or the automatically executed by the daily plan service. |
[4711] |
|