Apiguide
Transaction Images
API endpoints for retrieving Transaction Images from enVision Cloud
Overview
enVision Cloud provides capability to download images associated with transactions.
You must include a valid Bearer token in the Authorization header of any request to enVision Cloud APIs. Tokens can be managed in the enVision Cloud Portal
Response Format
The response is a JPEG encoded image captured during the measure operation for the specified transaction.
Endpoints
Transaction Image
Returns the image associated with the specified transaction.
/api/transactionimage/{transactionId}
Example Request
curl "https://api.ece.phdsolutions.ca/api/transactionimage/95688" \
-X GET \
-H "Authorization: Bearer YOUR_AUTH_TOKEN"
Request Parameters
Parameter | Required | Description |
---|---|---|
transactionId | Yes | the Id of the transaction you wish to fetch the image for |