Generate Report
POST/report/:report_id/render
Generates a report in one of the supported formats.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The generated report in one for the supported formats.
Possible formats are: application/jpeg
, application/jpg
, application/pdf
, application/png
, application/zip
, multipart/form-data
.
When the format is zip
, it will contain a file for each page of the report in the format page-{page-number}.{format}
.
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.