Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.0k views
in Technique[技术] by (71.8m points)

docusignapi - How to access documents which are shared with me from my docusign account through api?

How I can access document which are shared with me in my docusign account through api ?

question from:https://stackoverflow.com/questions/66050818/how-to-access-documents-which-are-shared-with-me-from-my-docusign-account-throug

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Envelopes are shared, not documents.

If you know the envelope_id, you can use the Envelopes:get API call.

If you want a list of the envelopes that were shared with you, then I'd try the Folders:list and Folders:listItems. See docs

I'd also turn on API logging, then list the envelopes via the DocuSign web app to see how the web app uses the API to obtain the list of envelopes that were shared with you.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...