List Devices
Returns a paginated list of all devices associated with the customer.
Headers
Impilo-API-Key
Query parameters
page
The page number of the content returned.
size
The size of the page of content returned.
sort
The attribute to sort on
Allowed values:
sortDescending
True if the sort direction should be descending
id
Lists only devices with the IDs provided.
externalIdentifier
Lists only devices with the external IDs provided.
identifierType
The device identifier type of the devices.
Allowed values:
identifier
Lists only devices with the device identifiers provided.
status
The status of the devices.
itemId
Lists only devices with the provided Item ID type.
itemName
The name of the item.
itemModel
The model of the item.
itemSku
The SKU of the item.
manufacturerId
Lists only devices created by the Manufacturer ID provided.
itemSize
Lists only devices of the sizes provided.
Allowed values:
itemClass
Lists only devices of the Classes provided.
readingType
Lists only devices that support the Reading Types provided.
siteId
The ID of the site.
patientId
The ID of the patient.
patientExternalIdentifier
The external identifier of the patient.
patientEmail
The email of the patient.
patientName
The name of the patient.
patientSiteId
The ID of the patient site.
Response
OK
content
The content of the page, consisting of a list of objects.
first
True if this is the first page, false otherwise.
last
True if this is the last page, false otherwise.
page
The current page number. The first page has value 1.
size
The current page size. Default 15, maximum 250.
total
The number of objects matching the request.