Hi,
My app will parse anything and everything it can from a device and I am wondering if there is a comprehensive list of all available parameters/vital signs/datas that the Fitbit API makes fetchable? I have begun to make my own using the sample output in the API but I am guessing there is something internally at Fitbit that details this already, no? Any literature, resources, information would be greatly appreciated. Thanks,
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.
Hi @bryansolomon, all of the endpoints and their parameters are documented at https://dev.fitbit.com/docs
Best AnswerJust remembered that the answer to this would be very device-specific so while I expect there are lists for every device as well as an over-arching every parameter list, I would like to specify I am integrating the Fitbit Flex into my app and would benefit immensely from a comprehensive list of parameters from that particular Fitbit. Thanks again!
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.
Hi @bryansolomon, all of the endpoints and their parameters are documented at https://dev.fitbit.com/docs
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.
@bryansolomon wrote:
Just remembered that the answer to this would be very device-specific so while I expect there are lists for every device as well as an over-arching every parameter list, I would like to specify I am integrating the Fitbit Flex into my app and would benefit immensely from a comprehensive list of parameters from that particular Fitbit. Thanks again!
The Fitbit API provides data normalized across all devices. The only differences between devices are the settings and capabilities (e.g. Flex doesn't have an altimeter, so you won't get elevation data).
Best AnswerOkay thank you. I wasn't sure if the sample JSON included all possible parameters. Thanks again.
Best Answer