JOC API

Version 2.6.5

Download RAML
JOC API
/inventory/path
POST

Delivers the path of an object, specified by its name and object type


Parameters in the POST body schema

Name Type Description Example Default
name required, string The name (unique identifier) of the inventory object. "name": "myWorkflow"
objectType required, string String representation of the objectType from the enum ConfigurationType. The Enum consist of:
  • "FOLDER"
  • "WORKFLOW"
  • "JOBRESOURCE"
  • "NOTICEBOARD"
  • "LOCK"
  • "FILEORDERSOURCE"
  • "WORKINGDAYSCALENDAR"
  • "NONWORKINGDAYSCALENDAR"
  • "SCHEDULE"
  • "JOBTEMPLATE"
  • "INCLUDESCRIPT"
"objectType" : "WORKFLOW"
useDrafts boolean, optional This property decides if delivered paths for the object will be determined from draft state or from released/deployed state of the object. "useDrafts" : true false