Appearance
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?
optionalpage?:number
Defined in: client/src/shared.types.ts:24
Page number to fetch. For iterator helpers, this is the starting page.
pageSize?
optionalpageSize?:number
Defined in: client/src/shared.types.ts:26
Number of records per page. Maps to the API's per_page query parameter.