| Name | Description | Type | Additional information |
|---|---|---|---|
| activity_id |
activity id created by Lifetrons |
string |
None. |
| user_id |
user specific activities data |
integer |
None. |
| total_steps |
no of steps count got from fitness devices |
integer |
None. |
| total_distance |
total walked,running distance |
integer |
None. |
| total_calories |
total calories burnt |
integer |
None. |
| total_duration |
duration in mins from start to end |
integer |
None. |
| total_floors |
no of floors count |
integer |
None. |
| date_of_activity |
start time of activity in epoch time utc co-ordinates |
decimal number |
None. |
| data |
list of activity data with name(walking,running etc) and start/end time |
Collection of StepsDataReq |
None. |
| is_uploaded |
mark all records is uploaded to 0,1 values |
integer |
None. |