How to Download "AuditTrailDocument" from esignlive account
Monday, November 9, 2020 at 11:03amHello,
Could you please provide some sample REST API code or URL/Details to download a "AuditTrailDocument" as PDF.
The information in this location are not clear.
https://community.onespan.com/documentation/secure-agreement-automation/guides/web-service-guide/developer/get-evidence
In the Example Request section,
- GET /api/transaction/{{uuid:transaction_id}}/document/
AuditTrailDocument/pdf
What is the "uuid:transaction_id" ?
Reply to: How to Download "AuditTrailDocument" from esignlive account
Monday, November 9, 2020 at 01:54pmHi Karan,
Did you mean the OneSpan Sign e-Signature product, or literally Secure Agreement Automation? If the former, it's
GET /api/packages/{packageId}/evidence/summary
And the package ID includes in the API response when you created a transaction.
Duo