1

I am trying to get active minutes out of Jawbone API's but haven't find anything. Is there a way to get to know active minutes of a user? Does jawbone supports and shows active minutes?

thanks

ammeet
  • 21
  • 1

1 Answers1

0

Take a look at the documentation for the moves endpoint. One of the pieces of data that comes back for a move event is active_time, which is the total active time in seconds.

active_time definition

RAY
  • 474
  • 4
  • 21
  • thanks ! but does this active time is the uninterrupted time of the activity done or it is the sum of all the times for which user was performing some activity? e.g. I am running on treadmill for 15 mins. But i took a break after 5 mins and rest for 3 mins and then again run on treadmill for 7 mins. In this case the Active time will be 12 mins or 15 mins? pls confirm. – ammeet Nov 06 '16 at 14:00
  • It's sum of all the active times in the time period. – RAY Nov 07 '16 at 21:27