Created
December 18, 2014 11:39
-
-
Save MFQ/80bfd85e7c42055ee616 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Content-Language: | |
en | |
Cache-control: | |
no-cache, must-revalidate | |
Fitbit-Rate-Limit-Limit: | |
150 | |
Content-Length: | |
618 | |
Expires: | |
Thu, 01 Jan 1970 00:00:00 GMT | |
X-UA-Compatible: | |
IE=edge,chrome=1 | |
Set-Cookie: | |
JSESSIONID=49E886205CE25D3D9255AB8DDDCFBBA2.fitbit1; Path=/; HttpOnly | |
Connection: | |
keep-alive | |
Server: | |
nginx | |
Pragma: | |
no-cache | |
X-Frame-Options: | |
SAMEORIGIN | |
Date: | |
Thu, 18 Dec 2014 11:27:21 GMT | |
Vary: | |
Accept-Encoding | |
Fitbit-Rate-Limit-Remaining: | |
148 | |
Fitbit-Rate-Limit-Reset: | |
1958 | |
Content-Type: | |
application/json;charset=UTF-8 | |
{ | |
"activities": [], | |
"goals": { | |
"activeMinutes": 30, | |
"caloriesOut": 2184, | |
"distance": 8.05, | |
"steps": 10000 | |
}, | |
"summary": { | |
"activeScore": -1, | |
"activityCalories": 11, | |
"caloriesBMR": 1319, | |
"caloriesOut": 1326, | |
"distances": [ | |
{ | |
"activity": "total", | |
"distance": 0.03 | |
}, | |
{ | |
"activity": "tracker", | |
"distance": 0.03 | |
}, | |
{ | |
"activity": "loggedActivities", | |
"distance": 0 | |
}, | |
{ | |
"activity": "veryActive", | |
"distance": 0 | |
}, | |
{ | |
"activity": "moderatelyActive", | |
"distance": 0 | |
}, | |
{ | |
"activity": "lightlyActive", | |
"distance": 0.03 | |
}, | |
{ | |
"activity": "sedentaryActive", | |
"distance": 0 | |
} | |
], | |
"fairlyActiveMinutes": 0, | |
"lightlyActiveMinutes": 3, | |
"marginalCalories": 5, | |
"sedentaryMinutes": 984, | |
"steps": 41, | |
"veryActiveMinutes": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment