When you View a completed envelope in DocuSign, and then you click the download button, it allows you to download a "Combined" document that includes the envelope details.
Does this functionality exist in the DocuSign 2.1 APIs (O11) asset?
Thanks.
Hi Gaius Augustus,
I hope there is a method available to handle these requirements. If not a single method, then perhaps two separate methods might do the job. Could you please share the sample downloaded files? That way, I can assist you with the exact API methods you can use.
Hi @Abhishek Hayaran
I can't share the documents since they contain confidential information, but I can describe them.
The first document is the fully executed document (a contract where all parties have signed).
The second document is autogenerated by DocuSign and is called a Certificate of Completion. It lists who signed and when as well as some other information. You can see more info about this and examples here: https://support.docusign.com/s/document-item?language=en_US&bundleId=oeq1643226594604&topicId=gpa1578456339545.html&_LANG=enus
I hope this helps.
Thanks!
I found a reference to this in this DocuSign API documentation.
https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopedocuments/get/
When using getDocument, you can specify certificate=True, and it will returned a combined document that includes the Certificate of Completion.
However, I don't see that option available in the "DownloadDocument" server action. Is this something that could be added?