/dataAccess/downloadPDF/¶
Downloads a report file about the application with the given
DownloadPDFRequest.id in PDF format as a binary data stream.
Request
GET {{server}}/VPE/dataAccess/downloadPDF/?id=...&DeviceId=...&SessionId=...
- DownloadPDFRequest.id¶
=
idHTTP query string argument that represents the unique identifier of the application for which a PDF file report will be downloaded.
- DownloadPDFRequest.DeviceId¶
=
DeviceIdHTTP query string argument that represents the device identifier as part of the current user session.
- DownloadPDFRequest.SessionId¶
=
SessionIdHTTP query string argument that represents the user’s current session identifier as part of the current user session.
Note
By using a simple
GETrequest, security-related properties such as the device identifier and session identifier may be exposed asGETarguments. If the connection is overHTTPS, all headers andGETarguments are encrypted butGETarguments may still appear in log files of the web server and/or in the history of the browser.
Response
The response represents the binary data stream of the PDF/based report file that was requested for the application via its unique container identifier.
Note
The response may be an empty data stream if there is an error condition.