I am going to create a Mashups API with 2 steps. step 1 must be invoked before step 2. This, they must be invoked sequential.
I would like to know is there any way to combine the response of both step as a response of the Mashups API. Look like following
{
“step1_response”: {}
“step2_response”: {}
}