Physical Metrics Calculation Library
  1. Body Fat Scale Body Data Parsing
Physical Metrics Calculation Library
  • Quick Start
  • Body Fat Scale Body Data Parsing
    • Err Error Codes
    • Get Temporary Token Based on AppKey
      POST
    • Alternating Current Four-Electrode Algorithm
      GET
    • Direct Current Four-Electrode Algorithm
      GET
    • Dual-frequency AC four-electrode
      GET
    • Alternating Current eight-electrode algorithm
      GET
  1. Body Fat Scale Body Data Parsing

Alternating Current eight-electrode algorithm

Developing
GET
/openapi-bodydata/bodyData/V1_7_1/getAcLfBodyData8

Request

Query Params
product
integer 
optional
Product code
Example:
4
sex
integer 
optional
Gender: Male: 1, Female: 0
Example:
0
age
integer 
optional
Age
Example:
30
height
integer 
optional
Height
Example:
170
weightKg
number 
optional
Weight
Example:
60
z20KhzLeftArmEnCode
integer 
optional
20kHz left hand impedance
Example:
1881733843
z20KhzRightArmEnCode
integer 
optional
20kHz right hand impedance
Example:
1882698838
z20KhzLeftLegEnCode
integer 
optional
20kHz left leg impedance
Example:
1617172530
z20KhzRightLeg EnCode
integer 
optional
20kHz right foot impedance
Example:
815006543
z20KhzTrunkEnCode
integer 
optional
20kHz trunk impedance
Example:
1358672660
z100KhzLeftArmEnCode
integer 
optional
100kHz left hand impedance
Example:
14943340
z100KhzRightArmEnCode
integer 
optional
100kHz right hand impedance
Example:
56838 4248
z100KhzLeftLegEnCode
integer 
optional
100kHz left leg impedance
Example:
1352178013
z100KhzRightLegEnCode
integer 
optional
100kHz right leg impedance
Example:
19185210
z100KhzTrunkEnCode
integer 
optional
100kHz trunk impedance
Example:
1349597988
Header Params
token
string 
optional
obtained through /openapi/user/refreshToken
Accept-Language
string 
optional
English: en
Example:
zh

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://uniquehealth.lefuenergy.com/openapi-bodydata/bodyData/V1_7_1/getAcLfBodyData8?product=4&sex=0&age=30&height=170&weightKg=60&z20KhzLeftArmEnCode=1881733843&z20KhzRightArmEnCode=1882698838&z20KhzLeftLegEnCode=1617172530&z20KhzRightLeg EnCode= 815006543&z20KhzTrunkEnCode= 1358672660&z100KhzLeftArmEnCode= 14943340&z100KhzRightArmEnCode= 56838 4248&z100KhzLeftLegEnCode=1352178013&z100KhzRightLegEnCode=19185210&z100KhzTrunkEnCode=1349597988' \
--header 'token;' \
--header 'Accept-Language:  zh'

Responses

🟢200OK
application/json
Body
object {0}
Examples
{
    "code": 2008,
    "msg": "Parameter error - Incorrect impedance of the right hand",
    "data": null
}
Previous
Dual-frequency AC four-electrode
Built with