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

Only receiving empty data for sleep, weight, activity

https://api.fitbit.com/1.2/user/-/sleep/date/2021-09-01/2021-09-14.json?sort=asc

{ sleep: [] }

 

https://api.fitbit.com/1/user/-/body/log/weight/date/2021-09-01/2021-09-14.json

{ weight: [] }

 

https://api.fitbit.com/1/user/-/activities/list.json?beforeDate=2021-09-15T08:48:58&offset=0&limit=2...

{

  activities: [],

  pagination: {

    beforeDate: '2021-09-15T08:48:58',

    limit: 20,

    next: '',

    offset: 0,

    previous: '',

    sort: 'desc'

  }

}

 

Data is visible in the Fitbit app. Any suggestions?

Best Answer
0 Votes
2 REPLIES 2

Hi @unktomi 

 

This is a duplicate problem reported through our web form.   I've replied to you with a question.   Let's continue the conversation through the case record.

 

Gordon

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes

SOLUTION:  The user has multiple accounts and was querying data from the wrong one.

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes