List Allowed Transforms
GET/report/:report_id/transform
Returns descriptions of all transforms supported by this report template. Each transform defines a set of input files that can be used to generate the report.
Request
Responses
- 200
- 401
- 403
- 404
The description of all the transforms supported by this report.
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.