It uses
offset and limit parameters to specify the starting point and maximum number of records per page.
Adjusting the offset and limit values allows navigation through the dataset and retrieval of desired subsets.
| Parameter | Description |
|---|---|
| offset | Specifies the starting point of the dataset. It determines the index of the first record to be retrieved. |
| limit | Specifies the maximum number of records to be retrieved per page. It restricts the number of records returned in a single page of the dataset. |