Skip to main content

@dialstack/sdk-dev / server/src / DeviceListParams

Interface: DeviceListParams

Defined in: sdk/server/src/index.ts:1273

Properties

expand?

TypeScript
optional expand?: "users"[];

Defined in: sdk/server/src/index.ts:1286

Related resources to include inline. users populates assignments.


limit?

TypeScript
optional limit?: number;

Defined in: sdk/server/src/index.ts:1274


location?

TypeScript
optional location?: string;

Defined in: sdk/server/src/index.ts:1282

Return only devices assigned to this location. DECT handsets have no location of their own and are omitted.


page?

TypeScript
optional page?: string;

Defined in: sdk/server/src/index.ts:1275


type?

TypeScript
optional type?: DeviceType;

Defined in: sdk/server/src/index.ts:1277

Return only devices of this kind.