Skip to content
Discussion options

You must be logged in to vote

Hello @Irubataru

The routing is based on OData conventions and specifications. If you use the template groups/{key}/members/graph.user, how this gets interpreted depends on the schema (IEdmModel).

I supposed that members is a navigation property of the group entity. The members navigation property, can be followed by different types of segments depending on its type. For example, if you had a function in your schema called graph.user (i.e. function name is user, in the graph namespace), then for it be used next to members, it would need to defined as a bound function whose binding parameter type correspond to the type of the members navigation property. In this case I assume it would be a…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Irubataru
Comment options

Answer selected by Irubataru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants