05-14-2021 05:41
05-14-2021 05:41
I have a requirement to retrieve the user's distance and steps count of a user for a given day for a given time range who are using our application. The API seems to be able to get data for the user using whose account has been used to create the client but not for others ( in the personal category). Also for server or client, it's not working.
Any help would be really great. 🙂
06-02-2021 12:56
06-02-2021 12:56
Hi @pranav2021
The personal application type only allows you access to the data of the application owner. You'll need to use server or client application types to query other user's data. However, to get the distance and step count for a time range for other users, you will need to request intraday access at https://dev.fitbit.com/build/reference/web-api/intraday-requests/.
You says client or server is not working. What do you mean by that?