Retrieve copy of signed document with certificate appened?

社会主义新天地 提交于 2019-12-24 16:07:17

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!