Versions Compared

Key

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

Device Table

Device category

Device name

Device type

Pulse, Oximeter

Pulse Oximeter PO3M

ihealth_po_po3

Scale

Scale HS2S

ihealth_scale_hs22

Active Minutes, Steps

Apple Health

applehealth

Samsung Health

samsunghealth

Blood Pressure

Blood Pressure RPM-BP100

welchallync_bp_bp100

Glucose Meters

Glucose Meters Gluco+/BG5S

ihealth_bg_bg5s

Thermometer

Thermometer PT3SBT

ihealth_thermometer_pt3sbt

POST /users/{user_id}/devices

Parameters

Parameter

Type

Description

X-AccountCode

Header

X-ApiKey

Header

X-ApiToken

Header

device_id

String

Device unique ID

device_name

String

Device name (in device table)

type

String

Device type (in device table)

...

Data Table

Data

Data Type

Unit

Unit value

Temperature

temperature_body

temperature_unit

cel | fah

Blood Glucose

bg

bg_unit

mg/dL | mmol/L

Blood Pressure

hp, lp

bp_unit

mmHg | kPa

Weight

weight

weight_unit

lbs | kg

Active Minutes

active_minutes

Steps

steps

Pulse

hr

Blood Oxygen

bo

POST /api_v3/health

Parameters

Parameter

Type

Description

X-AccountCode

Header

X-ApiKey

Header

X-ApiToken

Header

type

String

Device type (in device table)

date

String

Recorded date (yyyy-mm-dd)

device_id

String

Device unique ID

data_type

String

Data type (in data table)

Data Value

String

Data type = value

Data Unit

String

Data unit = unit value

...