Skip to content

Add a 'view' parameter for all entity endpoints

Daniel Gerhardt requested to merge view-query-param into master

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)

Merge request reports