progressSummary element

Type: progressSummary
Namespace: http://api.lfopen.lfconnect.com/v1/workoutresult
XML Schema: workoutresult.xsd

Example XML

<?xml version="1.0" encoding="UTF-8"?> <progressSummary xmlns="http://api.lfopen.lfconnect.com/v1/workoutresult"> <caloriesThisMonth xmlns="">...</caloriesThisMonth> <caloriesThisWeek xmlns="">...</caloriesThisWeek> <caloriesThisYear xmlns="">...</caloriesThisYear> <distanceThisMonth xmlns="">...</distanceThisMonth> <distanceThisWeek xmlns="">...</distanceThisWeek> <distanceThisYear xmlns="">...</distanceThisYear> <durationThisMonth xmlns="">...</durationThisMonth> <durationThisWeek xmlns="">...</durationThisWeek> <durationThisYear xmlns="">...</durationThisYear> <workoutDaysThisMonth xmlns="">...</workoutDaysThisMonth> <workoutDaysThisWeek xmlns="">...</workoutDaysThisWeek> <workoutDaysThisYear xmlns="">...</workoutDaysThisYear> <weightLiftedThisMonth xmlns="">...</weightLiftedThisMonth> <weightLiftedThisWeek xmlns="">...</weightLiftedThisWeek> <weightLiftedThisYear xmlns="">...</weightLiftedThisYear> <caloriesThisDay xmlns="">...</caloriesThisDay> <distanceThisDay xmlns="">...</distanceThisDay> <durationThisDay xmlns="">...</durationThisDay> <workoutDaysThisDay xmlns="">...</workoutDaysThisDay> <weightLiftedThisDay xmlns="">...</weightLiftedThisDay> <dateToday xmlns="">...</dateToday> <weekDateFrom xmlns="">...</weekDateFrom> <monthDateFrom xmlns="">...</monthDateFrom> <yearDateFrom xmlns="">...</yearDateFrom> <weekDateTo xmlns="">...</weekDateTo> <monthDateTo xmlns="">...</monthDateTo> <yearDateTo xmlns="">...</yearDateTo> </progressSummary>

Example JSON

{ "caloriesThisMonth" : ..., "caloriesThisWeek" : ..., "caloriesThisYear" : ..., "distanceThisMonth" : ..., "distanceThisWeek" : ..., "distanceThisYear" : ..., "durationThisMonth" : ..., "durationThisWeek" : ..., "durationThisYear" : ..., "workoutDaysThisMonth" : ..., "workoutDaysThisWeek" : ..., "workoutDaysThisYear" : ..., "weightLiftedThisMonth" : ..., "weightLiftedThisWeek" : ..., "weightLiftedThisYear" : ..., "caloriesThisDay" : ..., "distanceThisDay" : ..., "durationThisDay" : ..., "workoutDaysThisDay" : ..., "weightLiftedThisDay" : ..., "dateToday" : "...", "weekDateFrom" : "...", "monthDateFrom" : "...", "yearDateFrom" : "...", "weekDateTo" : "...", "monthDateTo" : "...", "yearDateTo" : "..." }