DeviceApi

class DeviceApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun deleteDevice(id: Collection<String>? = emptyList()): Response<Unit>

Deletes devices.

Link copied to clipboard

Get info for a device.

Link copied to clipboard

Get options for a device.

Link copied to clipboard
suspend fun getDevices(userId: UUID? = null): Response<DeviceInfoDtoQueryResult>

Get Devices.

Link copied to clipboard

Update device options.