Skip to content
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

How to get document id when we get all documents from an envelope in 'archive' format (Zip) #117

Open
jagadish-caribou opened this issue Feb 24, 2023 · 2 comments

Comments

@jagadish-caribou
Copy link

We have 'archive' method to download all documents from an envelope at once , but I'm having hard time to get document info like document ID or some manifest data of the downloaded zip file , is there any way that we can achieve this ?

@jagadish-caribou jagadish-caribou changed the title How to get document id when we get all documents from zip format How to get document id when we get all documents from an envelope in 'archive' format (Zip) Feb 24, 2023
@asingh611
Copy link

asingh611 commented Feb 24, 2023

I'm not aware of any information you would be able to get from the zip folder itself but you could make an API call to list the envelope documents and that should return the information about the documents contained with the envelope (including the document ID and document name): https://developers.docusign.com/docs/esign-rest-api/how-to/list-envelope-documents/

Hope that helps!

@jagadish-caribou
Copy link
Author

Thanks for the reply @asingh611 , I’m aware of that api endpoint but only thing is would the order of the documents in the zip be the same as list of documents we get in that api response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants