Export Custom Report
POST/api/v2/custom-reports/1/export
Export a saved custom report. The response is a streamed/binary download in the requested format.
Request body:
format(string, required): One ofcsv,xlsx,pdf
Returns 200 with a file download. Returns 404 if the report is not owned by or shared with the caller.
Request
Responses
- 200
Successful response