9.2.3 Querying
Querying (searching) for entities is done using the query string on list-URIs.
The name of the property to search on should be preceded by "q.".
Searching on a single property: /myentity?q.propertyname=value Searching on multiple properties: /myentity?q.propertyname1=value1&q.propertyname2=value2
Previous