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

271 Views Asked by At

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

1

There are 1 best solutions below

0
On

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.