API V2 filter module by id > X
Hi guys,
I'm working on switching from API V1 to V2 and I can't figure out how to filter by id greater than Y and some field greater than X.
I have this URL I'm calling:
Found this:
But it seems to be comparing fields as strings. Tried:
But it's still returning the id I give as a parameter and not doing an operation like:
- WHERE id > 1337533000014326017
which is what I precisely need.
Is there a way for me to filter by id greater than?
Hope you can help me guys.
Pablo