api-manager icon indicating copy to clipboard operation
api-manager copied to clipboard

[API Chat] Issue when calling multiple connected resources from the API Chat

Open chamilaadhi opened this issue 10 months ago • 3 comments

Description

I have an API with following resources

Screenshot 2024-04-03 at 3 20 50 PM

I issued following query

List all the station_id where city is London and get the platforms for each station_id

The expected outcome is first call /stations and get all the station_id from the payload and then call /stations/{station_id}

But API chat only executes the first part and stops responding (message saying it is trying to fetch rest). See below

Screenshot 2024-04-03 at 3 01 27 PM

Definition and the backend can be found in https://drive.google.com/drive/folders/1NajcZY7E2KOW6sSN7Sp-wzA-E0r64aZe

chamilaadhi avatar Apr 03 '24 10:04 chamilaadhi