Docusign:如何知道哪个签名者签署了哪个信封文件?
Docusign: how to know which signer has signed which of the envelope document?
我有一个信封,上面有多个签名者和多个文件。我需要检查谁在特定时间签署了哪个文档。从功能上讲,这将允许根据签名者或未签名者抛出错误(例如,您不能在签名者 2 签名后修改该字段)。
我已经尝试获取信封 GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}
(see doc) but can't see any informations about current signers signature status. Also tried GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/signature
(see doc),但我没有得到任何进一步的信息...
如何查看当前谁签署了文档?
您最好的选择是使用连接:https://developers.docusign.com/platform/webhooks/connect/
这将消除您轮询端点以查看谁签署了信封的需要。
我有一个信封,上面有多个签名者和多个文件。我需要检查谁在特定时间签署了哪个文档。从功能上讲,这将允许根据签名者或未签名者抛出错误(例如,您不能在签名者 2 签名后修改该字段)。
我已经尝试获取信封 GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}
(see doc) but can't see any informations about current signers signature status. Also tried GET /restapi/v2.1/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/signature
(see doc),但我没有得到任何进一步的信息...
如何查看当前谁签署了文档?
您最好的选择是使用连接:https://developers.docusign.com/platform/webhooks/connect/
这将消除您轮询端点以查看谁签署了信封的需要。