Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Intraday Time Series Data - Sedentary Minutes

Hello,

 

When requesting Intraday Time Series data for sedentary minutes

 

/user/-/activities/minutesSedentary/date/2018-02-22/1m.json

 

we noticed a discrepancy. For reference, here's the format of the data returned:

 

{
    'activities-minutesSedentary': [{
        'value': '599',
        'dateTime': '2018-02-22'
    }],
    'activities-minutesSedentary-intraday': {
        'datasetType': 'minute',
        'datasetInterval': 1,
        'dataset': [{
                'value': 1,
                'time': '00:00:00'
            }, 
            .
            .
            .
            {
                'value': 0,
                'time': '23:59:00'
            }
        ]
    }
}

We assumed that the total sedentary minutes would be 599 on 2018-02-22. However, when we added up all of the 1's in [activities-minutesSedentary-intraday][dataset], we totaled 1113 minutes. When making a similar request for lightly active minutes, fairly active minutes, and very active minutes, there was no discrepancy between the summary and the summation. What could account for the difference for sedentary minutes?

Best Answer
0 REPLIES 0