Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 709 Bytes

File metadata and controls

12 lines (6 loc) · 709 Bytes

JSON:API Views

Creates JSON:API Resource for Views.

Entities resulting from a view query will be available at /jsonapi/views/{view_id}/{display}.

This endpoint should respect any exposed filter parameters configured for a display.

Why would you ever want to do that?

This is useful in cases where you have multiple displays of a single view that share the same exposed filters, some of which are decoupled. This will allow the decoupled portions to limit their concerns to just displaying the resulting resources and gives site admins some flexibility in configuring their exposed filters.