manualStrengthWorkoutResult
Extends: | workoutResultOpen |
Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult |
XML Schema: | workoutresult.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
strengthSets (strengthResultSet) | 1/unbounded | Strength Set repetition. Minimum is 1, maximum is 5. |
intensity (int) | 0/1 | |
duration (int) | 0/1 | Duration of the workout.Default value for empty should be 0 (zero). |
weight (double) | 0/1 | Weight of the strength workout |
JSON
property | type | description |
---|---|---|
strengthSets | array of strengthSets (strengthResultSet) | Strength Set repetition. Minimum is 1, maximum is 5. |
intensity | intensity (int) | |
duration | duration (int) | Duration of the workout.Default value for empty should be 0 (zero). |
weight | weight (double) | Weight of the strength workout |