Convert Transform Data to JSON
POST/report/:report_id/transform/:transform_name
Converts the provided input files into the JSON format required by the report template. This is the data that should be passed to the POST /report/{report_id}/render
endpoint.
You don't have to convert the data to JSON to render as you can use the /report/{report_id}/render/{transform_name}
endpoint directly with the same input files.
Request
Responses
- 200
- 400
- 401
- 403
- 404
The JSON value that can be used to render the report.
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.