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.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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-explor....
Best Answer