More parameters can be passed. Standard SQL syntax is used and it must be properly encoded for use within URL (such as %20 for a space). For example, a country with ID greater than 100 and a name starting with Al would be obtained like:
…/rest/cms.country?Where=CountryID>100%20AND%20CountryName%20LIKE%20'Al%'