``historyIds`` | optional, array[object] |
Filtered response by a collection of order's historyId and position.
It determines the current or last taskId.
If "historyIds" is specified then all other optional parameters except ``controllerId`` and ``taskIds`` are ignored. |
[{
"historyId":4711,
"position":"0/try+0:2/catch+3:4"
}] |
|