JOC API

Version 1.13.10

Download RAML
JOC API
/tree/joe
POST

Collections of specified object with folders information in a tree structure


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
folders optional, array collection of folder objects [{
"folder": "/sos",
"recursive": true
}]
types optional, array This parameter restricts the folders. Only folders are in the response which have subfolders or JobScheduler objects of this parameter [
"JOBCHAIN",
"JOB"
]