Skip to main content

Create Monitor

POST 

/api/EntityEventSchedules/CreateMonitor

Tier: Public — stable, supported for third-party integration.

Creates the (single allowed) monitor for a schedule. On success this registers a Hangfire recurring job (id = the created monitor's id, cron = AddEventScheduleMonitorDto.CronExpression, timezone = the schedule's timezone) that periodically evaluates the schedule's compliance.

Request

Responses

The created monitor. See Monitor.EventScheduleMonitorDetailDto.