Pagination Type

There are four patterns that are commonly used for implementing pagination in REST APIs and they can be specified using the Pagination Type property.

The four patterns are as follows:
  • Offset (offset)
  • Page (page)
  • Next Page Link (link)
  • Next Page Token (token)

The corresponding command for this property is -PT [none | offset | page | link | token | USEENDPOINTDEF] (or -PAGINATIONTYPE [ none | offset | page | link | token | USEENDPOINTDEF]).

Note: The USEENDPOINTDEF type would only be specified when the configuration mode is not a generic mode.