Kauri Documentation
 PreviousHomeNext 
9.2.2 MethodsBook Index9.2.4 Sorting

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
 PreviousHomeNext 
9.2.2 Methods9.2.4 Sorting