/dataAccess/exportPDF/
¶
Retrieves a report file about the application with the given
ExportPDFRequest.ContainerId
in PDF format as a binary data stream.
Request
POST {{server}}/VPE/dataAccess/exportPDF/
Content-Type: application/json
{
"DeviceId": "device-id",
"SessionId": "...",
"ContainerId": "..."
}
- ExportPDFRequest.ContainerId¶
=
ContainerId
Unique identifier of the document container for which a PDF file report is being downloaded.
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.