Export dashboard chart data to Excel
POST/api/v1/dashboard/:pk/export_xlsx/
Enqueues an async task that writes each chart's data to its own worksheet, uploads the .xlsx to S3, and emails the requesting user a pre-signed download link. Returns immediately with a job id.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 500
- 501
Export task accepted
Bad request
Unauthorized
Forbidden
Not found
Fatal error
Excel export is not configured on this server