Diabetes Measurements
Diabetes Measurements are comprised of a user’s blood glucose and hormone levels related to diabetes treatment and management.
Example
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users/{USER_ID}/diabetes.json?access_token={ORGANIZATION_ACCESS_TOKEN}
GET https://api.validic.com/v1/organizations/5176906c6deddac02c000001/users/5 552cd7fded0807c4000017/diabetes.json?access_token=e7ba1f04e88f25d399a91c8c bcd72300e01309e96b7725e40b49cd1effaa5deb 200 { "summary": { ... }, "diabetes": [ { "_id": "51552cd6fded0807c4000007", "timestamp": "2013-03-10T07:12:16+00:00", "utc_offset": "+00:00", "c_peptide": 0.6, "fasting_plasma_glucose_test": 95, "hba1c": 4.8, "insulin": 460, "oral_glucose_tolerance_test": 137, "random_plasma_glucose_test": 256, "triglyceride": 128, "blood_glucose": 120, "source": "sample_app", "source_name": "Sample App", "last_updated": "2013-03-10T07:12:16+00:00" } ] }
Params
Field
Type
Description
timestamp
String
Timestamp for the measurement set
utc_offset
String
Timezone information for the measurement set
c_peptide
Double
The value of the measured quantity in ng/mL
fasting_plasma_glucose_test
Double
The value of the measured quantity in mg/dL
hba1c
Double
The value of the measured quantity in %
insulin
Double
The value of the measured quantity in U
oral_glucose_tolerance_test
Double
The value of the measured quantity in mg/dL
random_plasma_glucose_test
Double
The value of the measured quantity in mg/dL
triglyceride
Double
The value of the measured quantity in mg/dL
blood_glucose
Double
The value of the measured quantity in mg/dL
source
String
The short name of the application that recorded the activity
source_name
String
The display name of the application that recorded the activity
last_updated
String
Date and time when the measurement set was last updated
_id
String
Unique identifier of the measurement