I want to retrieve only data of specific scope say I want only weight, sleep and heart rate in single request instead of calling three APIs. Is there any solution for this, community please help me to resolve this issue, I dont want to call (100users x 3) request to server.
Answered! Go to the Best Answer.
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@rahul.matte You would have to make those calls separately.
The rate limit is 150 requests/hour per user. You'd only be making 3 requests per user, which means you'd still have 147 left for each user for that hour.
Best Answer
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
@rahul.matte You would have to make those calls separately.
The rate limit is 150 requests/hour per user. You'd only be making 3 requests per user, which means you'd still have 147 left for each user for that hour.
Best Answer@AndrewFitbitThanks for the swift response....
This would have been great if I am able to get it in a single request...
Best AnswerHi @AndrewFitbit, I hope you doing good. I am still looking for resource url where I can get all activity data(sleep,weight, calories) in one request. Please let know if there is any updation to achieve this.
Thanks
Best Answer