Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

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

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...