API Reference

Right Upper Leg

45 views 0

Provides an endpoint for the right upper leg of the body.

Overview

Property Type Description
code String The Code of the resource
user_code String The global Id of the user
length Number The length of the right upper leg in the specified unit of measure
circumference Number The right upper leg circumference in the specified unit of measure
created_at Datetime with Timezone The time the activity was created on the ZivaCare API server
updated_at Datetime with Timezone The time the activity was updated on the ZivaCare API server
unit String The unit of the measurement value. See Unit System.

Example

GET https://api.zivacare.com/api/v2/body/left_upper_leg?access_token=demo
{
  "code": "c605c0df-221c-4237-830b-76ef7611dc36",
  "user_code": "e231e984-2209-4a10-b634-2257b89c200f",
  "length": 47.5,
  "circumference": 51.1,
  "created_at": "2015-07-03 11:50:56+00",
  "updated_at": "2016-05-17 16:38:17.688193+00",
  "unit": "cm"
}
curl -X PUT -H 'Content-Type: application/json' https://api.zivacare.com/api/v2/body/left_upper_leg?access_token=demo -d '{                            
  "length": 48.32,
  "circumference": 52,
  "unit": "cm"
}'

Was this helpful?

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close