Problem/Motivation

Hi and thank you VERY much for this impressively helpful module!

I was just struggling to find out which URL parameters rest_views supports.
In my example I need pages and eventually offset, but it would be nice if all supported url parameters could be documented.

https://www.drupal.org/project/jsonapi_views shows that information on the module page for example.

Thanks!

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Comments

anybody created an issue.

anybody’s picture

If the parameters are identical to regular views, it's

  • ?page=1
  • ?delta=All
  • ?sort_by=field_x
  • ?sort_order=DESC / ?sort_order=ASC
  • ?items_per_page=120
  • ?field_x[]=123
  • ?field_y=123
  • ...?
anybody’s picture

At least for ?page I can confirm it works like in core.