RateParity API
  • Introduction
  • Authentication
  • Internationalization
  • Model Description
  • Data Types
  • Pagination
  • Errors
  • Client API
  • Shopper
    • Shop Rates
  • Reviews
    • Fetch Reviews
  • Quote
    • Create Quote
  • Insights
    • Parity Timeline
Powered by GitBook
On this page

Pagination

Pagination is supported through the limit and page query parameters, allowing control over the number of results retrieved per page.

Parameter
Type
Default value
Description

limit

integer

10

The maximum number of results to return per page.

page

integer

1

The page number to retrieve, used for pagination.

sort

string

date

Defines the sorting field (default: date).

asc

boolean

false

To determine ascending (true) or descending (false) sort order.

PreviousData TypesNextErrors

Last updated 2 months ago