Export analysis report PDF
Need a polished report you can pass on right away? You can generate a PDF for any completed analysis job.
This is a handy way to share analysis outcomes with colleagues or customers in a format that is ready to read.
Request
Request Method: GET
https://api.enablenow.nl/analysis-jobs/<analysisId>/report
For instance, if the analysisId is 70750aee-84d7-4b60-a6d8-dd9edd29258c, you would create a GET request to:
Request Method: GET
https://api.enablenow.nl/analysis-jobs/70750aee-84d7-4b60-a6d8-dd9edd29258c/report// application/json request body should be as below or completely absent{}
See Analysis API for the full API reference.
Response
The response returned is a PDF file (application/pdf).
The Content-Disposition response header includes a generated filename in this format:
EnableNow-Analysis-<analysisId>-<timestamp>.pdf