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

« Previous Version 6 Next »

Each method that returns lists and collections of resources can be paginated by adding to the URL the following query string parameters.

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

Currently, filtering and ordering are supported only in API v1.1 by using the following query string parameters:

  • filterby: define the filtering expression for the requested resource;
  • orderby: define the sorting condition to apply to the request results;

Both parameters must be URL encoded due to the possible presence of reserved characters in the query strings.

For any information please refer to the dedicated page.

PleaseĀ 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 performance, we recommend using pagination and dividing complex processes into smaller and faster ones. This way, the client application is in charge of rebuilding the large data set that would be retrieved from the smaller sets returned by the MailUp system through pagination.

  • No labels