Discussions
Advanced Query Between Syntax
over 2 years ago by Brent Coleman
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💯200
?ID=between:100&200
?ID=between:100and200
Anyone know the syntax to get the Between query to work?