Create Schedule
POST/api/v2/custom-reports/1/schedules
Create a new schedule.
Required fields:
frequency(string):daily,weekly, ormonthlytime_of_day(string):H:iorH:i:srecipients(array of valid emails, min 1)
Optional fields:
day_of_week(0-6) when frequency isweeklyday_of_month(1-31) when frequency ismonthlytimezone(string, defaultUTC)export_format(csv,xlsx,pdf, defaultcsv)is_active(boolean, default true)
Returns 201 with the schedule resource. Returns 403 if the caller is not the report owner.
Request
Responses
- 200
Successful response