Skip to main content

@dialstack/sdk / index / DeviceListOptions

Interface: DeviceListOptions

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

Options for listing devices.

Extended by

Properties

limit?

optional limit?: number;

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

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


type?

optional type?: DeviceType;

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

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