JOC API

Version 2.6.5

Download RAML
JOC API
/inventory/releasables
POST

Gets releasable objects


Parameters in the POST body schema

Name Type Description Example Default
folder required, string Absolute path of a folder
recursive optional, boolean reads folder recursive false
objectTypes optional, array Object types of releasable configuration item. Possible value are
  • "WORKINGDAYSCALENDAR"
  • "NONWORKINGDAYSCALENDAR"
  • "SCHEDULE"
  • "JOBTEMPLATE"
  • "INCLUDESCRIPT"
["WORKINGDAYSCALENDAR", "NONWORKINGDAYSCALENDAR"]
onlyValidObjects optional, boolean Limits response to valid configurations only. false
withRemovedObjects optional, boolean If true, result include removed configuration items false
withoutDrafts optional, boolean 'releasableVersions' array contains drafts if this parameter is false false
withoutReleased optional, boolean 'releasableVersions' array contains released items if this parameter is false false