/dataAccess/image/
¶
Retrieves the binary data stream of an individual document image referenced by a simple GET request without involving a JSON-encoded request message.
Request
GET {{server}}/VPE/dataAccess/image/?id=...&DeviceId=...&SessionId=...
- ImageRequest.id¶
=
id
HTTP query string argument that represents the unique identifier of the image that will be downloaded.
- ImageRequest.DeviceId¶
=
DeviceId
HTTP query string argument that represents the device identifier as part of the current user session.
- ImageRequest.SessionId¶
=
SessionId
HTTP query string argument that represents the user’s current session identifier as part of the current user session.
Note
By using a simple
GET
request, security-related properties such as the device identifier and session identifier may be exposed asGET
arguments. If the connection is overHTTPS
, all headers andGET
arguments are encrypted butGET
arguments 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 document image that was requested via its unique image identifier.
Note
The response may be an empty data stream if there is an error condition.