Api.retrieveImage¶
- retrieveImage(imageId)¶
Retrieves the binary image data of an existing image as part of a specific document in the system.
This method executes asynchronously and returns a promise.
Note
If the image is part of an archived document, then access to the archive is restricted and administrator or archive privileges are required in order to access archived content.
- Arguments
imageId (
guid()
) – Unique identifier of the image object for which binary image data is retrieved.
- Returns
For error responses, see Error Responses.
If successful, retrieves the raw binary image data.
See also