08-29-2017 23:36
08-29-2017 23:36
I can not get my sleep logs by date range.
GET https://api.fitbit.com/1/user/-/activities/steps/date/2017-06-15/2017-08-15.json
However, I can get my 1day sleep logs or other activity log by date range.
GET https://api.fitbit.com/1/user/-/activities/steps/date/2017-06-15.json or
GET https://api.fitbit.com/1/user/-/activities/steps/date/2017-06-15/2017-08-15.json
Example error response:
{\"errors\":[{\"errorType\":\"request\",\"fieldName\":\"500\",\"message\":\"An error occurred with the Fitbit Web API while processing the request. Error id: A29E0604:8600_A92D826B:01BB_59A658B0_A26E1A14:6414\"}],\"success\":false}
Please tell me about that solution method.