09-02-2017 05:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-02-2017 05:29
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi,
I'm trying to download steps from Fitbit minute by minute. I'm using endpoint /1/user/-/activities/{resource-path}/date/{date}/{end-date}/{detail-level}/time/{start-time}/{end-time}.json and It works great. I have one small issue.
When I create manual activity, it affect number of steps and rewrite tracker data. I want data only from tracker. I know that there is endpoint /1/user/-/activities/tracker/{resource-path}/date/{base-date}/{end-date}.json but it gives me only day to day summary.
When I try to use /1/user/-/activities/tracker/{resource-path}/date/{date}/{end-date}/{detail-level}/time/{start-time}/{end-time}.json it tells me that I have insufficient_permissions to do that.
My questing is - Is it somehow possible to download minute-by-minute step data without steps from manual activities?
