Number of APIs: 5
PUT {{URL_ORIGIN}}/api/calendars/:id
This API allows to update existing calendar.
GET {{URL_ORIGIN}}/api/calendars/:id
This API allows to get a single calendar details.
POST {{URL_ORIGIN}}/api/calendars/10/end-of-day
This API allows to trigger EOD for a specific calendar
GET {{URL_ORIGIN}}/api/calendars
This API allows to get a list of all calendars with their details.
POST {{URL_ORIGIN}}/api/calendars
This API allows to create a new calendar. ID will be returned in the response, this ID is the unique identifier of the calendar and should be used when sending update commands. Note: this ID can be retrieved via Get Calendars API.