Hello everyone,
we are calling asynchronous API's while submiting the form arround 8 API's calling.
Form data will be inserted to database & API's will do the respective operations in diferent application.
As of now we are not waiting for the API response , after successfull inster we are showing success message.
Now i wanted to grab all the API's response , based on the response i will be updating the satatus later so what iam looking is is there any way to capture all the api response in single point without waiting period for application ?
Thanks
Madan S B