page
and limit
.
Query Parameters
-
page
: The page number to retrieve. This parameter is used to specify which page of the data you want to fetch. The default value is1
. -
limit
: The number of items to retrieve per page. The default value is10
, and the maximum allowable value is100
.
Usage
To paginate through data, include thepage
and limit
parameters in your GET requests. Here’s an example of how to use these parameters: