In URL protocol v4 this type of query url is supported:
~/Employees(1)/FaverateSports/LikeMost
FaverateSports is a complex type property, and LikeMost is one of its properties.
4.6 Addressing a Property
To address an entity property clients append a path segment containing the property name to the URL of the entity. If the property has a complex type value, properties of that value can be addressed by further property name composition.
But now the server side will report error if this type of requests is sent:
"message":"No routing convention was found to select an action for the OData path with template '~/entityset/key/property/property'."
~/Employees(1)/FaverateSports/LikeMost
FaverateSports is a complex type property, and LikeMost is one of its properties.
4.6 Addressing a Property
To address an entity property clients append a path segment containing the property name to the URL of the entity. If the property has a complex type value, properties of that value can be addressed by further property name composition.
But now the server side will report error if this type of requests is sent:
"message":"No routing convention was found to select an action for the OData path with template '~/entityset/key/property/property'."