Forum Discussion
srivera
7 years agoNew Contributor II
Call multiple RESTful API currently and then join all the results back together for 1 return document.
customer Info (input)
- Call API 1 with customer info
- Call API 2 with customer info or subset
- Call API N with customer info
- Wait for all to return
- Gather all results together
- return 1 merged document to caller