Headers
The authorization token. Important: This header is required if your environment has the Access 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
La respuesta correcta contiene el informe generado y dos encabezados:
-
Content-Type (cadena): Indica el formato del informe devuelto.
- Valores posibles:
text/html,text/xml,text/csv,text/plain - Ejemplo:
text/html
- Valores posibles:
-
Content-Disposition (cadena): Indica cómo debe manejar el archivo el cliente.
- Ejemplo:
attachment; filename="report.html"
- Ejemplo:
Nota: Los ejemplos de respuesta ilustran posibles formatos de salida. En la práctica, solo recibirá un formato a la vez, que coincidirá con el Content-Type devuelto.
The response is of type string.

