10-15-2015 13:56
10-15-2015 13:56
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.
10-15-2015 14:02
10-15-2015 14:02
Hi @bryansolomon, all of the endpoints and their parameters are documented at https://dev.fitbit.com/docs
10-15-2015 14:01
10-15-2015 14:01
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!
10-15-2015 14:02
10-15-2015 14:02
Hi @bryansolomon, all of the endpoints and their parameters are documented at https://dev.fitbit.com/docs
10-15-2015 14:07
10-15-2015 14:07
@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).
10-16-2015 07:40
10-16-2015 07:40
Okay thank you. I wasn't sure if the sample JSON included all possible parameters. Thanks again.