检索带有证书的签名文档的副本? [英] Retrieve copy of signed document with certificate appened?

查看:84
本文介绍了检索带有证书的签名文档的副本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果您从Web界面下载签名文档的完整副本,则可以选择下载带有摘要(证书)PDF的副本,该副本附加在签名文档的末尾。

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.

是否可以通过DocuSign api调用来检索签名文​​档,以获取签名文档的副本并附加摘要(证书)?

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?

推荐答案

是的,请查看 getEnvelopeDocuments API 文档

Yes please review the getEnvelopeDocuments API documentation.

默认情况下,它会下载信封文档。要附加完成证书,请使用可选的查询参数?certificate = true 。示例:

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

这篇关于检索带有证书的签名文档的副本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆