Skip to main content

@dialstack/sdk-dev / js/src / ProvisioningEventListOptions

Interface: ProvisioningEventListOptions

Defined in: sdk/js/src/types/device.ts:462

Options for listing provisioning events.

Extends​

Properties​

expand?​

TypeScript
optional expand?: "users"[];

Defined in: sdk/js/src/types/device.ts:410

Eager-load related resources. users populates Device.assignments.

Inherited from​

DeviceListOptions.expand


from?​

TypeScript
optional from?: string;

Defined in: sdk/js/src/types/device.ts:464

ISO 8601 timestamp to filter events from


limit?​

TypeScript
optional limit?: number;

Defined in: sdk/js/src/types/device.ts:406

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

Inherited from​

DeviceListOptions.limit


to?​

TypeScript
optional to?: string;

Defined in: sdk/js/src/types/device.ts:466

ISO 8601 timestamp to filter events to


type?​

TypeScript
optional type?: DeviceType;

Defined in: sdk/js/src/types/device.ts:408

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

Inherited from​

DeviceListOptions.type