Skip to content

PERS SDK - v2.3.26 / Exports / WebhookQueryOptions

Interface: WebhookQueryOptions

Query options for listing webhooks

Table of contents

Properties

Properties

active

Optional active: boolean

Filter by active status

Defined in

webhook/models/index.ts:43


page

Optional page: number

Page number (1-based)

Defined in

webhook/models/index.ts:45


limit

Optional limit: number

Items per page

Defined in

webhook/models/index.ts:47


Optional search: string

Search by name

Defined in

webhook/models/index.ts:49