Filtering
(Difference between revisions)
Dinh.anh (Talk)
(Created page with ""Filtering" allows responses of big items lists to be reduced by returning only those records that match particular criteria. '''GET''' ...?''filter-field''=''filter-value'' ...")
Newer edit →
(Created page with ""Filtering" allows responses of big items lists to be reduced by returning only those records that match particular criteria. '''GET''' ...?''filter-field''=''filter-value'' ...")
Newer edit →
Revision as of 10:36, 29 July 2013
"Filtering" allows responses of big items lists to be reduced by returning only those records that match particular criteria.
GET ...?filter-field=filter-value
- filter-field
- Indicates by which field the items list should be filtered. filter-field consists of keyword filter followed by filtering field name (e.g. filterName - filtering by name field)
- filter-value
- Criteria value which the returned items should match. Filtering values can be exact match or defined with Filter Values Wildcards.