07-13-2022 23:29
07-13-2022 23:29
I have integrated FITBT API into my application. Where based on the data collected through API I populate a graph.
In one use case, I have a user who was using the FITBIT till June 25th, so till the 25th of June, I have proper steps data for this user. Now the user was inactive with his device from the 25th till today and here the API gave me zero as data between the 25th and today whereas it should be null or an empty list for those days [].
This is the same case for all other data types such as minutes_active, water, etc.
Is there a way to determine whether the user was inactive/not wearing the app during these days?