health_activity_summaries
1 row where "created_at" is on date 2021-03-04, "date" is on date 2019-12-29 and "updated_at" is on date 2021-03-04 sorted by apple_move_time
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date), date (date)
id | created_at | updated_at | deleted_at | date | active_energy_burned | active_energy_burned_goal | active_energy_burned_unit | apple_move_time ▼ | apple_move_time_goal | apple_exercise_time | apple_exercise_time_goal | apple_stand_hours | apple_stand_hours_goal |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
311 | 2021-03-04 17:19:51.244496+03:00 | 2021-03-04 17:19:51.244496+03:00 | 2019-12-29 00:00:00+00:00 | 0.0 | 810 | kcal | 0 | 0 | 0 | 30 | 0 | 12 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE `health_activity_summaries` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`date` datetime UNIQUE,`active_energy_burned` real,`active_energy_burned_goal` integer,`active_energy_burned_unit` text,`apple_move_time` integer,`apple_move_time_goal` integer,`apple_exercise_time` integer,`apple_exercise_time_goal` integer,`apple_stand_hours` integer,`apple_stand_hours_goal` integer,PRIMARY KEY (`id`)); CREATE INDEX `idx_health_activity_summaries_deleted_at` ON `health_activity_summaries`(`deleted_at`);