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

Sleep API

https://dev.fitbit.com/build/reference/web-api/sleep/

 

Is it possible to receive classic data only? I don't want stages. 

Best Answer
0 Votes
1 REPLY 1

Can you write how are you getting the info?

i'm having the opposite problem - i'm only reciving the classic data and i want the stages.

i'm doing it with the 

 

client.sleep(date=datetime.date(2018,04,20))

and it returns a distionary with sleep and summrized data, one of the values is a "minuteData" list, which is a list with TIME and VALUE for each sleep record (VALUE is between 1 and 3) 

 

How do you recive the stages data?

 

Best Answer
0 Votes