List Blood Glucose Readings

This endpoint returns a paginated list of Blood Glucose Readings for the patients associated with a Customer.

Filtering can be done by any of the following query parameters:

  • page (integer) — The page number of the content returned.
  • size (integer) — The size of the page of content returned.
  • patientId (long) — The patient’s Impilo identifier.
  • externalId (string) — Any external identifier associated with this patient.
  • startTimestamp (string) — An ISO-formatted string with an applicable timezone, such as 2024-01-25T13:50:50.0Z
  • endTimestamp (string) — An ISO-formatted string with an applicable timezone, such as 2024-01-27T13:50:50.0Z

Headers

Impilo-API-KeystringRequired

Query parameters

pageintegerOptional
sizeintegerOptional
patientIdlongOptional
externalIdentifierstringOptional
startTimestampstringOptional
endTimestampstringOptional

Response

OK
contentlist of objects or null
The content of the page, consisting of a list of objects.
firstboolean or null
True if this is the first page, false otherwise.
lastboolean or null
True if this is the last page, false otherwise.
pageinteger or null
The current page number. The first page has value 1.
sizeinteger or null
The current page size. Default 15, maximum 250.
totalinteger or null
The number of objects matching the request.