Discussions

Ask a Question
Back to All

Advanced Query Between Syntax

for most of the advanced queries it is quite simple to get syntax from the example given in the documentation.
https://testapi.imis.com/sdkdemo/api/country?countryname=contains:united

country is the table or BO
?countryname is the column
=contains is the the query
:united is the value you are looking for

but the between query needs two values and I am not sure on the syntax to accomplish this.
I've tried these without success
?ID=between:100:200
?ID=between:100&200
?ID=between:100and200

Anyone know the syntax to get the Between query to work?