Skip to content
Snippets Groups Projects
  • Daniel Gerhardt's avatar
    Add a 'view' parameter for all entity endpoints · 299af9bd
    Daniel Gerhardt authored
    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)
    * <unset> (Public.Admin.class)
    299af9bd