@dialstack/sdk / server / DeviceListParams
Interface: DeviceListParams
Defined in: sdk/src/server/index.ts:1256
Properties
expand?
TypeScript
optional expand?: "users"[];
Defined in: sdk/src/server/index.ts:1269
Related resources to include inline. users populates assignments.
limit?
TypeScript
optional limit?: number;
Defined in: sdk/src/server/index.ts:1257
location?
TypeScript
optional location?: string;
Defined in: sdk/src/server/index.ts:1265
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/src/server/index.ts:1258
type?
TypeScript
optional type?: DeviceType;
Defined in: sdk/src/server/index.ts:1260
Return only devices of this kind.