Fetch Device

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

Path parameters

deviceIdintegerRequired

Response

This endpoint returns an object.
idintegerOptional
Unique identifier for the device, managed by Impilo.
itemobjectOptional
The manufacturer for this item.
currentStatusstringOptional
The current status of this device.
usedbooleanOptional
True if this device is used, false otherwise.
currentPatientobjectOptional
The patient currently in possession of this device. Null if this device is not currently with a patient.
siteobjectOptional
The site to which this device is assigned.
lastHealthCheckstringOptional
Timestamp for the last time Impilo received a signal from this device.
deviceIdentifierslist of objectsOptional
An array of the device identifiers for this device.
deviceEventslist of objectsOptional
An array of the device events for this device.
externalIdentifierstringOptional
The external identifier for this device.
disabledReadingsbooleanOptional
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.