resultProgressGPSWorkoutData
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 calories of the workout |
workoutName (string) | 0/1 | workout name |
equipmentId (long) | 0/1 | equipment ID -1 for GPS |
equipmentName (string) | 0/1 | Value GPS |
unit (string) | 0/1 | Unit of workout parameters Supported values : I - Imperial, M - Metric |
cardioDataDetails (cardioGPSProgress) | 0/unbounded |
JSON
property | type | description |
---|---|---|
distance | distance (double) | Total distance of the workout |
duration | duration (double) | Total duration of the workout |
calorie | calorie (double) | Total calories of the workout |
workoutName | workoutName (string) | workout name |
equipmentId | equipmentId (long) | equipment ID -1 for GPS |
equipmentName | equipmentName (string) | Value GPS |
unit | unit (string) | Unit of workout parameters Supported values : I - Imperial, M - Metric |
cardioDataDetails | array of cardioDataDetails (cardioGPSProgress) |