You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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
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/
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
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 ?
The text was updated successfully, but these errors were encountered: