Skip to main content
June 2, 2022
Question

Return more than one document - WebAPI

  • June 2, 2022
  • 4 replies
  • 0 views

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

    4 replies

    stefanhelzle0001
    Brainy
    June 2, 2022

    Not directly. Would a ZIP file work for you?

    June 2, 2022

    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. 

    stefanhelzle0001
    Brainy
    June 2, 2022

    When you chain the nodes in the process, it will return after the end of that chain.