Exporting Reports
The following endpoint allows you to export reports in different file formats. Use this endpoint to programmatically generate and download report files based on your specified parameters.
GET /data/api/v1.0/reports/export/{reportName}/{format}
Parameters
Parameter
Type
Required
Description
reportName
string
Yes
The name of the report to export. Must be a valid report name configured in the system.
format
string
Yes
The desired file format for the exported report. Supported values: PDF, CSV (case-sensitive).
Note: Reports may take time to generate depending on complexity and data volume.
Last updated
Was this helpful?