01-14-2018 11:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-14-2018 11:03
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
https://dev.fitbit.com/build/reference/web-api/sleep/
Is it possible to receive classic data only? I don't want stages.
05-19-2018 00:25 - edited 05-19-2018 00:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

05-19-2018 00:25 - edited 05-19-2018 00:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

