Activity/Exercise Tracker
calories
Int
Amount of calories burnt. (Wearables only)
created_at
DateTime
Timestamp of when the event was registered. (ISO 8601 with timezone)
datetime
DateTime
Timestamp of when the event was last updated. (ISO 8601 with timezone)
event
Event
enum Event {
exercise_tracker.created exercise_tracker.updated exercise_tracker.deleted
}
id
Id
Event id.
intensity
ExerciseIntensity
enum ExerciseIntensity { VIGOROUS MODERATE LOW }
profile_id
Id
User profile ID.
source
SourceType
enum SourceType { SUGGESTIC FITBIT GARMIN POLAR MISFIT WITHINGS STRAVA GOOGLEFIT_REST GOOGLEFIT_NATIVE SUUNTO OURA IHEALTH APPLE SAMSUNG OMRONCONNECT OMRONWELLNESS HUAWEIHEALTH HEALTHCONNECT }
type
ExerciseType
enum ExerciseType { ACTIVE CARDIO STRENGTH WORKOUT_ROUTINE RECOVERY OTHER WALK CYCLE JOG_OR_RUN SWIM BREATHWORK STRETCH YOGA PILATES HIKE DANCE HOUSEHOLD_CHORES YARD_WORK PHYSICAL_THERAPY_EXERCISES IN_BED_EXERCIES }
Example
{
"body": {
"calories": null,
"created_at": "2025-11-28T22:30:57.061556",
"datetime": "2025-11-29T01:30:00+00:00",
"duration_minutes": 60,
"event": "exercise_tracker.created",
"id": 7386676,
"intensity": "moderate",
"profile_id": "a91f7a7d-a24b-40ab-a045-a63ef0632a0d",
"source": "Suggestic",
"type": "strength"
}
}Last updated
Was this helpful?