Fetch Documents from ID list
I'm looking for the right operation with 'Automation' or 'REST' API to fetch Documents from a list of documents IDs (inputs). I've tried 'Context.FetchDocument' so far but it cannot be invoked with an array of IDs (even if the signature says Inputs: document, documents)
Thanks
0 votes
0 answers
2251 views
DocRefs references = new DocRefs(); references.add(new DocRef([uuid]); references.add(new DocRef([uuid]);