Skip to main content

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

The JSON value that can be used to render the report.