Previously, creating a REST Export display in Views, would default to serialized json on get url.
Now, it fails with client error unless format is declared specifically in the url.
?_format=json
This breaks decoupled apps.
We should maintain backwards compat for these kind of changes, or at least maintain the default json for a REST View.
Comments
Comment #2
jacov commentedComment #3
cilefen commentedComment #4
wim leersSee the discussion at #2937942: REST views: regression in 8.5.x: view with display using 'csv' format now returns a 406 response, need to add ?_format=csv to URL to make it work, especially since the release of 8.5.0.
Comment #5
josueValRob commentedHow to use the pager??