Closed
Description
Overview
Today, the full set of OData routing conventions is not supported by the API Explorer. Generating proper OData route templates by inspecting compiled code is non-trivial. The common scenarios for entity sets, functions, actions, and navigation properties are currently supported. More complex scenarios such linking entities with $ref
are not support - yet.
Workaround
Most, if not all, routes should be property discovered using attribute-based routing. The API Explorer does little to nothing in the way of modification. Since the route templates are user-defined, the correct route templates should be correctly generated.
References
Useful references that describe the expected conventions code must match can be found at: