11. Filter using logic operators
GET http://services.odata.org/V4/TripPinService/People?$filter=not(contains(FirstName,'Q')) and (AddressInfo/any(ai:ai/City/Region eq 'WA') or AddressInfo/any(ai:ai/City/Region eq 'ID'))
You can use and, or and not to create more complex filter clauses.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
$filter | string |