Tag: pagination

  • Implementing Paging in a REST API

    Implementing Paging in a REST API

    When large lists of records are exposed through an API, we need a mechanism to control how many records are returned. In the article, we explore the three main methods of paging.