resultProgressDailyData
| Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult |
| XML Schema: | workoutresult.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| cardioDataDetails (cardioDailyProgress) | 0/unbounded | List of Cardio workout results. |
| strengthData (strengthDailyProgress) | 0/unbounded | Strength workout results |
| calorie (double) | 0/1 | total calories of the workouts for the date |
| duration (double) | 0/1 | total duration of the workouts for the date |
| distance (double) | 0/1 | total distance of the workouts for the date |
| date (dateTime) | 0/1 | Date of the workout |
| unit (string) | 0/1 | Unit of workout parameters Supported values : I - Imperial, M - Metric |
JSON
| property | type | description |
|---|---|---|
| cardioDataDetails | array of cardioDataDetails (cardioDailyProgress) | List of Cardio workout results. |
| strengthData | array of strengthData (strengthDailyProgress) | Strength workout results |
| calorie | calorie (double) | total calories of the workouts for the date |
| duration | duration (double) | total duration of the workouts for the date |
| distance | distance (double) | total distance of the workouts for the date |
| date | date (dateTime) | Date of the workout |
| unit | unit (string) | Unit of workout parameters Supported values : I - Imperial, M - Metric |