Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docusign Get one combined document

Tags:

docusignapi

with reference to the question (How to get signed envelop in docusign)

I'm uploading 3 documents to docusign after signing process is completed I want to download one single combined document (consisting of 3 documents that I uploaded + certificate). I saw the API guid which refers to envelopesApi.GetEnvelope(AccountId, envelopeId, null). This returns us back the CombinedURI. But I'm not sure how to actually download the whole document as one single document with the combined URI.

Any help would be much appreciated.

like image 791
Pramod Avatar asked Jun 20 '26 11:06

Pramod


2 Answers

envelopesApi.getDocument(accountId, envelopeId, "combined")

That gets me the signed PDF document(s) for the given envelope.

like image 73
Antony Bourgois Avatar answered Jun 23 '26 19:06

Antony Bourgois


You'll want a GET to /accounts/{accountId}/envelopes/{envelopeId}/documents/combined

like image 27
Rickey S Avatar answered Jun 23 '26 19:06

Rickey S



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!