Generate Attachments
POST/report/:report_id/attachments
Generates attachments (Excel, CSV, etc.) from the provided JSON data. Returns 404 if the report does not support attachments.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The generated attachment file. Content type depends on the attachment generator (e.g., application/zip, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet).
When responseMode is signed-url, returns application/json with a url field.
Illegal input for operation.
Unauthorized access. This error code indicates that the request is missing or has invalid authentication credentials.
Forbidden. This error code indicates that the server understands the request but refuses to fulfill it because the credentials lacks the necessary permissions.
Resource not found. This can refer to the report template, the transform, or the version of the report template.