-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to fetch all envelope IDs that used a particular template, or by users who belong to a particular group? #292
Comments
For your first question, the answer is - you can only do that if you have some metadata in the template/envelope to indicate it. |
as for your second question, not sure what "group" means, but you can look into how to search for envelopes by various meta-data here - https://developers.docusign.com/docs/esign-rest-api/esign101/concepts/envelopes/search/ |
I don't believe there's a way to do that, I will ask |
actually, I am wrong, in the search_text query parameter you can provide the name of the signing group. That should work. |
we will update the documentation to reflect this. |
@InbarGazit I just want to make sure our definitions of a signing group are the same. What is it you mean when you say signing group? Is it equivalent to the user groups link that I provided above? |
sorry for the delay @gh0st , not it's not user groups, signing groups are different - https://developers.docusign.com/docs/esign-rest-api/reference/SigningGroups/SigningGroups/list/ |
I want to fetch all envelope IDs that used particular templates because with these envelope IDs I want to get status changes on a regular interval. Or if there's a way we can fetch all envelopes sent by a particular group of users that would work too. I'm referencing DocuSign api endpoints that are available and haven't found quite a direct correlation between the available endpoints and what I'm trying to achieve. Unless I'm missing something. Any ideas?
The text was updated successfully, but these errors were encountered: