Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
We have a report to generate the list of documents from a particular date to a target date along with its "State", we want to download all the documents thats in the output of the report in one single shot. Have any one developed the same or is there any API that can support the same?
You could create a search filter, then download documents to compressed file.
Common request.
Only two ways that I know (both workarounds) are:
1. Add all these documents temporarily to a project, then use the projectlink function to download all doc's in the project to a zip file
2. Create another document in PDMLink and use Document Structure. Add all these documents to the structure, then use the structure function to download all child documents. Delete the parent document once done.
Note: Have to get the resuting list via search rather an report to grab all.