health_entries
3 rows where type = "HKCategoryTypeIdentifierAppleStandHour" and "updated_at" is on date 2021-03-04 sorted by end_date descending
This data as json, CSV (advanced)
Suggested facets: start_date, end_date, created_at (date), creation_date (date)
start_date (date) ✖
- 2020-04-27 2
- 2020-04-25 1
end_date (date) ✖
- 2020-04-27 2
- 2020-04-25 1
id | created_at | updated_at | deleted_at | type | source_name | source_version | unit | creation_date | start_date | end_date ▲ | value | device_id |
---|---|---|---|---|---|---|---|---|---|---|---|---|
367976 | 2021-03-04 17:19:51.077292+03:00 | 2021-03-04 17:19:51.077292+03:00 | HKCategoryTypeIdentifierAppleStandHour | iPhone (Vsevolod) | 13.3.1 | 2020-04-27 19:52:44+03:00 | 2020-04-27 19:00:00+03:00 | 2020-04-27 20:00:00+03:00 | HKCategoryValueAppleStandHourStood | |||
367977 | 2021-03-04 17:19:51.077535+03:00 | 2021-03-04 17:19:51.077535+03:00 | HKCategoryTypeIdentifierAppleStandHour | iPhone (Vsevolod) | 13.3.1 | 2020-04-27 20:00:39+03:00 | 2020-04-27 19:00:00+03:00 | 2020-04-27 20:00:00+03:00 | HKCategoryValueAppleStandHourStood | |||
367975 | 2021-03-04 17:19:51.076992+03:00 | 2021-03-04 17:19:51.076992+03:00 | HKCategoryTypeIdentifierAppleStandHour | iPhone (Vsevolod) | 13.3.1 | 2020-04-25 20:19:25+03:00 | 2020-04-25 20:00:00+03:00 | 2020-04-25 21:00:00+03:00 | HKCategoryValueAppleStandHourStood |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE `health_entries` (`id` integer,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`type` text,`source_name` text,`source_version` text,`unit` text,`creation_date` datetime,`start_date` datetime,`end_date` datetime,`value` text,`device_id` integer,PRIMARY KEY (`id`),CONSTRAINT `fk_health_entries_device` FOREIGN KEY (`device_id`) REFERENCES `health_devices`(`id`)); CREATE UNIQUE INDEX `health_entries_key` ON `health_entries`(`type`,`creation_date`); CREATE INDEX `idx_health_entries_deleted_at` ON `health_entries`(`deleted_at`);