Back to challenges
API TestingAPIBeginner

Pagination API

Scenario

A `GET /orders` endpoint supports `page`, `pageSize`, `sort`, `direction`, and optional filters. It returns items plus total count, page metadata, and next/previous links.

List checks, risks, edge cases, data conditions, and user experience concerns you would cover.