Use filters for Collection API Endpoints
complete
Frank LIBOLT
Add the ability to filter the result returned by the GetAll API call by a predicate.
Like this for example: https://api.adalo.com/apps/xxxxxx/collections/t_xxxxxx?filter=id,1
Jake Apple
complete
See the changelog!
Temi Giwa
This would be so helpful, because returning the entire collection and manually filtering is terrible for performance on large collections
Darragh
This would be so helpful - at the moment, to have Adalo communicate with anything else, we have to 'get all', then filter, then do whatever we want to do.
Updating a single identified/filtered record currently involves quite a lot of steps and wasted processing power at every end.
A particular use case would be where a record has an id in an external system - it would be helpful to GET the Adalo record WHERE [external system id] = [value], so that we then have the Adalo record ID and can PUT any changes to it.