Report Schedules

The following operations are available for this resource.

Http Verb Operation
Get Reporting/ReportSchedules/{id} Get a report schedule.
GET Method: Get, URL: Reporting/ReportSchedules/{id} Test

Get a report schedule.

GetAll Reporting/ReportSchedules?activeOnly={activeOnly} Get all report schedules, optionally filtered by active only.
GET Method: GetAll, URL: Reporting/ReportSchedules?activeOnly={activeOnly} Test

Get all report schedules, optionally filtered by active only.

CalculateNextRun Reporting/ReportSchedules/CalculateNextRun Verify the next run for a schedule's recurrence pattern by passing the pattern. Returns its calculated next run date/time.
POST Method: CalculateNextRun, URL: Reporting/ReportSchedules/CalculateNextRun Test

Verify the next run for a schedule's recurrence pattern by passing the pattern. Returns its calculated next run date/time.

Save Reporting/ReportSchedules Create a report schedule.
POST Method: Save, URL: Reporting/ReportSchedules Test

Create a report schedule.

Update Reporting/ReportSchedules/{id} Update the details of a report schedule.
PUT Method: Update, URL: Reporting/ReportSchedules/{id} Test

Update the details of a report schedule.