Dominik Amann
Member
How to get all “active” operations per workplace without executing multiple calls to the api?
“Search operations”
It seems it is only possible to add a filter for a single operation-phase. If i want to determine all active operations for one work place (like SFT) i have to execute one api-call per operation-phase and merge the results. Is there is a possibilty to add a condition like “operation-phase <> closed”?
Share
Alexander
Just try it with
GET operations?isInProgress=true
or
POST operations/search -d “{ \”isInProgress\”: true }”
For this simple call the POST operations/search method does not have to be used. The main purpose of this method is to explicitly pass several order numbers in an array.