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

Heart Rate Intraday Time Series

ANSWERED

Hey,

 

A user on my website has just noticed this and i was wondering if someone on here could clarify.

 

When a users sign up to my site, i grab there steps using the the following - 

https://api.fitbit.com/1/user/-/activities/steps/date/**$currentDate**/max.json

 

This normally fetches all the days that a Fitbit user has.

 

At the moment, i have one user who registered to Fitbit on 2012-01-13 (as returned by the profile endpoint) but when i run the above endpoint, it only returns data up to the 2014-04-27.

 

Where is the data from before this date up to her registration date ?

 

Thanks in advance, Sam!

See advanced Fitbit statistics and leaderboards at - https://bitstats.net
Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@Bonxy I saw a post from a while back by Jeremiah that says the period 'max' was deprecated.

 

I know that doesn't exactly answer your question but that will probably explain why there's no information about 'max'. From what I can tell, there appears to be a limit on how much data 'max' can actually pull.

Andrew | Community Moderator, Fitbit

What motivates you?

View best answer in original post

Best Answer
0 Votes
2 REPLIES 2

@Bonxy I saw a post from a while back by Jeremiah that says the period 'max' was deprecated.

 

I know that doesn't exactly answer your question but that will probably explain why there's no information about 'max'. From what I can tell, there appears to be a limit on how much data 'max' can actually pull.

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes
Hey.

Thanks for the reply.

I didn't realise the max endpoint had been depreciated. It looks like it might be returning the last 3 years. I'll do some test tonight and see if I can fix it.

Thanks for the update.
See advanced Fitbit statistics and leaderboards at - https://bitstats.net
Best Answer
0 Votes