GetDeliveredImages
Overview
The GetDeliveredImages operation retrieves the delivered PDF documents from a previously executed Select Generate And Deliver action using a respective Transaction ID
| Method | URL | Description |
|---|---|---|
| GET | /api/v1/Document/account/{accountId}/transaction/{transactionIdentifier}/images/{WKESTrackingId} | The GET method retrieves PDF images that were shipped to the recipient. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | integer | required | Account associated with the delivery setup for a particular financial institution. |
| transactionId | integer | required | An identifier assigned by the Expere Document Services solution for the document request event. This ID is used for request tracking purposes |
| WKESTrackingId | string | required | An identifier used to track the transaction within WKES. |
Sample Request
The request utilizes the URL of the Get method, for example:
https://<ServerName>/DocumentService/api/v1/Document/account/8/transaction/1234567/images/987654.
Note the following:
- "8" is the account Id
- "1234567" is the transactionId
- "987654" is the WKESTrackingId
Sample Response
{
"imageData": "VGVzdFN0cmluzw",
}
Note: the imageData element consists of base64.