Convert Transform Data to JSON
POST/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 /render
endpoint. You don't have to convert the data to JSON to render as you can use the /render/{transform_name}
endpoint directly with the same input files.
Request
Responses
- 200
- 400
- 404
The JSON value that can be used to render the report.
Illegal input for operation.
Resource not found.