Get Device
Retrieve a device by id (serial number)
Authorizations
API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID
:API_KEY_SECRET
- Username: The API Key ID.
- Password: The API Key Secret.
Path Parameters
The ID of the organization. Locate the orgId under Organization Settings > API Keys.
Unique identifier (serial number) of the device
Response
The serial number of the device. Also serves as the ID on ManageXR.
"2G0YC1ZF630NZA"
The name given to the device on ManageXR
"Device_0024"
Device MAC address
"CE:AF:07:47:E0:AE"
Device model
"Quest 3"
Device manufacturer. Note, Meta devices report as Oculus
"Oculus"
The notes given to a device on ManageXR
"With Taylor L"
The battery level of the device
34
True if the device is charging
true
True if the device is online
true
The Android operating system version
12
True if device is not compliant with its configuration on ManageXR
false
True if configuration updates are paused for device. Pausing configuration updates stops a device from syncing with its latest Configuration. User-initiated changes to Configurations and ManageXR-initiated updates to the ManageXR Admin App and Home Screen will not propagate to devices with updates paused.
false
Date the device was registered on ManageXR
"Tue, 27 Feb 2024 07:28:03 GMT"
True if the device is currently downloading content or firmware
false
This status is set when an admin sends a factory reset command to a device. Null if no factory reset command has been sent.
QUEUED
, COMPLETE
null
Device firmware version
"65.0.0.546.341"
The configuration applied to the device on ManageXR
{
"name": "Test Configuration",
"id": "OZ04csIYkA0EArkeu1vX"
}
The tags applied to the device on ManageXR. Null if device has no tags.
[
{
"id": "sFidGmedeQofSBcvRcyn",
"name": "History"
}
]
True if device is in Tutorial Mode
false
True if device has Kiosk Mode/ManageXR Home Screen disabled. When true, the device is not locked into the ManageXR Home Screen or Kiosk App and users have full access to the native system menus. Learn more
false
The last time the device checked in with ManageXR. Online devices check in every 15 minutes.
"Tue, 18 Jun 2024 21:46:34 GMT"
Device RAM in bytes
{
"available": 3704000512,
"total": 8108634112
}
Device location as determined by its IP address and provided by ipstack.com
{
"city": "San Francisco",
"region": "California",
"country": "United States",
"continent": "North America",
"timeZone": "America/Los_Angeles",
"latitude": 37,
"longitude": -122
}
Information about the last connected wifi network
{ "ssid": "TheElectricCity" }
The available storage on the device in bytes
{ "available": 107079929856 }