Support for $filter on Navigation Properties
Windchill Risk and Reliability REST Services supports the $filter query parameter for navigation properties, including $filter options like contains, startswith, and more.
* 
You must include the navigation property as an expansion.
Project_<projectID>/Systems?$expand=FTAs($select=ID, GateEventType;$filter=contains(GateEventType, 'In Gate'))