/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"
] |
|
calendarIds |
optional, array[integer] | Filters response by a collection of calendars specified by its calendar ID. The parameters calendarPaths , folders , regex and type are ignored if this parameter is defined. |
[
4711,
4712
] |
|
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 |
Request