JOC API

Version 2.6.5

Download RAML
JOC API
/calendars
POST

Gets released calendars


Parameters in the POST body schema

Name Type Description Example Default
calendarPaths optional, array[string] Filters response by a collection of calendars specified by its calendar path. The parameters folders, regex and type are ignored if this parameter is defined. [
"/sos/myCalendar",
"/sos/myCalendar2"
]
compact optional, boolean A compact response is returned if this parameter is true false
regex optional, string Regular expression to filter the collection .*
folders optional, array[object] Limits the result to a collection of folders [{
"folder": "/sos",
"recursive": true
}]
type optional, string Calendar type to filter the collection. Possible values are WORKINGDAYSCALENDAR and NONWORKINGDAYSCALENDAR