Add a 'view' parameter for all entity endpoints
A JsonView for serialization is applied based on the 'view' query parameter.
The following values are currently supported:
- admin (View.Admin.class)
- owner (View.Owner.class)
- (Public.Admin.class)
A JsonView for serialization is applied based on the 'view' query parameter.
The following values are currently supported: