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

idlongOptional

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.

itemIdlongOptional

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.

manufacturerIdlongOptional

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.

siteIdlongOptional

The ID of the site.

patientIdlongOptional

The ID of the patient.

patientExternalIdentifierstringOptional

The external identifier of the patient.

patientEmailstringOptional

The email of the patient.

patientNamestringOptional

The name of the patient.

patientSiteIdlongOptional

The ID of the patient site.

Response

This endpoint returns an object.
contentlist of objectsOptional

The content of the page, consisting of a list of objects.

pageintegerOptional

The current page number. The first page has value 1.

sizeintegerOptional

The current page size. Default 15, maximum 250.

totalintegerOptional

The number of objects matching the request.

firstbooleanOptional

True if this is the first page, false otherwise.

lastbooleanOptional

True if this is the last page, false otherwise.