Devices

List Devices

GET
Returns a paginated list of all devices associated with the customer.

Query parameters

pageintegerOptional
The page number of the content returned.
sizeintegerOptional
The size of the page of content returned.
sortenumOptional
The attribute to sort on
Allowed values: itemNameitemModelitemSkudeviceId
sortDescendingbooleanOptional
True if the sort direction should be descending
idintegerOptional
Lists only devices with the IDs provided.
externalIdentifierstringOptional
Lists only devices with the external IDs provided.
identifierTypeenumOptional
The device identifier type of the devices.
Allowed values: simCardNumbermacAddressiccidserialimei
identifierstringOptional
Lists only devices with the device identifiers provided.
statusenumOptional
The status of the devices.
itemIdintegerOptional
Lists only devices with the provided Item ID type.
itemNamestringOptional
The name of the item.
itemModelstringOptional
The model of the item.
itemSkustringOptional
The SKU of the item.
manufacturerIdintegerOptional
Lists only devices created by the Manufacturer ID provided.
itemSizeenumOptional
Lists only devices of the sizes provided.
Allowed values: standardsmalllargeextraLargemedium
itemClassenumOptional
Lists only devices of the Classes provided.
readingTypeenumOptional
Lists only devices that support the Reading Types provided.
siteIdintegerOptional
The ID of the site.
patientIdintegerOptional
The ID of the patient.
patientExternalIdentifierstringOptional
The external identifier of the patient.
patientEmailstringOptional
The email of the patient.
patientNamestringOptional
The name of the patient.
patientSiteIdintegerOptional
The ID of the patient site.

Response

This endpoint returns an object
content
list of objectsOptional
The content of the page, consisting of a list of objects.
page
integerOptional
The current page number. The first page has value 1.
size
integerOptional
The current page size. Default 15, maximum 250.
total
integerOptional
The number of objects matching the request.
first
booleanOptional
True if this is the first page, false otherwise.
last
booleanOptional
True if this is the last page, false otherwise.