12. Filter using any/all operators
GET http://services.odata.org/V4/TripPinService/People?$filter=Emails/any(e: endswith(e, 'contoso.com'))
You can use any/all lambda-style filters for collection properties.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| $filter | string |