Skip to main content

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

Interface: DeviceListParams

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

Properties​

expand?​

TypeScript
optional expand?: "users"[];

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

Related resources to include inline. users populates assignments.


limit?​

TypeScript
optional limit?: number;

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


location?​

TypeScript
optional location?: string;

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

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:1579


type?​

TypeScript
optional type?: DeviceType;

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

Return only devices of this kind.