Hello,
I am trying to run a scenario that will allow me to gather of all of files in a collection of projects and to copy all of those files to a new project.
The files I need are all found across multiple folders, all with a standard name, (across multiple projects) so a search by folder name is possible. What I am stumped on is how to build the custom API call to account for the folder name when searching for documents.
Here is what I tried with error:
Any help would be much appreciated.
Thank you,
Eric
Solved! Go to Solution.
Views
Replies
Total Likes
I would invert your logic and find all of your folders, instead of the documents, and include the list of documents on the returned folders.
I would invert your logic and find all of your folders, instead of the documents, and include the list of documents on the returned folders.
Hi Chris,
How would you include that list? I get an error when I try to reference a collection in the key.
Views
Replies
Total Likes
That's wierd, when you search for folders, you should be able to include "documents" in the fields key and get the docs in those folders. What does your query string look like?
Views
Replies
Total Likes
@Eric_D_Miller
I think Chris is suggesting this
This will return a set of bundles of "Released Files" folders that all will have a "documents" collection
Views
Replies
Total Likes
Thanks @Sven-iX,
Your example ties neatly into another project I'm working on, so I've noted it in The Vault.
Regards,
Doug
Views
Replies
Total Likes
Exactly this Sven, yeah. Thanks for clarifying.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies