Downloading a traffic report as PDF¶
Sends a GET request to the endpoint /reports-v2/{id}/pdf.
Description¶
The Download-Traffic-Reports request allows the user to request a PDF of a specific traffic report.
Requirements¶
Values of the request: Report-ID {id}d}
Objects: none
Request¶
To request a PDF of a specific traffic report, the Report-ID {id} needs to be added to the path of the request.
No further information is required.
The system returns a 200 and downloads the PDF.
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 400 | The request was unsuccessful. The request was invalid or information is missing. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |