问题
If you download the completed copy of a signed document from the web interface, you have the option to download a copy with the summary (certificate) PDF appended to the end of the signed document.
Is there a way to retrieve a signed document through the DocuSign api calls to get a copy of the signed document with the summary (certificate) appended?
回答1:
Yes please review the getEnvelopeDocuments API documentation.
By default it downloads the envelope documents. To get the Certificate of Completion appended use the optional query parameter ?certificate=true
. Example:
GET v2/accounts/{accountId}/envelopes/{envelopeId}/documents/combined?certificate=true
来源:https://stackoverflow.com/questions/30670481/retrieve-copy-of-signed-document-with-certificate-appened