JOC API

Version 2.6.5

Download RAML
JOC API
/notice/boards
POST

Gets deployed notice boards


Parameters in the POST body schema

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