``scheduleFolders`` |
optional; array[scheduleFolder] |
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
}]
|
|
``workflowFolders`` |
optional; array[workflowFolder] |
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
}]
|
|