Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Each method which return lists and collection of resources can be paginated by adding to the URL query string parameters.
In particular these are:

  • pageSize: define the page dimension of the collection;
  • pageNumber: define which page to start from;

At the moment filtering and ordering is not yet fully supported. In case of necessity it should be implemented client side upon needed criteria.

Best practice

To avoid timeout problems and improve performance of the application, we recommend whenever possible to use pagination and to decompose complex process in smaller and faster ones, demanding to the client application the "hard work" of reconstruction of the initially complex data.

  • No labels