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

floors data url

ANSWERED

This url returns data as expected:

https://api.fitbit.com/1/user/-/activities/steps/date/2015-07-01/2015-11-02.json

 

 

However this url returns an error:

https://api.fitbit.com/1/user/-/activities/floors/date/2015-07-01/2015-11-02.json

string(133) "{"errors":[{"errorType":"validation","fieldName":"resource path","message":"Invalid time series resource path: /activities/floors"}]}"

 

If the user does not have a tracker which calculates floors is the api intended to return this error? I have not tested with a tracker which calculates floors yet.

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@mangolassi wrote:
If the user does not have a tracker which calculates floors is the api intended to return this error? I have not tested with a tracker which calculates floors yet.

Correct. The person needs to have added a device with an altimeter at some point.

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

@mangolassi wrote:
If the user does not have a tracker which calculates floors is the api intended to return this error? I have not tested with a tracker which calculates floors yet.

Correct. The person needs to have added a device with an altimeter at some point.

Best Answer
0 Votes