JOC API

Version 2.8.2

Download RAML
JOC API
/note/preferences
POST

Sets display preferences (width, height)


Parameters in the POST body schema

Name Type Description Example Default
name required, string Object name of the configuration item
objectType required, string Object type of the configuration item. Possible value are
  • "WORKFLOW"
  • "JOBRESOURCE"
  • "LOCK"
  • "NOTICEBOARD"
  • "FILEORDERSOURCE"
  • "WORKINGDAYSCALENDAR"
  • "NONWORKINGDAYSCALENDAR"
  • "SCHEDULE"
  • "JOBTEMPLATE"
  • "INCLUDESCRIPT"
  • "REPORT"
displayPreferences required, object Object that contains width and heigth.
{
  "width": 600,
  "heigth": 500
}
width optional, integer
heigth optional, integer