Get Report Template JSON Schema
GET/report/:report_id/schema
Returns the JSON Schema that defines the expected structure and validation rules for the report data.
Use this schema to ensure your data payload is valid. You don't need to run this every time a report is generated since the validation is also performed when the report is rendered. This endpoint is provided for convenience and testing.
Request
Responses
- 200
- 401
- 403
- 404
The JSON Schema used to validate the report data before rendering.
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.