``orders`` | optional, array |
Filtered response by a collection of orders specified by its workflow path and an optional order id.
If the "orderId" is undefined then all orders of the specified workflow path are included in the response.
If this parameter is specified then parameters such as ``folders``, ``excludeOrders`` and ``regex`` where applicable are ignored. |
[{
"workflowPath": "/path/to/workflow",
"orderId":"myOrder"
}] |
|