-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Description
It would be nice, if there is a feature to count or sum up all entries in a table, something like that:
/api?Aromen&aggregate=count&filter=USER_ID,eq,1
If I want to sum up a table I have to choose a col to sum:
/api?Aromen&aggregate=sum&col=price&filter=USER_ID,eq,1
It's only a thought to enhance this great API.
jahd2602