Schedulers

Create a scheduler

post/schedulers

Request body

namestring required

Name of the scheduler

startDatestring required

Start date (YYYY-MM-DD)

startTimestring required

Start time (HH:mm)

timeZonestring

IANA time zone (e.g. "UTC", "Europe/Brussels")

endDatestring

End date (YYYY-MM-DD)

endTimestring

End time (HH:mm)

recurrencestring

RRULE recurrence string

channelIdsstring[]

Channel IDs (deprecated, use channels instead). All engines of each channel are scheduled.

enabledboolean

Whether the scheduler is enabled

Response

Created scheduler

Changes

Changed in 2 of the 9 revisions of this API.4

    • api operation id create-scheduler was added

      api-operation-id-added

    • added the new optional request property channels

      new-optional-request-property

    • the request property channelIds became optional

      request-property-became-optional

    • added the required property data/allOf[Scheduler]/channels to the response with the 200 status

      response-required-property-added