Interface BTWebhookParams

Export

Interface

BTWebhookParams

Hierarchy

  • BTWebhookParams

Properties

clientId?: string

Memberof

BTWebhookParams

companyId?: string

Company admins can register webhooks to listen to all company events.

Memberof

BTWebhookParams

data?: string

Memberof

BTWebhookParams

description?: string

Memberof

BTWebhookParams

documentId?: string

Memberof

BTWebhookParams

elementId?: string

Memberof

BTWebhookParams

events?: string[]

List of events for which webhook callback is invoked.

Memberof

BTWebhookParams

externalSessionId?: string

Applications can pass this parameter as X-Session-ID with every REST call to distinguish webhooks triggered by self.

Memberof

BTWebhookParams

filter?: string

Memberof

BTWebhookParams

folderId?: string

Memberof

BTWebhookParams

id?: string

Memberof

BTWebhookParams

isTransient?: boolean

Transient webhooks are automatically cleaned up after a period of inactivity.

Memberof

BTWebhookParams

linkDocumentId?: string

Memberof

BTWebhookParams

Memberof

BTWebhookParams

partId?: string

Memberof

BTWebhookParams

projectId?: string

Memberof

BTWebhookParams

url?: string

Memberof

BTWebhookParams

userId?: string

Memberof

BTWebhookParams

versionId?: string

Memberof

BTWebhookParams

workspaceId?: string

Memberof

BTWebhookParams

Generated using TypeDoc