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 

 

Typically, when data isn't available, it means the user hasn't sync'd their device or wasn't wearing their device on that date.   Are you able to verify there is data available through the mobile app?

 

Gordon

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