@dialstack/sdk / index / ProvisioningEventListOptions
Interface: ProvisioningEventListOptions
Defined in: sdk/src/types/device.ts:445
Options for listing provisioning events.
Extends
Properties
expand?
TypeScript
optional expand?: "users"[];
Defined in: sdk/src/types/device.ts:393
Eager-load related resources. users populates Device.assignments.
Inherited from
from?
TypeScript
optional from?: string;
Defined in: sdk/src/types/device.ts:447
ISO 8601 timestamp to filter events from
limit?
TypeScript
optional limit?: number;
Defined in: sdk/src/types/device.ts:389
Maximum number of devices to return (default: 10, max: 100)
Inherited from
to?
TypeScript
optional to?: string;
Defined in: sdk/src/types/device.ts:449
ISO 8601 timestamp to filter events to
type?
TypeScript
optional type?: DeviceType;
Defined in: sdk/src/types/device.ts:391
Filter by device type ('deskphone' or 'dect_base')