Skip to main content

Interface: ListingOptions

Defined in: src/listing.ts:6

Pagination + search options shared by every list endpoint across the OAuth domains. Sub-clients extend this with endpoint-specific filter fields and merge their additions into the params record returned by the internal serializeListing helper.

Extended by

Properties

skip?

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.


limit?

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.


optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.