resultProgressLifefitnessWorkoutData
Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult |
XML Schema: | workoutresult.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
distance (double) | 0/1 | Total distance of the workout |
duration (double) | 0/1 | Total duration of the workout |
calorie (double) | 0/1 | Total calorie of the workout |
equipmentId (long) | 0/1 | Lfconnect equipment ID |
equipmentName (string) | 0/1 | Equipment name (Treadmill/Upright Bike) |
cardioDataDetails (cardioLifefitnessProgress) | 0/unbounded | |
unit (string) | 0/1 | Unit of workout parameters Supported values : I - Imperial, M - Metric |
JSON
property | type | description |
---|---|---|
distance | distance (double) | Total distance of the workout |
duration | duration (double) | Total duration of the workout |
calorie | calorie (double) | Total calorie of the workout |
equipmentId | equipmentId (long) | Lfconnect equipment ID |
equipmentName | equipmentName (string) | Equipment name (Treadmill/Upright Bike) |
cardioDataDetails | array of cardioDataDetails (cardioLifefitnessProgress) | |
unit | unit (string) | Unit of workout parameters Supported values : I - Imperial, M - Metric |