Signed document retrieval and envelope creation using Docusign API

↘锁芯ラ 提交于 2019-12-13 07:52:29

问题


We have been checking DocuSign APIs through your sandbox for the integration with our App. Currently we are facing issues where we are stuck.

  1. 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?

  2. 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?


回答1:


You can retrieve the documents in an envelope using the getEnvelopeDocuments api.

GET /v2/accounts/{accountId}/envelopes/{envelopeId}/documents/{documentId}

For integrating DocuSign into your mobile app look at Docusign embedded sending. You can find more information for optimizing embedded workflows here



来源:https://stackoverflow.com/questions/43084312/signed-document-retrieval-and-envelope-creation-using-docusign-api

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