JOC API

Version 2.6.5

Download RAML
JOC API
/locks
POST

Returns deployed locks


Parameters in the POST body schema

Name Type Description Example Default
controllerId required, string Controller ID myController
lockPaths optional, array[string] Filters response by a collection of locks specified by its path.
The parameter folders is ignored if this parameter is defined.
["/path/myLock"]
folders optional, array[object] Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]
compact optional, boolean A compact response is returned if this parameter is true false
limit optional, integer Limits the number of holding and waiting orders respectively, -1=unlimited 5000 10000