Skip to main content

@dialstack/sdk / index / ProvisioningEventListOptions

Interface: ProvisioningEventListOptions

Defined in: sdk/src/types/device.ts:395

Options for listing provisioning events.

Extends

Properties

from?

optional from?: string;

Defined in: sdk/src/types/device.ts:397

ISO 8601 timestamp to filter events from


limit?

optional limit?: number;

Defined in: sdk/src/types/device.ts:347

Maximum number of devices to return (default: 10, max: 100)

Inherited from

DeviceListOptions.limit


to?

optional to?: string;

Defined in: sdk/src/types/device.ts:399

ISO 8601 timestamp to filter events to


type?

optional type?: DeviceType;

Defined in: sdk/src/types/device.ts:349

Filter by device type ('deskphone' or 'dect_base')

Inherited from

DeviceListOptions.type