Devices

Fetch Device

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

Path parameters

deviceIdintegerRequired

Response

This endpoint returns an object
id
integerOptional
Unique identifier for the device, managed by Impilo.
item
objectOptional
The manufacturer for this item.
currentStatus
stringOptional
The current status of this device.
used
booleanOptional
True if this device is used, false otherwise.
currentPatient
objectOptional
The patient currently in possession of this device. Null if this device is not currently with a patient.
site
objectOptional
The site to which this device is assigned.
lastHealthCheck
stringOptional
Timestamp for the last time Impilo received a signal from this device.
deviceIdentifiers
list of objectsOptional
An array of the device identifiers for this device.
deviceEvents
list of objectsOptional
An array of the device events for this device.
externalIdentifier
stringOptional
The external identifier for this device.
disabledReadings
booleanOptional
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.