workoutResultOpen
| Namespace: | http://api.lfopen.lfconnect.com/v1/workoutresult |
| XML Schema: | workoutresult.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| facebookSharing (boolean) | 0/1 | Facebook sharing flag. |
| datePerformed (dateTime) | 1/1 | Date time of workout performed. Format : 2011-02-12T17:16:10.180+08:00 (yyyy-MM-dd'T'HH:mm:ss.SSS+hh:mm). |
| name (string) | 1/1 | Workout Name. |
| description (string) | 0/1 | Workout description. |
| preferredUnit (string) | 1/1 | Unit representing the workout value. I for imperial, M for metric. |
| fbShareMessage (string) | 0/1 | The message to be posted to Facebook once the workout is saved. |
JSON
| property | type | description |
|---|---|---|
| facebookSharing | facebookSharing (boolean) | Facebook sharing flag. |
| datePerformed | datePerformed (dateTime) | Date time of workout performed. Format : 2011-02-12T17:16:10.180+08:00 (yyyy-MM-dd'T'HH:mm:ss.SSS+hh:mm). |
| name | name (string) | Workout Name. |
| description | description (string) | Workout description. |
| preferredUnit | preferredUnit (string) | Unit representing the workout value. I for imperial, M for metric. |
| fbShareMessage | fbShareMessage (string) | The message to be posted to Facebook once the workout is saved. |