Filtering
From Hostway API Documentation
(Difference between revisions)
(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'' ...") |
Mike.robski (Talk | contribs) m (1 revision: Release 97) |
||
(4 intermediate revisions by one user not shown) | |||
Line 8: | Line 8: | ||
;filter-value | ;filter-value | ||
: Criteria value which the returned items should match. Filtering values can be exact match or defined with [[Filter Values Wildcards]]. | : Criteria value which the returned items should match. Filtering values can be exact match or defined with [[Filter Values Wildcards]]. | ||
+ | |||
+ | == See also == | ||
+ | * [[Common Features]] | ||
+ | |||
+ | {{disqus}} | ||
+ | [[Category:Common Features]] | ||
+ | [[Category:Hostway API]] |
Latest revision as of 11:48, 20 August 2014
"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.
See also