Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Each method that returns lists and collection collections of resources can be paginated by adding to the URL the following 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 Currently, filtering and ordering is are not yet fully supported. In case of necessity it should be implemented on client side upon needed criteriaPleaseĀ contact us if you need a custom feature that might be implemented according to your specifications and needs.

Best practices

To avoid timeout problems and improve the performances of the applicationperformance, we recommend whenever possible to use using pagination and to decompose complex process in dividing complex processes into smaller and faster ones. This way, demanding to the client application the "hard work" is in charge of rebuilding the large data set that has been would be retrieved from the smaller sets that are returned by the MailUp using system through pagination.