Skip to content

Rule.io SDK


Rule.io SDK / client/src / PagePaginationParams

Interface: PagePaginationParams

Defined in: client/src/shared.types.ts:22

Canonical SDK-facing pagination params for paginated list methods.

Properties

page?

optional page?: number

Defined in: client/src/shared.types.ts:24

Page number to fetch. For iterator helpers, this is the starting page.


pageSize?

optional pageSize?: number

Defined in: client/src/shared.types.ts:26

Number of records per page. Maps to the API's per_page query parameter.