JOC API

Version 1.13.10

Download RAML
JOC API
/calendar/dates
POST

Sends dates of a calendar

One of the parameters calendar, id or path is required. The id and path parameter beats the calendar parameter


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
path optional, string Path of a calendar
One of path or id is required. The path beats the id
id optional, integer Id of a calendar
calendar required, object Calendar object
dateFrom optional, string The value has to have the format YYYY-MM-DD
Returns only dates younger than this date.
If the calendar has a "from" attribute than the date which is younger is used.
If this value and the "from" attribute of the calendar are undefined or empty then the current date is used.
2017-01-01
dateTo optional, string The value has to have the format YYYY-MM-DD
Returns only dates older than this date.
If the calendar has a "to" attribute than the date which is older is used.
It is required that either dateTo or the "to" attribute of the calendar is defined.
2017-12-31