get Devices

open fun getDevices(page: Int, pageSize: Int, userId: String): PaginatedResponse<ConnectedDevice>

Method used to retrieve all the devices owned by the user

Return

the devices owned by the user as PaginatedResponse of ConnectedDevice

Parameters

page

The page requested

pageSize

The size of the items to insert in the page

userId

The identifier of the user