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

activities Data is null ???

Data information exists until 2021-04-18.
There is no data information from 2021-04-19
============================================
Connection method: /activities/date/{date}
============================================
Data Info EX)
2021-04-18
{
"activities": [
{
"activeDuration": 1485000,
"activeZoneMinutes": {
"minutesInHeartRateZones": [
{
"minuteMultiplier": 0,
"minutes": 0,
"order": 0,
"type": "OUT_OF_ZONE",
"zoneName": "Out of Range"
},
{
"minuteMultiplier": 2,
"minutes": 0,
"order": 2,
"type": "CARDIO",
"zoneName": "Cardio"
},
{
"minuteMultiplier": 2,
"minutes": 0,
"order": 3,
"type": "PEAK",
"zoneName": "Peak"
},
{
"minuteMultiplier": 1,
"minutes": 0,
"order": 1,
"type": "FAT_BURN",
"zoneName": "Fat Burn"
}
],
"totalMinutes": 0
}.....
],
"pagination": {
"afterDate": "2021-04-18",
"limit": 10,
"next": "",
"offset": 0,
"previous": "",
"sort": "asc"
}
}
-------------------------------------------------------------------------------------------------
2021-04-19
{
"activities": [],
"pagination": {
"afterDate": "2021-04-19",
"limit": 10,
"next": "",
"offset": 0,
"previous": "",
"sort": "asc"
}
}
===========================================================

Please let me know why I can't get the measurement or how to retrieve the measurement information.

Best Answer
0 Votes
1 REPLY 1

Hi @SunsetRunner 

 

I'm not able to reproduce this problem.    Would you please try to reproduce the problem with the Fitbit Web API Explorer?  The instructions for using the tool can be found here: https://dev.fitbit.com/build/reference/web-api/troubleshooting-guide/debugging-tools/#web-api-explorer.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes