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