API V2 filter module by id > X

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:
  1. https://www.zohoapis.com/crm/v2/Potentials

Found this:
  1. https://www.zoho.com/crm/help/api/v2/#ra-search-records

But it seems to be comparing fields as strings. Tried:
  1. https://www.zohoapis.com/crm/v2/Potentials?criteria=((id:starts_with:1337533000014326017))

But it's still returning the id I give as a parameter and not doing an operation like:
  1. 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