04-28-2021 02:08
04-28-2021 02:08
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.
04-28-2021 08:43
04-28-2021 08:43
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