โ07-05-2022 04:36 AM
Hi, need help to output multiple records to api endpoint response.
โ07-05-2022 04:44 AM
pls elaborate it like what schema you are using, is this in form of array etc. I fetched multiple records using API endpoints. I might help you
โ07-05-2022 04:50 AM
hi.. so i making an api endpoint that receives a parameter and returns a list of records as response.. i am having trouble returning all the records as response.. as currently i am only able to return one record..
โ07-05-2022 05:00 AM
Edit your response schema to be an array then return a list of records that way
โ07-05-2022 05:49 AM
If you share a copy of your recipe we could have a look.
On the output tab of the call that returns 1 record, expand the output and past the json in this chat.
If you use an array, it can contain multiple records.
Which platform are you connecting with?