Validate Report Data
POST/report/:report_id/validate
Validates whether the provided JSON data conforms to the report template's schema. Returns a success response if valid, or detailed validation errors if invalid.
Request
Responses
- 204
- 400
- 401
- 404
A valid response if the passed payload satisfies the validation JSON Schema required to render a report.
The passed payload does not satisfy the validation JSON Schema required to render a report.
Unauthorized access. This error code indicates that the request is missing or has invalid authentication credentials.
Resource not found. This can refer to the report template, the transform, or the version of the report template.