Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 1.08 KB

File metadata and controls

20 lines (15 loc) · 1.08 KB

ExportedReport

Properties

Name Type Description Notes
id Integer Unique ID [optional]
recipientId Integer Associated Recipient ID [optional]
recipientType String Polymorphic recipient type. Valid values are User, ScheduledExportResult [optional]
reportIds List<Integer> An array of report IDs to export alerts for [optional]
format String The file format of the export. Valid values are csv, json, pdf [optional]
url String A temporary URL where the file can be accessed [optional]
fileName String The name of the file [optional]
filter Object Params used to filter the alerts that will be exported [optional]
createdAt DateTime ISO 8601 timestamp when the resource was created [optional]
updatedAt DateTime ISO 8601 timestamp when the resource was updated [optional]
recipient User Associated Recipient [optional]