10. Filter on nested structures
GET http://services.odata.org/V4/TripPinService/Airports?$filter=Location/City/Region eq 'California'
You can use any related properties in a filter clause by using the same segments used in the path to traverse properties.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| $filter | string |