Interface BTWebhookInfo

Export

Interface

BTWebhookInfo

Hierarchy

  • BTWebhookInfo

Properties

companyId?: string

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

Memberof

BTWebhookInfo

createdBy?: BTUserSummaryInfo

Memberof

BTWebhookInfo

data?: string

Memberof

BTWebhookInfo

description?: string

Memberof

BTWebhookInfo

droppedEventCount?: number

Memberof

BTWebhookInfo

events?: string[]

List of events for which webhook callback is invoked.

Memberof

BTWebhookInfo

externalSessionId?: string

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

Memberof

BTWebhookInfo

filter?: string

Memberof

BTWebhookInfo

folderId?: string

Memberof

BTWebhookInfo

href?: string

URI to fetch complete information of the resource.

Memberof

BTWebhookInfo

id?: string

Id of the resource.

Memberof

BTWebhookInfo

isTransient?: boolean

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

Memberof

BTWebhookInfo

name?: string

Name of the resource.

Memberof

BTWebhookInfo

Memberof

BTWebhookInfo

projectId?: string

Memberof

BTWebhookInfo

url?: string

Memberof

BTWebhookInfo

viewRef?: string

URI to visualize the resource in a webclient if applicable.

Memberof

BTWebhookInfo

Generated using TypeDoc