c# - Why am I getting Bad request in response while reading Fitbit elevation data? -


when hit https://api.fitbit.com/1/user/-/activities/tracker/elevation/date/2016-11-01/2016-11-08.json

or

https://api.fitbit.com/1/user/-/activities/elevation/date/2016-11-01/2016-11-08.json

i status code=400 response: bad request; whereas data other activites eg: distance, steps, calories etc. fetching time series data activity specified in this doc.

any appreciated.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -