getSessions

suspend fun getSessions(controllableByUserId: UUID? = null, deviceId: String? = null, activeWithinSeconds: Int? = null): Response<List<SessionInfoDto>>

Gets a list of sessions.

Parameters

controllableByUserId

Filter by sessions that a given user is allowed to remote control.

deviceId

Filter by device Id.

activeWithinSeconds

Optional. Filter by sessions that were active in the last n seconds.