JOC API

Version 2.6.5

Download RAML
JOC API
/calendar/dates
POST

Gets dates of a calendar


Parameters in the POST body schema

Name Type Description Example Default
One of path or calendar is required! path beats a specified calendar object
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