Is it possible to find out the first date with reported activity in a Fitbit users lifetime? I want to loop over all dates for which activities are reported to get all the summary data.
Answered! Go to the Best Answer.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Get User Info endpoint has memberSince, which typically is the first date that someone has data. People can add historic data, but this is not common.
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Get User Info endpoint has memberSince, which typically is the first date that someone has data. People can add historic data, but this is not common.
Best AnswerThanks, that solves the problem for me.
Best Answer