daily.data.activity.updated
Each summary object is uniquely identified by its id
.
If multiple events are received at the same id
, the last event received replaces all its previous
versions.
Properties
Constant: daily.data.activity.updated
User id returned by vital create user request. This id should be stored in your database against the user and used for all interactions with the vital api.
[⚠️ Deprecated] User key returned by vital create user key request. This key should be stored in your database against the user and used for all interactions with the vital api.
[⚠️ Deprecated] Date of the specified record, formatted as ISO8601 datetime string in UTC 00:00. Deprecated in favour of calendar_date.
Date of the summary in the YYYY-mm-dd format.
Total energy consumption during the day including Basal Metabolic Rate in kilocalories::kilocalories
Energy consumption caused by the physical activity of the day in kilocalories::kilocalories
Total number of steps registered during the day::steps
[⚠️ Deprecated] Deprecated. Daily physical activity as equal meters i.e. amount of walking needed to get the same amount of activity::meters
Cumulated distance for exercise
Number of minutes during the day with low intensity activity (e.g. household work)::minutes
Number of minutes during the day with medium intensity activity (e.g. walking)::minutes
Number of minutes during the day with high intensity activity (e.g. running)::minutes
Source the data has come from.
Name of source of information
Slug for designated source
URL for source logo
Number of floors climbed by the user::count
[DEPRECATED] The time zone full identifier for the data. Example: ‘Europe/London’.
Timezone offset from UTC as seconds. For example, EEST (Eastern European Summer Time, +3h) is 10800. PST (Pacific Standard Time, -8h) is -28800::seconds
Examples
{
"event_type": "daily.data.activity.updated",
"data": {
"date": "2023-05-26T20:56:48.319668+00:00",
"calendar_date": "2023-05-26",
"calories_total": 100,
"calories_active": 2000,
"steps": 10000,
"daily_movement": 200,
"low": 6400,
"medium": 6400,
"high": 6000,
"floors_climbed": 10,
"timezone_offset": 3600,
"time_zone": "Europe/London",
"source": {
"name": "Oura",
"slug": "oura",
"logo": "https://logo_url.com"
},
"user_id": "8f81ca7a-6255-49c2-a6cb-6232e4308d9a"
}
}