Skip to main content

Interface: PaginationOptions

Defined in: src/management/profiles.ts:19

Pagination parameters for list operations.

Properties​

offset?​

optional offset?: number;

Defined in: src/management/profiles.ts:21

Starting offset. Defaults to 0.


limit?​

optional limit?: number;

Defined in: src/management/profiles.ts:23

Max items to return. Defaults to 100.


latest?​

optional latest?: boolean;

Defined in: src/management/profiles.ts:25

Return only the latest revision of each profile when supported by the endpoint.