Export records | Zoho Creator Help

Export records

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

reportInfoThis contains the app owner, app link name, and report link name
optionAll 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).
completionHandlerThe file data will be returned to the completionHandler