|
Following elements filter the projections.
All filter elements will be combined with "and".
The elements in the list 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 |
|
| ``schedulePath`` |
required, string |
Filters all projections that have been calculated with the given schedule. |
["/path/mySchedule"] |
|