Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#DEEBFF

GET: https://api.validic.com/v1/organizations/{organization_id}/users/{user_id}/biometrics.json

Biometric Measurements comprise a user’s biometric health data such as blood pressure, cholesterol, heart rate, and blood and hormone levels.

...

  • GET /v1/organizations/:organization_id/biometrics

  • GET /v1/organizations/:organization_id/biometrics/latest

  • GET /v1/organizations/:organization_id/users/:user_id/biometrics

  • GET /v1/organizations/:organization_id/users/:user_id/biometrics/latest

Biometric Short URLSURLs

  • GET /v1/biometrics/latest(.:format)

  • GET /v1/biometrics(.:format)

...

The following values are included in a standard response. Expanded data varies by source. You can locate a complete list of expanded fields here.

Return Value

Type

Description

timestamp

String

Timestamp for the measurement set

utc_offset

String

Timezone information for the measurement set

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 activity (required for POST requests)

blood_calcium

Double

The value of the measured quantity in mg/dL

blood_chromium

Double

The value of the measured quantity in µg/L

blood_folic_acid

Double

The value of the measured quantity in ng/mL

blood_magnesium

Double

The value of the measured quantity in mg/dL

blood_potassium

Double

The value of the measured quantity in mEq/L

blood_sodium

Double

The value of the measured quantity in mEq/L

blood_vitamin_b12

Double

The value of the measured quantity in pg/mL

blood_zinc

Double

The value of the measured quantity in µg/dL

creatine_kinase

Double

The value of the measured quantity in U/L

crp

Double

The value of the measured quantity in mg/L

diastolic

Double

The value of the measured quantity in mmHg

ferritin

Double

The value of the measured quantity in ng/mL

hdl

Double

The value of the measured quantity in mg/dL

hscrp

Double

The value of the measured quantity in mg/L

il6

Double

The value of the measured quantity in pg/mL

ldl

Double

The value of the measured quantity in mg/dL

resting_heartrate

Double

The value of the measured quantity in bpm

systolic

Double

The value of the measured quantity in mmHg

testosterone

Double

The value of the measured quantity in ng/dL

total_cholesterol

Double

The value of the measured quantity in mg/dL

tsh

Double

The value of the measured quantity in mIU/L

uric_acid

Double

The value of the measured quantity in mg/dL

vitamin_d

Double

The value of the measured quantity in ng/mL

white_cell_count

Double

The value of the measured quantity in cells/µL

spo2

Double

The value of the measured quantity (0 - 100%)

temperature

Double

The value of the measured quantity in Celsius

validated

Boolean

Value indicates the data you are receiving was generated using a device, opposed to being manually entered by an end user

...