Headers
The authorization token. Important: This header is required if your environment has the Acces Manager plugin enabled.
The unique identifier of the Organization associated with the request.
Path Parameters
Unique identifier for the report that you want to check.
Response
The successful response containing the rendered report and two headers:
-
Content-Type (string): Indicates the format of the returned report
- Possible values:
text/html
,text/xml
,text/csv
,text/plain
- Example:
text/html
- Possible values:
-
Content-Disposition (string): Suggests how the client should handle the file
- Example:
attachment; filename="report.html"
- Example:
Note: The response examples illustrate possible outputs. In practice, you will only receive one format at a time, matching the Content-Type
returned.
The response is of type string
.