This API service lets you manage the different functionalities in a report.
Export records
Methods
exportReport(for reportInfo: ReportInfo,withOption option:ReportExportAPI.ActionType, reportConfig: ReportAPIConfiguration, exportConfig: ExportConfiguration, completionHandler: @escaping (Result<Data>) -> Void)
Parameters
| reportInfo | This contains the app owner, app link name, and report link name |
|---|---|
| option | All records or selected records |
reportConfig | An object containing configuration related to fetch. |
exportConfig | The export file name, export file type, export file password(if required). |
| completionHandler | The file data will be returned to the completionHandler |