JOC API

Version 2.2.0

Download RAML
JOC API
/calendar/dates
POST

Gets dates of a calendar


Parameters in the POST body schema

Name Type Description Example Default
id optional, integer ID of a calendar
One of the parameters calendar, id or path is required. The id beats the path parameter and path beats the calendar parameter
path optional, string Path of a calendar
calendar optional, object Calendar JSON object
dateFrom optional, string The value has to have the format YYYY-MM-DD
Returns dates younger than this date.
A calendar "from" attribute further limits results.
2021-01-01
dateTo optional, string The value has to have the format YYYY-MM-DD
Returns dates older than this date.
A calendar "to" attribute further limits results.
2021-12-31