Need help with get one method

Hi community,
it’s the second time i wrote here for the same problem: get one method.

I need a guide to understand how to use the get one method in adalo. all the stuff that i found on internet is usless or partial ( they talk only of the getall method)

what i want is a get all that returna a list with less data:
[{“id”:“1”,“Name”:“Pino”},{“id”:“2”,“Name”:“Fabio”}]

and a get one with more detail:
{“id”:“2”,“Name”:“Fabio”,“LastName”:“Rossi”,“age”:“100”,“eye”:“brown”}

tell me why tis isn’t possible?
tks to all who will read this

Hey there @FabioAdaloC

You have to be able to use a query from the API that you are using to filter the data.

Unfortunately, you did not mention the data source or the parameters that you’re able to use with the API.

Without knowing which API you are using and without knowing the parameters you can use to filer, we are unable to help you.