get
https://api.robinpowered.com/v1.0/spaces//devices
Returns a list of devices that belong to the Space resource. This is indicative of hardware that is physically inside the space, such as a beacon, motion sensor, or projector.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
/spaces/:id/devices
Returns a list of devices that belong to the Space resource. This is indicative of hardware that is physically inside the space, such as a beacon, motion sensor, or projector.
Optional Includes
You can optionally include detailed diagnostic information for each device in the response via /spaces/:id/devices?include=status.
The device status entity is includable as well with ?include=status:
{
"reported_at": "2026-07-09T17:24:05+0200",
"network_info": {
"network_connection_type": "WIFI",
"wifi_info": {
"ssid": ""
}
},
"power_info": {
"battery_level": 1,
"is_power_source_connected": true
}
}