almyryan3

Downloading all transaction package files

0 votes
Hello, Is there a REST API call to GET a zip file containing all packages from the eSignLive account? Main reasons would be for pdf archival of all the transactions flowing through the system. I'm using Postman and curious what the GET call would be. Thanks in advance. Ryan

Reply to: Downloading all transaction package files

0 votes
Hi Ryan, There's no direct API to download ZIP file containing ALL packages, but you can download each package separately by calling
Download Documents Zip

HTTP Request
GET /api/packages/{packageId}/documents/zip

HTTP Headers
Accept: application/zip
Authorization: Basic api_key
And you can use this API
GET /packages 
Authorization: Basic api_key
Content-type:application/json
Accept:application/json
to retrieve multiple package IDs(at most 100 packages per return) of an account by adding query parameters like: GET /packages?from=0&to=99 You can find all Query Parameters in this guide Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off