Weight
Measurements associated with a user’s weight and body mass.
Example
GET https://api.validic.com/v1/organizations/{ORGANIZATION_ID}/users/{USER_ID}/weight.json?access_token={ORGANIZATION_ACCESS_TOKEN}
GET https://api.validic.com/v1/organizations/5176906c6deddac02c000001/users/5 552cd7fded0807c4000017/weight.json?access_token=e7ba1f04e88f25d399a91c8cb cd72300e01309e96b7725e40b49cd1effaa5deb 200 { "summary": { ... }, "weight": [ { "_id": "51552cdcfded0807c4000075", "timestamp": "2013-03-10T07:12:16+00:00", "utc_offset": "+00:00", "weight": 83.9146, "height": 167.5, "free_mass": 83.9146, "fat_percent": 21.4, "mass_weight": 83.9146, "bmi": 29.9, "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
weight
Double
The value of the measured quantity in kg
height
Double
The value of the measured quantity in cm
free_mass
Double
The value of the measured quantity in kg
fat_percent
Double
The value of the measured quantity (0-100 percent)
mass_weight
Double
The value of the measured quantity in kg
bmi
Double
The value of the measured quantity
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 weight measurement or entry