| Description: | Retrieve all devices within a realm of a Qeo administrator |
| URL Structure: | https://my.qeo.org/qeo-rest-service/v1/realms/{id}/devices |
| HTTP Method: | GET |
| Parameters: |
HTTP Authorization Path parameter:
Request Example https://my.qeo.org/qeo-rest-service/v1/realms/103/devices |
| Response: | HTTP 200 OK Content-Type: application/json Body: Contains a list of devices found in the realm in JSON format The returned parameters for each device: Response Example {
"devices":[{
"id":7,
"realm":103,
"user":6,
"type":"device",
"name":"Bedroom set-top box",
"state":"CREATING",
"device_id":"",
"otc":{
"code":"35676407",
"date":"2016-06-17T16:06:29.794+0200"
}
},{
"id":5,
"realm":103,
"user":12,
"type":"device",
"name":"My tablet",
"state":"ENROLLED",
"device_id":"ASUS_TRANSFORMER_H785GS664J25HD"
}]
}
|