Pular para o conteúdo principal

externalBaseRequestParameters

Request parameters used by most SDK list() methods.

Hierarchy

Indexable

[key: string]: string | number | boolean | undefined

Index

Properties

Properties

externaloptionallimit

limit?: number

The limit of items per page.

externaloptionalpage

page?: number

The page requested.

externaloptionalquery

query?: string

A search query string.

For instance, searching for “out” will match both “check out!” and “about us”. Search is not case-sensitive.