JOC API

Version 2.6.5

Download RAML
JOC API
/documentations/export
GET

Provides export file (zip) as download of documentations


POST

Provides export file (zip) as download of documentations


Parameters in the POST body schema

Name Type Description Example Default
documentations optional, array Limits the result to a collection of documentations specified by its documentation path. Other parameters are ignored if this parameter is defined. [
"/sos/myDocu.html",
"/sos/myDocu/img/my.gif"
]
folders optional, array[object] Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]