Weight


The definition which must be sent

Parameters Description
client_id The ID for the client request
client_secret The key for the request
access_token The token for access
sc The serial number for the user
sv The serial number for the user about Blood Press interface

The definition which not be required

Parameters Description
start_time The unix time of which time the blood press data start,. ex: 1331554332
end_time The unix time of which time the blood press data end, it must be later than
start_time.
ex: 1331554332
page_index The page index of data, which is start from 1

The returned value


The definition

Parameters Description
WeightDataList The data detail of Weight
BMI: BMI of weight
BoneValue: the weight of bone in body
DCI: DCI of weight
DataID: the unique identity
FatValue the weight of ? fat in body
LastChangeTime: the last changing time of ? the data
MDate: measurement datetime
MuscaleValue: the weight of bone in body
WaterValue: body weight
NextPageUrl The url of next page
CurrentRecordCount The count of current page
PageLength The length of one page
PageNumber The current page
PrevPageUrl The url of previous page
RecordCount The total number of data records
WeightUnit The unit of data records
0:kg 1:lbs

The sample:

{
    "WeightDataList": [
    {
    "BMI": 1, 
    "BoneValue": 1, 
    "DCI": 1, 
    "DataID": "werw423423", 
    "LastChangeTime": 1331554332, 
    "MDate": "1331554332", 
    "MuscaleValue": 1, 
    "Note": "1", 
    "WaterValue": 1, 
    "WeightValue": 1
    }
    ], 
    "NextPageUrl": "", 
    " CurrentRecordCount ": 1, 
    "PageLength": 50, 
    "PageNumber": 1, 
    "PrevPageUrl": "", 
    "RecordCount": 1, 
    "WeightUnit": 1
}