get
Devices
@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + "/" + DEVICES_KEY",
headers = []
)
Endpoint used to get the connected device of the user
Return
the result of the request as T
Parameters
userId
The identifier of the user
token
The token of the user
deviceId
The identifier of the device of the user
page
The page requested
pageSize
The size of the items to insert in the page