Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.17 KB

SchedulesInfoReporting.md

File metadata and controls

15 lines (11 loc) · 1.17 KB

SchedulesInfoReporting

Properties

Name Type Description Notes
ScheduleId string Unique schedule identifier [optional]
Recurrence []RecurrenceInfoReporting Recurrence pattern of a schedule [optional]
ViewType string Type of report. Detailed reports include tables with data. Simple reports only include charts [optional]
Attachments []AttachmentInfoReporting Set of optional attachments. Basically, every report email is in HTML format. Optionally, it can contain PDF or CSV files [optional]
Pages []string List of pages to include to the report. If empty, all pages are included. Otherwise, only specified pages are included. API doesn't check validity of page names. Client application is responsible to do that [optional]
Recipients []string List of emails to which to send rendered reports [optional]

[Back to Model list] [Back to API list] [Back to README]