Fetch Device

This endpoint returns the Device specified by ID in the URL path.

Path parameters

deviceIdlongRequired

Headers

Impilo-API-KeystringRequired

Response

OK
currentPatientobject or null
The patient currently in possession of this device. Null if this device is not currently with a patient.
currentStatusstring or null
The current status of this device.
deviceEventslist of objects or null
An array of the device events for this device.
deviceIdentifierslist of objects or null
An array of the device identifiers for this device.
disabledReadingsboolean or null
True if readings from this device are disabled, false otherwise. If true, Impilo will not save or process readings from this device. Webhooks and alerts will not be triggered for readings taken on this device.
externalIdentifierstring or null
The external identifier for this device.
idlong or null
Unique identifier for the device, managed by Impilo.
itemobject or null
The manufacturer for this item.
lastHealthCheckstring or null
Timestamp for the last time Impilo received a signal from this device.
siteobject or null
The site to which this device is assigned.
usedboolean or null
True if this device is used, false otherwise.