JOC API

Version 2.6.5

Download RAML
JOC API
/documentations
POST

Gets 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
}]
types optional, array Limits the result to documentations with specified media subtypes
Supported types are
  • "pdf"
  • "html"
  • "xml"
  • "xsl"
  • "xsd"
  • "svg"
  • "javascript"
  • "json"
  • "css"
  • "markdown"
  • "gif"
  • "jpeg"
  • "png"
  • "icon"
[
"html",
"xml"
]
onlyWithAssignReference optional, boolean Limits the result to documentations that have a reference for assignment false