Paging

Paging includes the data types that are used to paginate results. When the API returns an unconstrained list of elements, it is always possible that the outcome is too long for the underlying communication channel, with unpredictable results.

To avoid this problem, the ensuing list is paginated. Certain ‘old-style’ API tools have a fixed page size of 15 elements. To allow more flexibility, the following elements were introduced, which allow both the page size to be set and subscriber attributes to be ordered in the list.

Paging elements

Click the appropriate link for more details about the relevant element:

  • Pagination

    The element containing all the pagination data.

  • Sorting

    Defines the sorting order.