Hi,
Is there a method to force the route to get/set the many to many associations.
For example I got a user entity and a site entity. These two has a many to many relationship :
Users Has Sites and Sites Has Users.
How can i get these relation by a standard REST path such as :
/users/{id}/sites
and/or
/sites/{id}/users
Thanks
Hi,
Is there a method to force the route to get/set the many to many associations.
For example I got a user entity and a site entity. These two has a many to many relationship :
Users Has Sites and Sites Has Users.
How can i get these relation by a standard REST path such as :
/users/{id}/sites
and/or
/sites/{id}/users
Thanks