我可以从Docusign API获取用于管理信封的网址吗? [英] Can I get the url for managing an envelope from the Docusign API?

查看:60
本文介绍了我可以从Docusign API获取用于管理信封的网址吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我能够使用API​​创建信封,该API返回如下所示的

I'm able to create an envelope with the API which returns the envelopeId which looks like:

13f23354-7eee-41d3-897a-c1353a1e465c

13f23354-7eee-41d3-897a-c1353a1e465c

当我在浏览器中导航至docusign并打开信封时,URL为:
https://na2.docusign.net/MEMBER/EnvelopeSetup.aspx?ti=ad05458248c54654a16a54195bf72ffe

When I navigate to docusign in my browser and open the envelope the url is: https://na2.docusign.net/MEMBER/EnvelopeSetup.aspx?ti=ad05458248c54654a16a54195bf72ffe

我看不到 ad05458248c54654a16a54195bf72ffe ID是什么。我已经尝试了文档中的每个信封API(很多都没有意义,但我还是尝试了它们):

I don't see what that "ad05458248c54654a16a54195bf72ffe" id is. I've tried every envelope API in the documentation (many don't make sense, but I tried them anyways):

/accounts/{accountId}/envelopes/{envelopeId}  
/accounts/{accountId}/envelopes/{envelopeId}/audit_events
/accounts/{accountId}/envelopes/{envelopeId}/custom_fields
/accounts/{accountId}/envelopes/{envelopeId}/email_settings
/accounts/{accountId}/envelopes/{envelopeId}/notification
/accounts/{accountId}/envelopes/{envelopeId}/templates

但是该ID不在任何地方。

But that id isn't anywhere.

是否可以检索该URL ID?和/或还有其他方法可以获取信封的网址吗?

Is there a way to retrieve that URL id? and/or is there another way I can get the url for the envelope?

推荐答案

显示为任何URL一部分的ID当您使用DocuSign网络控制台时,它是一个内部ID-您不能以任何方式将其与API一起使用。 DocuSign响应 Create Envelope API请求而返回的Envelope ID值是您要与任何需要Envelope ID的API请求一起使用的ID。

The ID that appears as part of any URL when you're using the DocuSign web console is an internal ID -- you cannot use it with the API in any way. The Envelope ID value that DocuSign returns in response to the "Create Envelope" API request is the ID that you'll want to use with any API request that requires an Envelope ID.

对我来说, [ 管理信封的含义)的含义不是很清楚-但我建议您在 DocuSign REST API指南

It's not exactly clear to me what you mean by "[url for] managing an envelope" -- but I'd suggest you explore the following operations in the DocuSign REST API Guide:


  • 后信封校正(第146页)

  • 修改或更正并重新发送收件人信息(第137页)

  • 后发件人视图(第149页) )

(我想您可能正在使用后信封校正。)

(I'd guess that "Post Envelope Correction" is likely what you're after.)

这篇关于我可以从Docusign API获取用于管理信封的网址吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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