I want to be able to query the DocuSign REST API for a list of envelopes that are associated with a signer's email address, which I will pass in with my API query.
This would be the same functionality as going to DocuSign.net, then clicking on Manage, and then entering a signer's email address in the search bar ( of course customizing the search parameters ), and being presented all documents associated with that email address.
The only material I've found so far in the API guide is to get a list of envelopes, then a list of documents, and then a list of details per document...that's a lot of looping to perform what appears to be a simple search done through the GUI.
Thanks for any assistance.