Good morning,
I am trying to create a Web API that returns all the documents (more than one) for a given ID. Is there a way to do this?
Thanks
Discussion posts and replies are publicly visible
Not directly. Would a ZIP file work for you?
Could work. The problem is that we would need a process to generate that ZIP. As far as I know, the a!httpResponse is executed before the process model that we could develop to generate the ZIP.
When you chain the nodes in the process, it will return after the end of that chain.
Thank you! We will work with this