Last updated on
Apr 27, 2021
Objective
How to download Signed document along with Audit report and supporting document through Adobe Sign REST API rather making a separate call to download Audit report using the following method.
Environment
Adobe Sign REST API Swagger App
Steps
- Go to https://secure.na1.echosign.com/public/docs/restapi/v5.
- Click GET /agreements/{agreementId}/combinedDocument.
- Click the oAuth Access-token button.
- Access token is generated automatically once its authorization is accepted.
- Provide the agreementId .
- Under attachSupportingDocuments , select true from the drop-down.
- Under attachAuditReport, select true from the drop-down.
- Click the Try it out! button.
Result: It downloads the combined PDF of Signed, supporting document and Audit report.