问题描述
我们一直在通过您的沙箱检查DocuSign API,以便与我们的应用程序集成。目前,我们遇到了陷入困境的问题。
We have been checking DocuSign APIs through your sandbox for the integration with our App. Currently we are facing issues where we are stuck.
-
请问您如何通过API检索签名文档?我们发现,一旦我们签署了文档,sigining URL似乎已过期,我们找不到任何其他URL或任何东西来以编程方式从我们的应用程序中检索签名文档?
Would you please advise how we can retrieve the signed document through API? We found that once we signed a document the sigining URL seems to be expired and we couldn't find any other URL or anything to retrieve the signed document from our App programmatically?
我们正在尝试将DocuSign与我们的混合移动应用程序集成,我们在您的文档中看到您不推荐使用iFrame。但是,如果我们需要使用您的API实现添加签名字段或文本框的功能,我们需要在页面中包含这些事件,我们应该在这种情况下使用iFrame。
We are trying to integrate DocuSign with our hybrid mobile app and we saw in your documentation that you are not recommending iFrame. But if we need to implement the functionality for adding signature fields, or text boxes on the fly by using your APIs, we need to have the events in our page for those and we should use iFrame in such cases.
所以,请告诉我,当我们在应用程序中将控件拖到信封(如控件调色板)时,是否还有其他任何方式可以将控件拖到信封上?
So please let me know whether there is any other way through which you are providing us controls to be dragged to the envelope (like control palette) when we take it in our app?
推荐答案
您可以使用 api。
GET /v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}
要将DocuSign集成到您的移动应用中,请查看Docusign 。您可以在找到有关优化嵌入式工作流程的更多信息。
For integrating DocuSign into your mobile app look at Docusign embedded sending. You can find more information for optimizing embedded workflows here
这篇关于使用Docusign API签名文档检索和信封创建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!