``orders`` | optional, array |
Filtered response by a collection of orders specified by its job chain path and an optional order id.
If "orderId" is undefined then all orders of the specified job chain are included in the response.
If "orderId" is specified then parameters such as ``folders``, ``types``, ``excludeOrders`` and ``regex`` are ignored. |
[{
"jobChain":"/sos/reporting/Inventory",
"orderId":"Inventory"
}] |
|