diff --git a/docs/api-reference/data/timeseries/afib-burden.mdx b/docs/api-reference/data/timeseries/afib-burden.mdx index 1090174e2..3a1b759eb 100644 --- a/docs/api-reference/data/timeseries/afib-burden.mdx +++ b/docs/api-reference/data/timeseries/afib-burden.mdx @@ -1,5 +1,6 @@ --- title: "Afib Burden" +description: "Retrieve atrial fibrillation burden percentages from compatible devices for a user from connected wearables and health providers using the Junction timeseries." openapi: "GET /v2/timeseries/{user_id}/afib_burden/grouped" --- diff --git a/docs/api-reference/data/timeseries/basal-body-temperature.mdx b/docs/api-reference/data/timeseries/basal-body-temperature.mdx index 5785c0f7f..44e5a9afd 100644 --- a/docs/api-reference/data/timeseries/basal-body-temperature.mdx +++ b/docs/api-reference/data/timeseries/basal-body-temperature.mdx @@ -1,5 +1,6 @@ --- title: "Basal Body Temperature" +description: "Retrieve basal body temperature measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/basal_body_temperature/grouped" --- diff --git a/docs/api-reference/data/timeseries/blood-oxygen.mdx b/docs/api-reference/data/timeseries/blood-oxygen.mdx index eaab46786..9935549fc 100644 --- a/docs/api-reference/data/timeseries/blood-oxygen.mdx +++ b/docs/api-reference/data/timeseries/blood-oxygen.mdx @@ -1,5 +1,6 @@ --- title: "Blood Oxygen" +description: "Retrieve blood oxygen saturation (SpO2) measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/blood_oxygen/grouped" --- diff --git a/docs/api-reference/data/timeseries/blood-pressure.mdx b/docs/api-reference/data/timeseries/blood-pressure.mdx index b09638abd..998df3320 100644 --- a/docs/api-reference/data/timeseries/blood-pressure.mdx +++ b/docs/api-reference/data/timeseries/blood-pressure.mdx @@ -1,5 +1,6 @@ --- title: "Blood Pressure" +description: "Retrieve systolic and diastolic blood pressure readings for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/blood_pressure/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-fat.mdx b/docs/api-reference/data/timeseries/body-fat.mdx index f179980f9..d72624dda 100644 --- a/docs/api-reference/data/timeseries/body-fat.mdx +++ b/docs/api-reference/data/timeseries/body-fat.mdx @@ -1,5 +1,6 @@ --- title: "Body Fat" +description: "Retrieve body fat percentage measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/body_fat/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-mass-index.mdx b/docs/api-reference/data/timeseries/body-mass-index.mdx index 6e7c59975..d2548b663 100644 --- a/docs/api-reference/data/timeseries/body-mass-index.mdx +++ b/docs/api-reference/data/timeseries/body-mass-index.mdx @@ -1,5 +1,6 @@ --- title: "Body Mass Index" +description: "Retrieve body mass index (BMI) values calculated from height and weight for a user from connected wearables and health providers using the Junction timeseries." openapi: "GET /v2/timeseries/{user_id}/body_mass_index/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-temperature-delta.mdx b/docs/api-reference/data/timeseries/body-temperature-delta.mdx index 09bfead70..69999c513 100644 --- a/docs/api-reference/data/timeseries/body-temperature-delta.mdx +++ b/docs/api-reference/data/timeseries/body-temperature-delta.mdx @@ -1,5 +1,6 @@ --- title: "Body Temperature Delta" +description: "Retrieve changes in body temperature relative to a baseline for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/body_temperature_delta/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-temperature.mdx b/docs/api-reference/data/timeseries/body-temperature.mdx index ce08f4def..5492aae82 100644 --- a/docs/api-reference/data/timeseries/body-temperature.mdx +++ b/docs/api-reference/data/timeseries/body-temperature.mdx @@ -1,5 +1,6 @@ --- title: "Body Temperature" +description: "Retrieve body temperature readings for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/body_temperature/grouped" --- diff --git a/docs/api-reference/data/timeseries/body-weight.mdx b/docs/api-reference/data/timeseries/body-weight.mdx index 562de1373..2c89673a1 100644 --- a/docs/api-reference/data/timeseries/body-weight.mdx +++ b/docs/api-reference/data/timeseries/body-weight.mdx @@ -1,5 +1,6 @@ --- title: "Body Weight" +description: "Retrieve body weight measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/body_weight/grouped" --- diff --git a/docs/api-reference/data/timeseries/caffeine.mdx b/docs/api-reference/data/timeseries/caffeine.mdx index 1ac0c9c15..71bba1449 100644 --- a/docs/api-reference/data/timeseries/caffeine.mdx +++ b/docs/api-reference/data/timeseries/caffeine.mdx @@ -1,5 +1,6 @@ --- title: "Caffeine" +description: "Retrieve caffeine intake from logged consumption data for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/caffeine/grouped" --- diff --git a/docs/api-reference/data/timeseries/calories-active.mdx b/docs/api-reference/data/timeseries/calories-active.mdx index b1350648e..c06538ccc 100644 --- a/docs/api-reference/data/timeseries/calories-active.mdx +++ b/docs/api-reference/data/timeseries/calories-active.mdx @@ -1,5 +1,6 @@ --- title: "Calories Active" +description: "Retrieve active calories burned during movement and exercise for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/calories_active/grouped" --- diff --git a/docs/api-reference/data/timeseries/calories-basal.mdx b/docs/api-reference/data/timeseries/calories-basal.mdx index 296b3902a..0eef6f2ce 100644 --- a/docs/api-reference/data/timeseries/calories-basal.mdx +++ b/docs/api-reference/data/timeseries/calories-basal.mdx @@ -1,5 +1,6 @@ --- title: "Calories Basal" +description: "Retrieve basal calories burned at rest for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/calories_basal/grouped" --- diff --git a/docs/api-reference/data/timeseries/carbohydrates.mdx b/docs/api-reference/data/timeseries/carbohydrates.mdx index 481ebaea5..4fec6bf86 100644 --- a/docs/api-reference/data/timeseries/carbohydrates.mdx +++ b/docs/api-reference/data/timeseries/carbohydrates.mdx @@ -1,5 +1,6 @@ --- title: "Carbohydrates" +description: "Retrieve carbohydrate intake from logged nutrition data for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/carbohydrates/grouped" --- diff --git a/docs/api-reference/data/timeseries/cholesterol.mdx b/docs/api-reference/data/timeseries/cholesterol.mdx index 8264d78a1..9f57a5b97 100644 --- a/docs/api-reference/data/timeseries/cholesterol.mdx +++ b/docs/api-reference/data/timeseries/cholesterol.mdx @@ -1,5 +1,6 @@ --- title: "Cholesterol" +description: "Retrieve cholesterol measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/cholesterol/grouped" --- diff --git a/docs/api-reference/data/timeseries/daylight-exposure.mdx b/docs/api-reference/data/timeseries/daylight-exposure.mdx index 66dbcda8c..fad4a90d1 100644 --- a/docs/api-reference/data/timeseries/daylight-exposure.mdx +++ b/docs/api-reference/data/timeseries/daylight-exposure.mdx @@ -1,5 +1,6 @@ --- title: "Daylight Exposure" +description: "Retrieve time spent exposed to daylight for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/daylight_exposure/grouped" --- diff --git a/docs/api-reference/data/timeseries/distance.mdx b/docs/api-reference/data/timeseries/distance.mdx index 4c9de296d..266904a43 100644 --- a/docs/api-reference/data/timeseries/distance.mdx +++ b/docs/api-reference/data/timeseries/distance.mdx @@ -1,5 +1,6 @@ --- title: "Distance" +description: "Retrieve distance traveled during the day for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/distance/grouped" --- diff --git a/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx b/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx index a9d5b87f5..2e755ae45 100644 --- a/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx +++ b/docs/api-reference/data/timeseries/electrocardiogram-voltage.mdx @@ -1,5 +1,6 @@ --- title: "Electrocardiogram Voltage" +description: "Retrieve raw electrocardiogram voltage samples for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/electrocardiogram_voltage/grouped" --- diff --git a/docs/api-reference/data/timeseries/fall.mdx b/docs/api-reference/data/timeseries/fall.mdx index 0dcde1922..52d3bfa54 100644 --- a/docs/api-reference/data/timeseries/fall.mdx +++ b/docs/api-reference/data/timeseries/fall.mdx @@ -1,5 +1,6 @@ --- title: "Fall" +description: "Retrieve detected fall events from compatible devices for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/fall/grouped" --- diff --git a/docs/api-reference/data/timeseries/floors-climbed.mdx b/docs/api-reference/data/timeseries/floors-climbed.mdx index f5266f874..675e30b56 100644 --- a/docs/api-reference/data/timeseries/floors-climbed.mdx +++ b/docs/api-reference/data/timeseries/floors-climbed.mdx @@ -1,5 +1,6 @@ --- title: "Floors Climbed" +description: "Retrieve flights of stairs climbed throughout the day for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/floors_climbed/grouped" --- diff --git a/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx b/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx index bc5f4544c..7fc3a1f44 100644 --- a/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx +++ b/docs/api-reference/data/timeseries/forced-expiratory-volume-1.mdx @@ -1,5 +1,6 @@ --- title: "Forced Expiratory Volume 1" +description: "Retrieve forced expiratory volume in one second (FEV1) measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/forced_expiratory_volume_1/grouped" --- diff --git a/docs/api-reference/data/timeseries/forced-vital-capacity.mdx b/docs/api-reference/data/timeseries/forced-vital-capacity.mdx index 2651150df..15c90191d 100644 --- a/docs/api-reference/data/timeseries/forced-vital-capacity.mdx +++ b/docs/api-reference/data/timeseries/forced-vital-capacity.mdx @@ -1,5 +1,6 @@ --- title: "Forced Vital Capacity" +description: "Retrieve forced vital capacity (FVC) measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/forced_vital_capacity/grouped" --- diff --git a/docs/api-reference/data/timeseries/glucose.mdx b/docs/api-reference/data/timeseries/glucose.mdx index 97b1e8283..4cc5fa8d7 100644 --- a/docs/api-reference/data/timeseries/glucose.mdx +++ b/docs/api-reference/data/timeseries/glucose.mdx @@ -1,5 +1,6 @@ --- title: "Glucose" +description: "Retrieve blood glucose readings for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/glucose/grouped" --- diff --git a/docs/api-reference/data/timeseries/handwashing.mdx b/docs/api-reference/data/timeseries/handwashing.mdx index 27831bda3..5e7f958cd 100644 --- a/docs/api-reference/data/timeseries/handwashing.mdx +++ b/docs/api-reference/data/timeseries/handwashing.mdx @@ -1,5 +1,6 @@ --- title: "Handwashing" +description: "Retrieve handwashing events recorded by compatible devices for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/handwashing/grouped" --- diff --git a/docs/api-reference/data/timeseries/heart-rate-alert.mdx b/docs/api-reference/data/timeseries/heart-rate-alert.mdx index 2a0a495a1..0f4e015c1 100644 --- a/docs/api-reference/data/timeseries/heart-rate-alert.mdx +++ b/docs/api-reference/data/timeseries/heart-rate-alert.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Alert" +description: "Retrieve heart rate alert events from compatible devices for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/heart_rate_alert/grouped" --- diff --git a/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx b/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx index faeb40732..016591440 100644 --- a/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx +++ b/docs/api-reference/data/timeseries/heart-rate-recovery-one-minute.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Recovery One Minute" +description: "Retrieve heart rate recovery values one minute after exercise for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/heart_rate_recovery_one_minute/grouped" --- diff --git a/docs/api-reference/data/timeseries/heartrate.mdx b/docs/api-reference/data/timeseries/heartrate.mdx index 0359f2718..cdf6ef410 100644 --- a/docs/api-reference/data/timeseries/heartrate.mdx +++ b/docs/api-reference/data/timeseries/heartrate.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate" +description: "Retrieve heart rate measurements over time for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/heartrate/grouped" --- diff --git a/docs/api-reference/data/timeseries/hrv.mdx b/docs/api-reference/data/timeseries/hrv.mdx index fdd14d150..95373afa8 100644 --- a/docs/api-reference/data/timeseries/hrv.mdx +++ b/docs/api-reference/data/timeseries/hrv.mdx @@ -1,5 +1,6 @@ --- title: "Heart Rate Variability" +description: "Retrieve heart rate variability (HRV) measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/hrv/grouped" --- diff --git a/docs/api-reference/data/timeseries/hypnogram.mdx b/docs/api-reference/data/timeseries/hypnogram.mdx index 4b6f9d6fa..0f69c6ac9 100644 --- a/docs/api-reference/data/timeseries/hypnogram.mdx +++ b/docs/api-reference/data/timeseries/hypnogram.mdx @@ -1,5 +1,6 @@ --- title: "Hypnogram" +description: "Retrieve sleep stage transitions throughout a sleep session for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/hypnogram/grouped" --- diff --git a/docs/api-reference/data/timeseries/ige.mdx b/docs/api-reference/data/timeseries/ige.mdx index bbad9e60a..9c134a53d 100644 --- a/docs/api-reference/data/timeseries/ige.mdx +++ b/docs/api-reference/data/timeseries/ige.mdx @@ -1,5 +1,6 @@ --- title: "Ige" +description: "Retrieve immunoglobulin E (IgE) lab values for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/ige/grouped" --- diff --git a/docs/api-reference/data/timeseries/igg.mdx b/docs/api-reference/data/timeseries/igg.mdx index 68c97f8e9..77cadbe02 100644 --- a/docs/api-reference/data/timeseries/igg.mdx +++ b/docs/api-reference/data/timeseries/igg.mdx @@ -1,5 +1,6 @@ --- title: "Igg" +description: "Retrieve immunoglobulin G (IgG) lab values for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/igg/grouped" --- diff --git a/docs/api-reference/data/timeseries/inhaler-usage.mdx b/docs/api-reference/data/timeseries/inhaler-usage.mdx index 27ad8d465..09f69a946 100644 --- a/docs/api-reference/data/timeseries/inhaler-usage.mdx +++ b/docs/api-reference/data/timeseries/inhaler-usage.mdx @@ -1,5 +1,6 @@ --- title: "Inhaler Usage" +description: "Retrieve inhaler usage events from compatible devices for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/inhaler_usage/grouped" --- diff --git a/docs/api-reference/data/timeseries/insulin-injection.mdx b/docs/api-reference/data/timeseries/insulin-injection.mdx index 090f0c01c..68a7e80f3 100644 --- a/docs/api-reference/data/timeseries/insulin-injection.mdx +++ b/docs/api-reference/data/timeseries/insulin-injection.mdx @@ -1,5 +1,6 @@ --- title: "Insulin Injection" +description: "Retrieve logged insulin injection events for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/insulin_injection/grouped" --- diff --git a/docs/api-reference/data/timeseries/lean-body-mass.mdx b/docs/api-reference/data/timeseries/lean-body-mass.mdx index 44e83ee05..cdbabe89d 100644 --- a/docs/api-reference/data/timeseries/lean-body-mass.mdx +++ b/docs/api-reference/data/timeseries/lean-body-mass.mdx @@ -1,5 +1,6 @@ --- title: "Lean Body Mass" +description: "Retrieve lean body mass measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/lean_body_mass/grouped" --- diff --git a/docs/api-reference/data/timeseries/mindfulness-minutes.mdx b/docs/api-reference/data/timeseries/mindfulness-minutes.mdx index 6e0b873d6..cd747f30f 100644 --- a/docs/api-reference/data/timeseries/mindfulness-minutes.mdx +++ b/docs/api-reference/data/timeseries/mindfulness-minutes.mdx @@ -1,5 +1,6 @@ --- title: "Mindfulness Minutes" +description: "Retrieve minutes spent on mindfulness or meditation activities for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/mindfulness_minutes/grouped" --- diff --git a/docs/api-reference/data/timeseries/note.mdx b/docs/api-reference/data/timeseries/note.mdx index a35c3c57d..bfc02a4c9 100644 --- a/docs/api-reference/data/timeseries/note.mdx +++ b/docs/api-reference/data/timeseries/note.mdx @@ -1,5 +1,6 @@ --- title: "Note" +description: "Retrieve user-logged notes attached to health data for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/note/grouped" --- diff --git a/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx b/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx index 1d4279079..b91ad90d1 100644 --- a/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx +++ b/docs/api-reference/data/timeseries/peak-expiratory-flow-rate.mdx @@ -1,5 +1,6 @@ --- title: "Peak Expiratory Flow Rate" +description: "Retrieve peak expiratory flow rate (PEFR) measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/peak_expiratory_flow_rate/grouped" --- diff --git a/docs/api-reference/data/timeseries/respiratory-rate.mdx b/docs/api-reference/data/timeseries/respiratory-rate.mdx index bf6d79043..372b81822 100644 --- a/docs/api-reference/data/timeseries/respiratory-rate.mdx +++ b/docs/api-reference/data/timeseries/respiratory-rate.mdx @@ -1,5 +1,6 @@ --- title: "Respiratory Rate" +description: "Retrieve breathing rate measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/respiratory_rate/grouped" --- diff --git a/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx b/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx index aa05a0337..bd6c7414f 100644 --- a/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx +++ b/docs/api-reference/data/timeseries/sleep-apnea-alert.mdx @@ -1,5 +1,6 @@ --- title: "Sleep Apnea Alert" +description: "Retrieve sleep apnea alert events from compatible devices for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/sleep_apnea_alert/grouped" --- diff --git a/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx b/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx index b856fd1ff..77be5cce1 100644 --- a/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx +++ b/docs/api-reference/data/timeseries/sleep-breathing-disturbance.mdx @@ -1,5 +1,6 @@ --- title: "Sleep Breathing Disturbance" +description: "Retrieve breathing disturbances detected during sleep for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/sleep_breathing_disturbance/grouped" --- diff --git a/docs/api-reference/data/timeseries/stand-duration.mdx b/docs/api-reference/data/timeseries/stand-duration.mdx index 1cb7f37bf..f25fbf72d 100644 --- a/docs/api-reference/data/timeseries/stand-duration.mdx +++ b/docs/api-reference/data/timeseries/stand-duration.mdx @@ -1,5 +1,6 @@ --- title: "Stand Duration" +description: "Retrieve time spent standing throughout the day for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/stand_duration/grouped" --- diff --git a/docs/api-reference/data/timeseries/stand-hour.mdx b/docs/api-reference/data/timeseries/stand-hour.mdx index 1a3d8c6af..985e924e2 100644 --- a/docs/api-reference/data/timeseries/stand-hour.mdx +++ b/docs/api-reference/data/timeseries/stand-hour.mdx @@ -1,5 +1,6 @@ --- title: "Stand Hour" +description: "Retrieve hours during which the user stood and moved around for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/stand_hour/grouped" --- diff --git a/docs/api-reference/data/timeseries/steps.mdx b/docs/api-reference/data/timeseries/steps.mdx index 09d1be3a2..6a139d057 100644 --- a/docs/api-reference/data/timeseries/steps.mdx +++ b/docs/api-reference/data/timeseries/steps.mdx @@ -1,5 +1,6 @@ --- title: "Steps" +description: "Retrieve step counts recorded throughout the day for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/steps/grouped" --- diff --git a/docs/api-reference/data/timeseries/stress-level.mdx b/docs/api-reference/data/timeseries/stress-level.mdx index 369ba2d45..ab7b234eb 100644 --- a/docs/api-reference/data/timeseries/stress-level.mdx +++ b/docs/api-reference/data/timeseries/stress-level.mdx @@ -1,5 +1,6 @@ --- title: "Stress Level" +description: "Retrieve stress level measurements derived from physiological data for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/stress_level/grouped" --- diff --git a/docs/api-reference/data/timeseries/uv-exposure.mdx b/docs/api-reference/data/timeseries/uv-exposure.mdx index f84914b62..a26523f11 100644 --- a/docs/api-reference/data/timeseries/uv-exposure.mdx +++ b/docs/api-reference/data/timeseries/uv-exposure.mdx @@ -1,5 +1,6 @@ --- title: "Uv Exposure" +description: "Retrieve ultraviolet light exposure measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/uv_exposure/grouped" --- diff --git a/docs/api-reference/data/timeseries/vo2-max.mdx b/docs/api-reference/data/timeseries/vo2-max.mdx index 20df86943..7d99a3681 100644 --- a/docs/api-reference/data/timeseries/vo2-max.mdx +++ b/docs/api-reference/data/timeseries/vo2-max.mdx @@ -1,5 +1,6 @@ --- title: "Vo2 Max" +description: "Retrieve VO2 max cardiorespiratory fitness measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/vo2_max/grouped" --- diff --git a/docs/api-reference/data/timeseries/waist-circumference.mdx b/docs/api-reference/data/timeseries/waist-circumference.mdx index d5570319e..93d822d06 100644 --- a/docs/api-reference/data/timeseries/waist-circumference.mdx +++ b/docs/api-reference/data/timeseries/waist-circumference.mdx @@ -1,5 +1,6 @@ --- title: "Waist Circumference" +description: "Retrieve waist circumference measurements for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/waist_circumference/grouped" --- diff --git a/docs/api-reference/data/timeseries/water.mdx b/docs/api-reference/data/timeseries/water.mdx index 66e298f35..3ca890690 100644 --- a/docs/api-reference/data/timeseries/water.mdx +++ b/docs/api-reference/data/timeseries/water.mdx @@ -1,5 +1,6 @@ --- title: "Water" +description: "Retrieve water intake from logged hydration data for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/water/grouped" --- diff --git a/docs/api-reference/data/timeseries/wheelchair-push.mdx b/docs/api-reference/data/timeseries/wheelchair-push.mdx index bef27881b..aa530e0ca 100644 --- a/docs/api-reference/data/timeseries/wheelchair-push.mdx +++ b/docs/api-reference/data/timeseries/wheelchair-push.mdx @@ -1,5 +1,6 @@ --- title: "Wheelchair Push" +description: "Retrieve wheelchair push counts for wheelchair users for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/wheelchair_push/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-distance.mdx b/docs/api-reference/data/timeseries/workout-distance.mdx index d7be9faea..bdafa325e 100644 --- a/docs/api-reference/data/timeseries/workout-distance.mdx +++ b/docs/api-reference/data/timeseries/workout-distance.mdx @@ -1,5 +1,6 @@ --- title: "Workout Distance" +description: "Retrieve distance recorded during workout sessions for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/workout_distance/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-duration.mdx b/docs/api-reference/data/timeseries/workout-duration.mdx index b43ca507e..aaf5690f1 100644 --- a/docs/api-reference/data/timeseries/workout-duration.mdx +++ b/docs/api-reference/data/timeseries/workout-duration.mdx @@ -1,5 +1,6 @@ --- title: "Workout Duration" +description: "Retrieve duration of workout sessions for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/workout_duration/grouped" --- diff --git a/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx b/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx index 88df51413..40547fd7e 100644 --- a/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx +++ b/docs/api-reference/data/timeseries/workout-swimming-stroke.mdx @@ -1,5 +1,6 @@ --- title: "Workout Swimming Stroke" +description: "Retrieve swimming stroke data captured during workouts for a user from connected wearables and health providers using the Junction timeseries API." openapi: "GET /v2/timeseries/{user_id}/workout_swimming_stroke/grouped" --- diff --git a/docs/event-catalog/continuous_query.result_table.changed.mdx b/docs/event-catalog/continuous_query.result_table.changed.mdx index 91f661527..76e225dd4 100644 --- a/docs/event-catalog/continuous_query.result_table.changed.mdx +++ b/docs/event-catalog/continuous_query.result_table.changed.mdx @@ -1,4 +1,5 @@ --- title: continuous_query.result_table.changed +description: "Webhook event sent when a Continuous Query result table changes, letting you react to updated query outputs in near real time." openapi-schema: ClientFacingContinuousQueryResultTableChanged --- diff --git a/docs/event-catalog/daily.data.activity.created.mdx b/docs/event-catalog/daily.data.activity.created.mdx index 8af94d92b..3a4e4c486 100644 --- a/docs/event-catalog/daily.data.activity.created.mdx +++ b/docs/event-catalog/daily.data.activity.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.activity.created +description: "Daily webhook event triggered when daily activity metrics like steps, calories, and active minutes for a user is first ingested in Junction." openapi-schema: ClientFacingActivityChanged --- diff --git a/docs/event-catalog/daily.data.activity.updated.mdx b/docs/event-catalog/daily.data.activity.updated.mdx index 9eef7c5a6..6a332a1fe 100644 --- a/docs/event-catalog/daily.data.activity.updated.mdx +++ b/docs/event-catalog/daily.data.activity.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.activity.updated +description: "Daily webhook event triggered when daily activity metrics like steps, calories, and active minutes for a user is updated in Junction." openapi-schema: ClientFacingActivityChanged --- diff --git a/docs/event-catalog/daily.data.afib_burden.created.mdx b/docs/event-catalog/daily.data.afib_burden.created.mdx index 30b581d83..b821bebb4 100644 --- a/docs/event-catalog/daily.data.afib_burden.created.mdx +++ b/docs/event-catalog/daily.data.afib_burden.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.afib_burden.created +description: "Daily webhook event triggered when atrial fibrillation burden percentages from compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingAfibBurdenChanged --- diff --git a/docs/event-catalog/daily.data.afib_burden.updated.mdx b/docs/event-catalog/daily.data.afib_burden.updated.mdx index 7b85c8076..edebfe34f 100644 --- a/docs/event-catalog/daily.data.afib_burden.updated.mdx +++ b/docs/event-catalog/daily.data.afib_burden.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.afib_burden.updated +description: "Daily webhook event triggered when atrial fibrillation burden percentages from compatible devices for a user is updated in Junction." openapi-schema: ClientFacingAfibBurdenChanged --- diff --git a/docs/event-catalog/daily.data.basal_body_temperature.created.mdx b/docs/event-catalog/daily.data.basal_body_temperature.created.mdx index ef5fb622b..6ef848cae 100644 --- a/docs/event-catalog/daily.data.basal_body_temperature.created.mdx +++ b/docs/event-catalog/daily.data.basal_body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.basal_body_temperature.created +description: "Daily webhook event triggered when basal body temperature measurements for a user is first ingested in Junction." openapi-schema: ClientFacingBasalBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx b/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx index 3e97f047a..3c20cc201 100644 --- a/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx +++ b/docs/event-catalog/daily.data.basal_body_temperature.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.basal_body_temperature.updated +description: "Daily webhook event triggered when basal body temperature measurements for a user is updated in Junction." openapi-schema: ClientFacingBasalBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.blood_oxygen.created.mdx b/docs/event-catalog/daily.data.blood_oxygen.created.mdx index 2d09d5d54..7fcc283a4 100644 --- a/docs/event-catalog/daily.data.blood_oxygen.created.mdx +++ b/docs/event-catalog/daily.data.blood_oxygen.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_oxygen.created +description: "Daily webhook event triggered when blood oxygen saturation (SpO2) measurements for a user is first ingested in Junction." openapi-schema: ClientFacingBloodOxygenChanged --- diff --git a/docs/event-catalog/daily.data.blood_oxygen.updated.mdx b/docs/event-catalog/daily.data.blood_oxygen.updated.mdx index 561c79b04..3998bef7f 100644 --- a/docs/event-catalog/daily.data.blood_oxygen.updated.mdx +++ b/docs/event-catalog/daily.data.blood_oxygen.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_oxygen.updated +description: "Daily webhook event triggered when blood oxygen saturation (SpO2) measurements for a user is updated in Junction." openapi-schema: ClientFacingBloodOxygenChanged --- diff --git a/docs/event-catalog/daily.data.blood_pressure.created.mdx b/docs/event-catalog/daily.data.blood_pressure.created.mdx index e19abf8c9..690d3c200 100644 --- a/docs/event-catalog/daily.data.blood_pressure.created.mdx +++ b/docs/event-catalog/daily.data.blood_pressure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_pressure.created +description: "Daily webhook event triggered when systolic and diastolic blood pressure readings for a user is first ingested in Junction." openapi-schema: ClientFacingBloodPressureChanged --- diff --git a/docs/event-catalog/daily.data.blood_pressure.updated.mdx b/docs/event-catalog/daily.data.blood_pressure.updated.mdx index f0f4dbcb2..0af63dc6f 100644 --- a/docs/event-catalog/daily.data.blood_pressure.updated.mdx +++ b/docs/event-catalog/daily.data.blood_pressure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.blood_pressure.updated +description: "Daily webhook event triggered when systolic and diastolic blood pressure readings for a user is updated in Junction." openapi-schema: ClientFacingBloodPressureChanged --- diff --git a/docs/event-catalog/daily.data.body.created.mdx b/docs/event-catalog/daily.data.body.created.mdx index 355e7d580..8e0f9efb3 100644 --- a/docs/event-catalog/daily.data.body.created.mdx +++ b/docs/event-catalog/daily.data.body.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body.created +description: "Daily webhook event triggered when body measurements including weight and body fat percentage for a user is first ingested in Junction." openapi-schema: ClientFacingBodyChanged --- diff --git a/docs/event-catalog/daily.data.body.updated.mdx b/docs/event-catalog/daily.data.body.updated.mdx index 37732224a..8356bd2cf 100644 --- a/docs/event-catalog/daily.data.body.updated.mdx +++ b/docs/event-catalog/daily.data.body.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body.updated +description: "Daily webhook event triggered when body measurements including weight and body fat percentage for a user is updated in Junction." openapi-schema: ClientFacingBodyChanged --- diff --git a/docs/event-catalog/daily.data.body_mass_index.created.mdx b/docs/event-catalog/daily.data.body_mass_index.created.mdx index 18eb64bf1..4ad396af9 100644 --- a/docs/event-catalog/daily.data.body_mass_index.created.mdx +++ b/docs/event-catalog/daily.data.body_mass_index.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_mass_index.created +description: "Daily webhook event triggered when body mass index (BMI) values calculated from height and weight for a user is first ingested in Junction." openapi-schema: ClientFacingBodyMassIndexChanged --- diff --git a/docs/event-catalog/daily.data.body_mass_index.updated.mdx b/docs/event-catalog/daily.data.body_mass_index.updated.mdx index a5ed67c5b..d6efc4f8b 100644 --- a/docs/event-catalog/daily.data.body_mass_index.updated.mdx +++ b/docs/event-catalog/daily.data.body_mass_index.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_mass_index.updated +description: "Daily webhook event triggered when body mass index (BMI) values calculated from height and weight for a user is updated in Junction." openapi-schema: ClientFacingBodyMassIndexChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature.created.mdx b/docs/event-catalog/daily.data.body_temperature.created.mdx index cb119be4b..3279dace8 100644 --- a/docs/event-catalog/daily.data.body_temperature.created.mdx +++ b/docs/event-catalog/daily.data.body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature.created +description: "Daily webhook event triggered when body temperature readings for a user is first ingested in Junction." openapi-schema: ClientFacingBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature.updated.mdx b/docs/event-catalog/daily.data.body_temperature.updated.mdx index b3eb69672..642ffd898 100644 --- a/docs/event-catalog/daily.data.body_temperature.updated.mdx +++ b/docs/event-catalog/daily.data.body_temperature.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature.updated +description: "Daily webhook event triggered when body temperature readings for a user is updated in Junction." openapi-schema: ClientFacingBodyTemperatureChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature_delta.created.mdx b/docs/event-catalog/daily.data.body_temperature_delta.created.mdx index f5499b734..dff542d24 100644 --- a/docs/event-catalog/daily.data.body_temperature_delta.created.mdx +++ b/docs/event-catalog/daily.data.body_temperature_delta.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature_delta.created +description: "Daily webhook event triggered when changes in body temperature relative to a baseline for a user is first ingested in Junction." openapi-schema: ClientFacingBodyTemperatureDeltaChanged --- diff --git a/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx b/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx index 808e7147f..d21f0f14c 100644 --- a/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx +++ b/docs/event-catalog/daily.data.body_temperature_delta.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.body_temperature_delta.updated +description: "Daily webhook event triggered when changes in body temperature relative to a baseline for a user is updated in Junction." openapi-schema: ClientFacingBodyTemperatureDeltaChanged --- diff --git a/docs/event-catalog/daily.data.caffeine.created.mdx b/docs/event-catalog/daily.data.caffeine.created.mdx index 7b770c956..46023d701 100644 --- a/docs/event-catalog/daily.data.caffeine.created.mdx +++ b/docs/event-catalog/daily.data.caffeine.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.caffeine.created +description: "Daily webhook event triggered when caffeine intake from logged consumption data for a user is first ingested in Junction." openapi-schema: ClientFacingCaffeineChanged --- diff --git a/docs/event-catalog/daily.data.caffeine.updated.mdx b/docs/event-catalog/daily.data.caffeine.updated.mdx index f239b1fff..228e4f688 100644 --- a/docs/event-catalog/daily.data.caffeine.updated.mdx +++ b/docs/event-catalog/daily.data.caffeine.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.caffeine.updated +description: "Daily webhook event triggered when caffeine intake from logged consumption data for a user is updated in Junction." openapi-schema: ClientFacingCaffeineChanged --- diff --git a/docs/event-catalog/daily.data.calories_active.created.mdx b/docs/event-catalog/daily.data.calories_active.created.mdx index 449a0a991..baffa3649 100644 --- a/docs/event-catalog/daily.data.calories_active.created.mdx +++ b/docs/event-catalog/daily.data.calories_active.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_active.created +description: "Daily webhook event triggered when active calories burned during movement and exercise for a user is first ingested in Junction." openapi-schema: ClientFacingCaloriesActiveChanged --- diff --git a/docs/event-catalog/daily.data.calories_active.updated.mdx b/docs/event-catalog/daily.data.calories_active.updated.mdx index 1d0b84581..db417fd48 100644 --- a/docs/event-catalog/daily.data.calories_active.updated.mdx +++ b/docs/event-catalog/daily.data.calories_active.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_active.updated +description: "Daily webhook event triggered when active calories burned during movement and exercise for a user is updated in Junction." openapi-schema: ClientFacingCaloriesActiveChanged --- diff --git a/docs/event-catalog/daily.data.calories_basal.created.mdx b/docs/event-catalog/daily.data.calories_basal.created.mdx index 3e4c76ab5..4aa17a3ce 100644 --- a/docs/event-catalog/daily.data.calories_basal.created.mdx +++ b/docs/event-catalog/daily.data.calories_basal.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_basal.created +description: "Daily webhook event triggered when basal calories burned at rest for a user is first ingested in Junction." openapi-schema: ClientFacingCaloriesBasalChanged --- diff --git a/docs/event-catalog/daily.data.calories_basal.updated.mdx b/docs/event-catalog/daily.data.calories_basal.updated.mdx index 36d0ad24c..4eeec1dad 100644 --- a/docs/event-catalog/daily.data.calories_basal.updated.mdx +++ b/docs/event-catalog/daily.data.calories_basal.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.calories_basal.updated +description: "Daily webhook event triggered when basal calories burned at rest for a user is updated in Junction." openapi-schema: ClientFacingCaloriesBasalChanged --- diff --git a/docs/event-catalog/daily.data.carbohydrates.created.mdx b/docs/event-catalog/daily.data.carbohydrates.created.mdx index d07706801..a41d3082b 100644 --- a/docs/event-catalog/daily.data.carbohydrates.created.mdx +++ b/docs/event-catalog/daily.data.carbohydrates.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.carbohydrates.created +description: "Daily webhook event triggered when carbohydrate intake from logged nutrition data for a user is first ingested in Junction." openapi-schema: ClientFacingCarbohydratesChanged --- diff --git a/docs/event-catalog/daily.data.carbohydrates.updated.mdx b/docs/event-catalog/daily.data.carbohydrates.updated.mdx index cc65a07bc..7355df985 100644 --- a/docs/event-catalog/daily.data.carbohydrates.updated.mdx +++ b/docs/event-catalog/daily.data.carbohydrates.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.carbohydrates.updated +description: "Daily webhook event triggered when carbohydrate intake from logged nutrition data for a user is updated in Junction." openapi-schema: ClientFacingCarbohydratesChanged --- diff --git a/docs/event-catalog/daily.data.cholesterol.created.mdx b/docs/event-catalog/daily.data.cholesterol.created.mdx index 967bfb9ec..0a4e16d57 100644 --- a/docs/event-catalog/daily.data.cholesterol.created.mdx +++ b/docs/event-catalog/daily.data.cholesterol.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.cholesterol.created +description: "Daily webhook event triggered when cholesterol measurements for a user is first ingested in Junction." openapi-schema: ClientFacingCholesterolChanged --- diff --git a/docs/event-catalog/daily.data.cholesterol.updated.mdx b/docs/event-catalog/daily.data.cholesterol.updated.mdx index d4e1db0de..e3671cb7c 100644 --- a/docs/event-catalog/daily.data.cholesterol.updated.mdx +++ b/docs/event-catalog/daily.data.cholesterol.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.cholesterol.updated +description: "Daily webhook event triggered when cholesterol measurements for a user is updated in Junction." openapi-schema: ClientFacingCholesterolChanged --- diff --git a/docs/event-catalog/daily.data.daylight_exposure.created.mdx b/docs/event-catalog/daily.data.daylight_exposure.created.mdx index 4246c5dcd..73deb6fe1 100644 --- a/docs/event-catalog/daily.data.daylight_exposure.created.mdx +++ b/docs/event-catalog/daily.data.daylight_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.daylight_exposure.created +description: "Daily webhook event triggered when time spent exposed to daylight for a user is first ingested in Junction." openapi-schema: ClientFacingDaylightExposureChanged --- diff --git a/docs/event-catalog/daily.data.daylight_exposure.updated.mdx b/docs/event-catalog/daily.data.daylight_exposure.updated.mdx index f274f267f..68c070f36 100644 --- a/docs/event-catalog/daily.data.daylight_exposure.updated.mdx +++ b/docs/event-catalog/daily.data.daylight_exposure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.daylight_exposure.updated +description: "Daily webhook event triggered when time spent exposed to daylight for a user is updated in Junction." openapi-schema: ClientFacingDaylightExposureChanged --- diff --git a/docs/event-catalog/daily.data.distance.created.mdx b/docs/event-catalog/daily.data.distance.created.mdx index 515259da1..76162630b 100644 --- a/docs/event-catalog/daily.data.distance.created.mdx +++ b/docs/event-catalog/daily.data.distance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.distance.created +description: "Daily webhook event triggered when distance traveled during the day for a user is first ingested in Junction." openapi-schema: ClientFacingDistanceChanged --- diff --git a/docs/event-catalog/daily.data.distance.updated.mdx b/docs/event-catalog/daily.data.distance.updated.mdx index 636d288d9..7966bef2d 100644 --- a/docs/event-catalog/daily.data.distance.updated.mdx +++ b/docs/event-catalog/daily.data.distance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.distance.updated +description: "Daily webhook event triggered when distance traveled during the day for a user is updated in Junction." openapi-schema: ClientFacingDistanceChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram.created.mdx b/docs/event-catalog/daily.data.electrocardiogram.created.mdx index f398e2f6f..8b34b248a 100644 --- a/docs/event-catalog/daily.data.electrocardiogram.created.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram.created +description: "Daily webhook event triggered when electrocardiogram (ECG) readings for a user is first ingested in Junction." openapi-schema: ClientFacingElectrocardiogramChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram.updated.mdx b/docs/event-catalog/daily.data.electrocardiogram.updated.mdx index 8a6391653..80b9ea692 100644 --- a/docs/event-catalog/daily.data.electrocardiogram.updated.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram.updated +description: "Daily webhook event triggered when electrocardiogram (ECG) readings for a user is updated in Junction." openapi-schema: ClientFacingElectrocardiogramChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx b/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx index a7d0ec64d..258168bba 100644 --- a/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram_voltage.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram_voltage.created +description: "Daily webhook event triggered when raw electrocardiogram voltage samples for a user is first ingested in Junction." openapi-schema: ClientFacingElectrocardiogramVoltageChanged --- diff --git a/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx b/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx index f2df61600..abe08a311 100644 --- a/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx +++ b/docs/event-catalog/daily.data.electrocardiogram_voltage.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.electrocardiogram_voltage.updated +description: "Daily webhook event triggered when raw electrocardiogram voltage samples for a user is updated in Junction." openapi-schema: ClientFacingElectrocardiogramVoltageChanged --- diff --git a/docs/event-catalog/daily.data.fall.created.mdx b/docs/event-catalog/daily.data.fall.created.mdx index 7a8a0367a..ad19d98b7 100644 --- a/docs/event-catalog/daily.data.fall.created.mdx +++ b/docs/event-catalog/daily.data.fall.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fall.created +description: "Daily webhook event triggered when detected fall events from compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingFallChanged --- diff --git a/docs/event-catalog/daily.data.fall.updated.mdx b/docs/event-catalog/daily.data.fall.updated.mdx index 2666d88ac..fd1d91779 100644 --- a/docs/event-catalog/daily.data.fall.updated.mdx +++ b/docs/event-catalog/daily.data.fall.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fall.updated +description: "Daily webhook event triggered when detected fall events from compatible devices for a user is updated in Junction." openapi-schema: ClientFacingFallChanged --- diff --git a/docs/event-catalog/daily.data.fat.created.mdx b/docs/event-catalog/daily.data.fat.created.mdx index 2a85a3792..9b1712fd2 100644 --- a/docs/event-catalog/daily.data.fat.created.mdx +++ b/docs/event-catalog/daily.data.fat.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fat.created +description: "Daily webhook event triggered when fat data for a user is first ingested in Junction." openapi-schema: ClientFacingFatChanged --- diff --git a/docs/event-catalog/daily.data.fat.updated.mdx b/docs/event-catalog/daily.data.fat.updated.mdx index 93cd03e4e..22a819078 100644 --- a/docs/event-catalog/daily.data.fat.updated.mdx +++ b/docs/event-catalog/daily.data.fat.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.fat.updated +description: "Daily webhook event triggered when fat data for a user is updated in Junction." openapi-schema: ClientFacingFatChanged --- diff --git a/docs/event-catalog/daily.data.floors_climbed.created.mdx b/docs/event-catalog/daily.data.floors_climbed.created.mdx index f7be4235a..727ba20c9 100644 --- a/docs/event-catalog/daily.data.floors_climbed.created.mdx +++ b/docs/event-catalog/daily.data.floors_climbed.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.floors_climbed.created +description: "Daily webhook event triggered when flights of stairs climbed throughout the day for a user is first ingested in Junction." openapi-schema: ClientFacingFloorsClimbedChanged --- diff --git a/docs/event-catalog/daily.data.floors_climbed.updated.mdx b/docs/event-catalog/daily.data.floors_climbed.updated.mdx index b5d22f42c..09a8a0cdb 100644 --- a/docs/event-catalog/daily.data.floors_climbed.updated.mdx +++ b/docs/event-catalog/daily.data.floors_climbed.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.floors_climbed.updated +description: "Daily webhook event triggered when flights of stairs climbed throughout the day for a user is updated in Junction." openapi-schema: ClientFacingFloorsClimbedChanged --- diff --git a/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx b/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx index 5ec39cba4..f4b8a94a9 100644 --- a/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx +++ b/docs/event-catalog/daily.data.forced_expiratory_volume_1.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_expiratory_volume_1.created +description: "Daily webhook event triggered when forced expiratory volume in one second (FEV1) measurements for a user is first ingested in Junction." openapi-schema: ClientFacingForcedExpiratoryVolume1Changed --- diff --git a/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx b/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx index 68184ae03..b44104365 100644 --- a/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx +++ b/docs/event-catalog/daily.data.forced_expiratory_volume_1.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_expiratory_volume_1.updated +description: "Daily webhook event triggered when forced expiratory volume in one second (FEV1) measurements for a user is updated in Junction." openapi-schema: ClientFacingForcedExpiratoryVolume1Changed --- diff --git a/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx b/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx index 42dd018e4..628efbe9c 100644 --- a/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx +++ b/docs/event-catalog/daily.data.forced_vital_capacity.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_vital_capacity.created +description: "Daily webhook event triggered when forced vital capacity (FVC) measurements for a user is first ingested in Junction." openapi-schema: ClientFacingForcedVitalCapacityChanged --- diff --git a/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx b/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx index 481dbcb22..42ff050a4 100644 --- a/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx +++ b/docs/event-catalog/daily.data.forced_vital_capacity.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.forced_vital_capacity.updated +description: "Daily webhook event triggered when forced vital capacity (FVC) measurements for a user is updated in Junction." openapi-schema: ClientFacingForcedVitalCapacityChanged --- diff --git a/docs/event-catalog/daily.data.glucose.created.mdx b/docs/event-catalog/daily.data.glucose.created.mdx index 269d2167f..da25e2006 100644 --- a/docs/event-catalog/daily.data.glucose.created.mdx +++ b/docs/event-catalog/daily.data.glucose.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.glucose.created +description: "Daily webhook event triggered when blood glucose readings for a user is first ingested in Junction." openapi-schema: ClientFacingGlucoseChanged --- diff --git a/docs/event-catalog/daily.data.glucose.updated.mdx b/docs/event-catalog/daily.data.glucose.updated.mdx index 77aff7ad4..627165f59 100644 --- a/docs/event-catalog/daily.data.glucose.updated.mdx +++ b/docs/event-catalog/daily.data.glucose.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.glucose.updated +description: "Daily webhook event triggered when blood glucose readings for a user is updated in Junction." openapi-schema: ClientFacingGlucoseChanged --- diff --git a/docs/event-catalog/daily.data.handwashing.created.mdx b/docs/event-catalog/daily.data.handwashing.created.mdx index 1d5abe69b..dce2159f4 100644 --- a/docs/event-catalog/daily.data.handwashing.created.mdx +++ b/docs/event-catalog/daily.data.handwashing.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.handwashing.created +description: "Daily webhook event triggered when handwashing events recorded by compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingHandwashingChanged --- diff --git a/docs/event-catalog/daily.data.handwashing.updated.mdx b/docs/event-catalog/daily.data.handwashing.updated.mdx index c2e7e421d..ff3b8ffe6 100644 --- a/docs/event-catalog/daily.data.handwashing.updated.mdx +++ b/docs/event-catalog/daily.data.handwashing.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.handwashing.updated +description: "Daily webhook event triggered when handwashing events recorded by compatible devices for a user is updated in Junction." openapi-schema: ClientFacingHandwashingChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_alert.created.mdx b/docs/event-catalog/daily.data.heart_rate_alert.created.mdx index c1e0b420e..ea6f63903 100644 --- a/docs/event-catalog/daily.data.heart_rate_alert.created.mdx +++ b/docs/event-catalog/daily.data.heart_rate_alert.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_alert.created +description: "Daily webhook event triggered when heart rate alert events from compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingHeartRateAlertChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx b/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx index 422630dc6..4084ca54a 100644 --- a/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx +++ b/docs/event-catalog/daily.data.heart_rate_alert.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_alert.updated +description: "Daily webhook event triggered when heart rate alert events from compatible devices for a user is updated in Junction." openapi-schema: ClientFacingHeartRateAlertChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx index df56028c6..c174d5263 100644 --- a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx +++ b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_recovery_one_minute.created +description: "Daily webhook event triggered when heart rate recovery values one minute after exercise for a user is first ingested in Junction." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteChanged --- diff --git a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx index a47959c47..49ecdf6b1 100644 --- a/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx +++ b/docs/event-catalog/daily.data.heart_rate_recovery_one_minute.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heart_rate_recovery_one_minute.updated +description: "Daily webhook event triggered when heart rate recovery values one minute after exercise for a user is updated in Junction." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteChanged --- diff --git a/docs/event-catalog/daily.data.heartrate.created.mdx b/docs/event-catalog/daily.data.heartrate.created.mdx index c2182f1b0..045d30860 100644 --- a/docs/event-catalog/daily.data.heartrate.created.mdx +++ b/docs/event-catalog/daily.data.heartrate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heartrate.created +description: "Daily webhook event triggered when heart rate measurements over time for a user is first ingested in Junction." openapi-schema: ClientFacingHeartrateChanged --- diff --git a/docs/event-catalog/daily.data.heartrate.updated.mdx b/docs/event-catalog/daily.data.heartrate.updated.mdx index 00490d608..8b226d3cf 100644 --- a/docs/event-catalog/daily.data.heartrate.updated.mdx +++ b/docs/event-catalog/daily.data.heartrate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.heartrate.updated +description: "Daily webhook event triggered when heart rate measurements over time for a user is updated in Junction." openapi-schema: ClientFacingHeartrateChanged --- diff --git a/docs/event-catalog/daily.data.hrv.created.mdx b/docs/event-catalog/daily.data.hrv.created.mdx index 36ca93527..26c945f47 100644 --- a/docs/event-catalog/daily.data.hrv.created.mdx +++ b/docs/event-catalog/daily.data.hrv.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.hrv.created +description: "Daily webhook event triggered when heart rate variability (HRV) measurements for a user is first ingested in Junction." openapi-schema: ClientFacingHrvChanged --- diff --git a/docs/event-catalog/daily.data.hrv.updated.mdx b/docs/event-catalog/daily.data.hrv.updated.mdx index 1e2dba1dd..05068538a 100644 --- a/docs/event-catalog/daily.data.hrv.updated.mdx +++ b/docs/event-catalog/daily.data.hrv.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.hrv.updated +description: "Daily webhook event triggered when heart rate variability (HRV) measurements for a user is updated in Junction." openapi-schema: ClientFacingHrvChanged --- diff --git a/docs/event-catalog/daily.data.ige.created.mdx b/docs/event-catalog/daily.data.ige.created.mdx index 884305d32..ddfbcc51a 100644 --- a/docs/event-catalog/daily.data.ige.created.mdx +++ b/docs/event-catalog/daily.data.ige.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.ige.created +description: "Daily webhook event triggered when immunoglobulin E (IgE) lab values for a user is first ingested in Junction." openapi-schema: ClientFacingIgeChanged --- diff --git a/docs/event-catalog/daily.data.ige.updated.mdx b/docs/event-catalog/daily.data.ige.updated.mdx index e137ee3ff..cc576b028 100644 --- a/docs/event-catalog/daily.data.ige.updated.mdx +++ b/docs/event-catalog/daily.data.ige.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.ige.updated +description: "Daily webhook event triggered when immunoglobulin E (IgE) lab values for a user is updated in Junction." openapi-schema: ClientFacingIgeChanged --- diff --git a/docs/event-catalog/daily.data.igg.created.mdx b/docs/event-catalog/daily.data.igg.created.mdx index 4f04498c0..0b3dbfb3c 100644 --- a/docs/event-catalog/daily.data.igg.created.mdx +++ b/docs/event-catalog/daily.data.igg.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.igg.created +description: "Daily webhook event triggered when immunoglobulin G (IgG) lab values for a user is first ingested in Junction." openapi-schema: ClientFacingIggChanged --- diff --git a/docs/event-catalog/daily.data.igg.updated.mdx b/docs/event-catalog/daily.data.igg.updated.mdx index 4a26ed475..5354139f1 100644 --- a/docs/event-catalog/daily.data.igg.updated.mdx +++ b/docs/event-catalog/daily.data.igg.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.igg.updated +description: "Daily webhook event triggered when immunoglobulin G (IgG) lab values for a user is updated in Junction." openapi-schema: ClientFacingIggChanged --- diff --git a/docs/event-catalog/daily.data.inhaler_usage.created.mdx b/docs/event-catalog/daily.data.inhaler_usage.created.mdx index 2a500fd72..6435b940e 100644 --- a/docs/event-catalog/daily.data.inhaler_usage.created.mdx +++ b/docs/event-catalog/daily.data.inhaler_usage.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.inhaler_usage.created +description: "Daily webhook event triggered when inhaler usage events from compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingInhalerUsageChanged --- diff --git a/docs/event-catalog/daily.data.inhaler_usage.updated.mdx b/docs/event-catalog/daily.data.inhaler_usage.updated.mdx index ef650c903..bd922e2ff 100644 --- a/docs/event-catalog/daily.data.inhaler_usage.updated.mdx +++ b/docs/event-catalog/daily.data.inhaler_usage.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.inhaler_usage.updated +description: "Daily webhook event triggered when inhaler usage events from compatible devices for a user is updated in Junction." openapi-schema: ClientFacingInhalerUsageChanged --- diff --git a/docs/event-catalog/daily.data.insulin_injection.created.mdx b/docs/event-catalog/daily.data.insulin_injection.created.mdx index 5fdd4f4e8..6e1ca740e 100644 --- a/docs/event-catalog/daily.data.insulin_injection.created.mdx +++ b/docs/event-catalog/daily.data.insulin_injection.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.insulin_injection.created +description: "Daily webhook event triggered when logged insulin injection events for a user is first ingested in Junction." openapi-schema: ClientFacingInsulinInjectionChanged --- diff --git a/docs/event-catalog/daily.data.insulin_injection.updated.mdx b/docs/event-catalog/daily.data.insulin_injection.updated.mdx index 6b7d7e14e..2d4c9e71a 100644 --- a/docs/event-catalog/daily.data.insulin_injection.updated.mdx +++ b/docs/event-catalog/daily.data.insulin_injection.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.insulin_injection.updated +description: "Daily webhook event triggered when logged insulin injection events for a user is updated in Junction." openapi-schema: ClientFacingInsulinInjectionChanged --- diff --git a/docs/event-catalog/daily.data.lean_body_mass.created.mdx b/docs/event-catalog/daily.data.lean_body_mass.created.mdx index c1c6e9d2d..0d25cc7f6 100644 --- a/docs/event-catalog/daily.data.lean_body_mass.created.mdx +++ b/docs/event-catalog/daily.data.lean_body_mass.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.lean_body_mass.created +description: "Daily webhook event triggered when lean body mass measurements for a user is first ingested in Junction." openapi-schema: ClientFacingLeanBodyMassChanged --- diff --git a/docs/event-catalog/daily.data.lean_body_mass.updated.mdx b/docs/event-catalog/daily.data.lean_body_mass.updated.mdx index 982313c53..77537f380 100644 --- a/docs/event-catalog/daily.data.lean_body_mass.updated.mdx +++ b/docs/event-catalog/daily.data.lean_body_mass.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.lean_body_mass.updated +description: "Daily webhook event triggered when lean body mass measurements for a user is updated in Junction." openapi-schema: ClientFacingLeanBodyMassChanged --- diff --git a/docs/event-catalog/daily.data.meal.created.mdx b/docs/event-catalog/daily.data.meal.created.mdx index 112afdb85..487f4031b 100644 --- a/docs/event-catalog/daily.data.meal.created.mdx +++ b/docs/event-catalog/daily.data.meal.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.meal.created +description: "Daily webhook event triggered when logged meal entries with nutrition details for a user is first ingested in Junction." openapi-schema: ClientFacingMealChanged --- diff --git a/docs/event-catalog/daily.data.meal.updated.mdx b/docs/event-catalog/daily.data.meal.updated.mdx index fc176ea59..d09fdb06f 100644 --- a/docs/event-catalog/daily.data.meal.updated.mdx +++ b/docs/event-catalog/daily.data.meal.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.meal.updated +description: "Daily webhook event triggered when logged meal entries with nutrition details for a user is updated in Junction." openapi-schema: ClientFacingMealChanged --- diff --git a/docs/event-catalog/daily.data.menstrual_cycle.created.mdx b/docs/event-catalog/daily.data.menstrual_cycle.created.mdx index f6b535b11..4ce226028 100644 --- a/docs/event-catalog/daily.data.menstrual_cycle.created.mdx +++ b/docs/event-catalog/daily.data.menstrual_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.menstrual_cycle.created +description: "Daily webhook event triggered when menstrual cycle data including period and ovulation tracking for a user is first ingested in Junction." openapi-schema: ClientFacingMenstrualCycleChanged --- diff --git a/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx b/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx index 82fe7056e..1f5b15e1b 100644 --- a/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx +++ b/docs/event-catalog/daily.data.menstrual_cycle.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.menstrual_cycle.updated +description: "Daily webhook event triggered when menstrual cycle data including period and ovulation tracking for a user is updated in Junction." openapi-schema: ClientFacingMenstrualCycleChanged --- diff --git a/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx b/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx index 9fa1c882c..9842123be 100644 --- a/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx +++ b/docs/event-catalog/daily.data.mindfulness_minutes.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.mindfulness_minutes.created +description: "Daily webhook event triggered when minutes spent on mindfulness or meditation activities for a user is first ingested in Junction." openapi-schema: ClientFacingMindfulnessMinutesChanged --- diff --git a/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx b/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx index 0cf0c72ee..7f385dd35 100644 --- a/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx +++ b/docs/event-catalog/daily.data.mindfulness_minutes.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.mindfulness_minutes.updated +description: "Daily webhook event triggered when minutes spent on mindfulness or meditation activities for a user is updated in Junction." openapi-schema: ClientFacingMindfulnessMinutesChanged --- diff --git a/docs/event-catalog/daily.data.note.created.mdx b/docs/event-catalog/daily.data.note.created.mdx index 5f1684159..78521908e 100644 --- a/docs/event-catalog/daily.data.note.created.mdx +++ b/docs/event-catalog/daily.data.note.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.note.created +description: "Daily webhook event triggered when user-logged notes attached to health data for a user is first ingested in Junction." openapi-schema: ClientFacingNoteChanged --- diff --git a/docs/event-catalog/daily.data.note.updated.mdx b/docs/event-catalog/daily.data.note.updated.mdx index 4cf7ed32c..39bff635a 100644 --- a/docs/event-catalog/daily.data.note.updated.mdx +++ b/docs/event-catalog/daily.data.note.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.note.updated +description: "Daily webhook event triggered when user-logged notes attached to health data for a user is updated in Junction." openapi-schema: ClientFacingNoteChanged --- diff --git a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx index 236d67281..bcde96f21 100644 --- a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx +++ b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.peak_expiratory_flow_rate.created +description: "Daily webhook event triggered when peak expiratory flow rate (PEFR) measurements for a user is first ingested in Junction." openapi-schema: ClientFacingPeakExpiratoryFlowRateChanged --- diff --git a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx index 24fbda2fd..40e0da3ac 100644 --- a/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx +++ b/docs/event-catalog/daily.data.peak_expiratory_flow_rate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.peak_expiratory_flow_rate.updated +description: "Daily webhook event triggered when peak expiratory flow rate (PEFR) measurements for a user is updated in Junction." openapi-schema: ClientFacingPeakExpiratoryFlowRateChanged --- diff --git a/docs/event-catalog/daily.data.profile.created.mdx b/docs/event-catalog/daily.data.profile.created.mdx index b133c3319..dce215e11 100644 --- a/docs/event-catalog/daily.data.profile.created.mdx +++ b/docs/event-catalog/daily.data.profile.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.profile.created +description: "Daily webhook event triggered when user profile data such as height, sex, and date of birth for a user is first ingested in Junction." openapi-schema: ClientFacingProfileChanged --- diff --git a/docs/event-catalog/daily.data.profile.updated.mdx b/docs/event-catalog/daily.data.profile.updated.mdx index c881503e1..712cfc0ee 100644 --- a/docs/event-catalog/daily.data.profile.updated.mdx +++ b/docs/event-catalog/daily.data.profile.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.profile.updated +description: "Daily webhook event triggered when user profile data such as height, sex, and date of birth for a user is updated in Junction." openapi-schema: ClientFacingProfileChanged --- diff --git a/docs/event-catalog/daily.data.respiratory_rate.created.mdx b/docs/event-catalog/daily.data.respiratory_rate.created.mdx index f0807e72e..2c526d76a 100644 --- a/docs/event-catalog/daily.data.respiratory_rate.created.mdx +++ b/docs/event-catalog/daily.data.respiratory_rate.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.respiratory_rate.created +description: "Daily webhook event triggered when breathing rate measurements for a user is first ingested in Junction." openapi-schema: ClientFacingRespiratoryRateChanged --- diff --git a/docs/event-catalog/daily.data.respiratory_rate.updated.mdx b/docs/event-catalog/daily.data.respiratory_rate.updated.mdx index 952ac7671..c0bc67822 100644 --- a/docs/event-catalog/daily.data.respiratory_rate.updated.mdx +++ b/docs/event-catalog/daily.data.respiratory_rate.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.respiratory_rate.updated +description: "Daily webhook event triggered when breathing rate measurements for a user is updated in Junction." openapi-schema: ClientFacingRespiratoryRateChanged --- diff --git a/docs/event-catalog/daily.data.sleep.created.mdx b/docs/event-catalog/daily.data.sleep.created.mdx index d171ab80e..9cb96f630 100644 --- a/docs/event-catalog/daily.data.sleep.created.mdx +++ b/docs/event-catalog/daily.data.sleep.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep.created +description: "Daily webhook event triggered when sleep summaries including duration, efficiency, and stages for a user is first ingested in Junction." openapi-schema: ClientFacingSleepChanged --- diff --git a/docs/event-catalog/daily.data.sleep.updated.mdx b/docs/event-catalog/daily.data.sleep.updated.mdx index 4263fac42..e5a408079 100644 --- a/docs/event-catalog/daily.data.sleep.updated.mdx +++ b/docs/event-catalog/daily.data.sleep.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep.updated +description: "Daily webhook event triggered when sleep summaries including duration, efficiency, and stages for a user is updated in Junction." openapi-schema: ClientFacingSleepChanged --- diff --git a/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx b/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx index a2f60dc46..200be160b 100644 --- a/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx +++ b/docs/event-catalog/daily.data.sleep_apnea_alert.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_apnea_alert.created +description: "Daily webhook event triggered when sleep apnea alert events from compatible devices for a user is first ingested in Junction." openapi-schema: ClientFacingSleepApneaAlertChanged --- diff --git a/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx b/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx index 3ed5a2d3d..7bd89f6f0 100644 --- a/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_apnea_alert.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_apnea_alert.updated +description: "Daily webhook event triggered when sleep apnea alert events from compatible devices for a user is updated in Junction." openapi-schema: ClientFacingSleepApneaAlertChanged --- diff --git a/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx b/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx index 604be3809..297052070 100644 --- a/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx +++ b/docs/event-catalog/daily.data.sleep_breathing_disturbance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_breathing_disturbance.created +description: "Daily webhook event triggered when breathing disturbances detected during sleep for a user is first ingested in Junction." openapi-schema: ClientFacingSleepBreathingDisturbanceChanged --- diff --git a/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx b/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx index 077d3fa80..bee20082b 100644 --- a/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_breathing_disturbance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_breathing_disturbance.updated +description: "Daily webhook event triggered when breathing disturbances detected during sleep for a user is updated in Junction." openapi-schema: ClientFacingSleepBreathingDisturbanceChanged --- diff --git a/docs/event-catalog/daily.data.sleep_cycle.created.mdx b/docs/event-catalog/daily.data.sleep_cycle.created.mdx index c80dd4c78..f4fd97015 100644 --- a/docs/event-catalog/daily.data.sleep_cycle.created.mdx +++ b/docs/event-catalog/daily.data.sleep_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_cycle.created +description: "Daily webhook event triggered when individual sleep cycles within a sleep session for a user is first ingested in Junction." openapi-schema: ClientFacingSleepCycleChanged --- diff --git a/docs/event-catalog/daily.data.sleep_cycle.updated.mdx b/docs/event-catalog/daily.data.sleep_cycle.updated.mdx index 6d28c8513..f7a5668d0 100644 --- a/docs/event-catalog/daily.data.sleep_cycle.updated.mdx +++ b/docs/event-catalog/daily.data.sleep_cycle.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.sleep_cycle.updated +description: "Daily webhook event triggered when individual sleep cycles within a sleep session for a user is updated in Junction." openapi-schema: ClientFacingSleepCycleChanged --- diff --git a/docs/event-catalog/daily.data.stand_duration.created.mdx b/docs/event-catalog/daily.data.stand_duration.created.mdx index 007c5b01f..0995968b8 100644 --- a/docs/event-catalog/daily.data.stand_duration.created.mdx +++ b/docs/event-catalog/daily.data.stand_duration.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_duration.created +description: "Daily webhook event triggered when time spent standing throughout the day for a user is first ingested in Junction." openapi-schema: ClientFacingStandDurationChanged --- diff --git a/docs/event-catalog/daily.data.stand_duration.updated.mdx b/docs/event-catalog/daily.data.stand_duration.updated.mdx index e1e1883d0..634fa0d11 100644 --- a/docs/event-catalog/daily.data.stand_duration.updated.mdx +++ b/docs/event-catalog/daily.data.stand_duration.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_duration.updated +description: "Daily webhook event triggered when time spent standing throughout the day for a user is updated in Junction." openapi-schema: ClientFacingStandDurationChanged --- diff --git a/docs/event-catalog/daily.data.stand_hour.created.mdx b/docs/event-catalog/daily.data.stand_hour.created.mdx index 1fa07dbbb..5c2516b7a 100644 --- a/docs/event-catalog/daily.data.stand_hour.created.mdx +++ b/docs/event-catalog/daily.data.stand_hour.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_hour.created +description: "Daily webhook event triggered when hours during which the user stood and moved around for a user is first ingested in Junction." openapi-schema: ClientFacingStandHourChanged --- diff --git a/docs/event-catalog/daily.data.stand_hour.updated.mdx b/docs/event-catalog/daily.data.stand_hour.updated.mdx index cdf7e4b9c..da4668d04 100644 --- a/docs/event-catalog/daily.data.stand_hour.updated.mdx +++ b/docs/event-catalog/daily.data.stand_hour.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stand_hour.updated +description: "Daily webhook event triggered when hours during which the user stood and moved around for a user is updated in Junction." openapi-schema: ClientFacingStandHourChanged --- diff --git a/docs/event-catalog/daily.data.steps.created.mdx b/docs/event-catalog/daily.data.steps.created.mdx index a3656ae35..28616af93 100644 --- a/docs/event-catalog/daily.data.steps.created.mdx +++ b/docs/event-catalog/daily.data.steps.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.steps.created +description: "Daily webhook event triggered when step counts recorded throughout the day for a user is first ingested in Junction." openapi-schema: ClientFacingStepsChanged --- diff --git a/docs/event-catalog/daily.data.steps.updated.mdx b/docs/event-catalog/daily.data.steps.updated.mdx index c7fce7afa..1ba083441 100644 --- a/docs/event-catalog/daily.data.steps.updated.mdx +++ b/docs/event-catalog/daily.data.steps.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.steps.updated +description: "Daily webhook event triggered when step counts recorded throughout the day for a user is updated in Junction." openapi-schema: ClientFacingStepsChanged --- diff --git a/docs/event-catalog/daily.data.stress_level.created.mdx b/docs/event-catalog/daily.data.stress_level.created.mdx index c86c9fcbb..1ba44aba5 100644 --- a/docs/event-catalog/daily.data.stress_level.created.mdx +++ b/docs/event-catalog/daily.data.stress_level.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stress_level.created +description: "Daily webhook event triggered when stress level measurements derived from physiological data for a user is first ingested in Junction." openapi-schema: ClientFacingStressLevelChanged --- diff --git a/docs/event-catalog/daily.data.stress_level.updated.mdx b/docs/event-catalog/daily.data.stress_level.updated.mdx index b2af4e320..83086c0e7 100644 --- a/docs/event-catalog/daily.data.stress_level.updated.mdx +++ b/docs/event-catalog/daily.data.stress_level.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.stress_level.updated +description: "Daily webhook event triggered when stress level measurements derived from physiological data for a user is updated in Junction." openapi-schema: ClientFacingStressLevelChanged --- diff --git a/docs/event-catalog/daily.data.uv_exposure.created.mdx b/docs/event-catalog/daily.data.uv_exposure.created.mdx index 2913b31f7..ef9e952c0 100644 --- a/docs/event-catalog/daily.data.uv_exposure.created.mdx +++ b/docs/event-catalog/daily.data.uv_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.uv_exposure.created +description: "Daily webhook event triggered when ultraviolet light exposure measurements for a user is first ingested in Junction." openapi-schema: ClientFacingUvExposureChanged --- diff --git a/docs/event-catalog/daily.data.uv_exposure.updated.mdx b/docs/event-catalog/daily.data.uv_exposure.updated.mdx index 579e9e502..5de56c807 100644 --- a/docs/event-catalog/daily.data.uv_exposure.updated.mdx +++ b/docs/event-catalog/daily.data.uv_exposure.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.uv_exposure.updated +description: "Daily webhook event triggered when ultraviolet light exposure measurements for a user is updated in Junction." openapi-schema: ClientFacingUvExposureChanged --- diff --git a/docs/event-catalog/daily.data.vo2_max.created.mdx b/docs/event-catalog/daily.data.vo2_max.created.mdx index 0406d184a..d35676e46 100644 --- a/docs/event-catalog/daily.data.vo2_max.created.mdx +++ b/docs/event-catalog/daily.data.vo2_max.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.vo2_max.created +description: "Daily webhook event triggered when VO2 max cardiorespiratory fitness measurements for a user is first ingested in Junction." openapi-schema: ClientFacingVo2MaxChanged --- diff --git a/docs/event-catalog/daily.data.vo2_max.updated.mdx b/docs/event-catalog/daily.data.vo2_max.updated.mdx index b5de0d2ab..6d8528b28 100644 --- a/docs/event-catalog/daily.data.vo2_max.updated.mdx +++ b/docs/event-catalog/daily.data.vo2_max.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.vo2_max.updated +description: "Daily webhook event triggered when VO2 max cardiorespiratory fitness measurements for a user is updated in Junction." openapi-schema: ClientFacingVo2MaxChanged --- diff --git a/docs/event-catalog/daily.data.waist_circumference.created.mdx b/docs/event-catalog/daily.data.waist_circumference.created.mdx index 32e058015..251b2a174 100644 --- a/docs/event-catalog/daily.data.waist_circumference.created.mdx +++ b/docs/event-catalog/daily.data.waist_circumference.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.waist_circumference.created +description: "Daily webhook event triggered when waist circumference measurements for a user is first ingested in Junction." openapi-schema: ClientFacingWaistCircumferenceChanged --- diff --git a/docs/event-catalog/daily.data.waist_circumference.updated.mdx b/docs/event-catalog/daily.data.waist_circumference.updated.mdx index 9667d6f6e..f60f2080f 100644 --- a/docs/event-catalog/daily.data.waist_circumference.updated.mdx +++ b/docs/event-catalog/daily.data.waist_circumference.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.waist_circumference.updated +description: "Daily webhook event triggered when waist circumference measurements for a user is updated in Junction." openapi-schema: ClientFacingWaistCircumferenceChanged --- diff --git a/docs/event-catalog/daily.data.water.created.mdx b/docs/event-catalog/daily.data.water.created.mdx index f2fe2eafe..a3f407933 100644 --- a/docs/event-catalog/daily.data.water.created.mdx +++ b/docs/event-catalog/daily.data.water.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.water.created +description: "Daily webhook event triggered when water intake from logged hydration data for a user is first ingested in Junction." openapi-schema: ClientFacingWaterChanged --- diff --git a/docs/event-catalog/daily.data.water.updated.mdx b/docs/event-catalog/daily.data.water.updated.mdx index 2bbd42895..788dac643 100644 --- a/docs/event-catalog/daily.data.water.updated.mdx +++ b/docs/event-catalog/daily.data.water.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.water.updated +description: "Daily webhook event triggered when water intake from logged hydration data for a user is updated in Junction." openapi-schema: ClientFacingWaterChanged --- diff --git a/docs/event-catalog/daily.data.weight.created.mdx b/docs/event-catalog/daily.data.weight.created.mdx index c96e210ff..1be2dd547 100644 --- a/docs/event-catalog/daily.data.weight.created.mdx +++ b/docs/event-catalog/daily.data.weight.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.weight.created +description: "Daily webhook event triggered when weight data for a user is first ingested in Junction." openapi-schema: ClientFacingWeightChanged --- diff --git a/docs/event-catalog/daily.data.weight.updated.mdx b/docs/event-catalog/daily.data.weight.updated.mdx index 46ad7b479..a6a091dcd 100644 --- a/docs/event-catalog/daily.data.weight.updated.mdx +++ b/docs/event-catalog/daily.data.weight.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.weight.updated +description: "Daily webhook event triggered when weight data for a user is updated in Junction." openapi-schema: ClientFacingWeightChanged --- diff --git a/docs/event-catalog/daily.data.wheelchair_push.created.mdx b/docs/event-catalog/daily.data.wheelchair_push.created.mdx index d76cdf9af..1ff264b20 100644 --- a/docs/event-catalog/daily.data.wheelchair_push.created.mdx +++ b/docs/event-catalog/daily.data.wheelchair_push.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.wheelchair_push.created +description: "Daily webhook event triggered when wheelchair push counts for wheelchair users for a user is first ingested in Junction." openapi-schema: ClientFacingWheelchairPushChanged --- diff --git a/docs/event-catalog/daily.data.wheelchair_push.updated.mdx b/docs/event-catalog/daily.data.wheelchair_push.updated.mdx index 3a29bf1ee..28a8ed760 100644 --- a/docs/event-catalog/daily.data.wheelchair_push.updated.mdx +++ b/docs/event-catalog/daily.data.wheelchair_push.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.wheelchair_push.updated +description: "Daily webhook event triggered when wheelchair push counts for wheelchair users for a user is updated in Junction." openapi-schema: ClientFacingWheelchairPushChanged --- diff --git a/docs/event-catalog/daily.data.workout_distance.created.mdx b/docs/event-catalog/daily.data.workout_distance.created.mdx index 5c5ab3696..46bf007be 100644 --- a/docs/event-catalog/daily.data.workout_distance.created.mdx +++ b/docs/event-catalog/daily.data.workout_distance.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_distance.created +description: "Daily webhook event triggered when distance recorded during workout sessions for a user is first ingested in Junction." openapi-schema: ClientFacingWorkoutDistanceChanged --- diff --git a/docs/event-catalog/daily.data.workout_distance.updated.mdx b/docs/event-catalog/daily.data.workout_distance.updated.mdx index 31ca77256..f98524d8c 100644 --- a/docs/event-catalog/daily.data.workout_distance.updated.mdx +++ b/docs/event-catalog/daily.data.workout_distance.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_distance.updated +description: "Daily webhook event triggered when distance recorded during workout sessions for a user is updated in Junction." openapi-schema: ClientFacingWorkoutDistanceChanged --- diff --git a/docs/event-catalog/daily.data.workout_duration.created.mdx b/docs/event-catalog/daily.data.workout_duration.created.mdx index d0657457c..d91de333a 100644 --- a/docs/event-catalog/daily.data.workout_duration.created.mdx +++ b/docs/event-catalog/daily.data.workout_duration.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_duration.created +description: "Daily webhook event triggered when duration of workout sessions for a user is first ingested in Junction." openapi-schema: ClientFacingWorkoutDurationChanged --- diff --git a/docs/event-catalog/daily.data.workout_duration.updated.mdx b/docs/event-catalog/daily.data.workout_duration.updated.mdx index d3c4ac7bf..54d0e8847 100644 --- a/docs/event-catalog/daily.data.workout_duration.updated.mdx +++ b/docs/event-catalog/daily.data.workout_duration.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_duration.updated +description: "Daily webhook event triggered when duration of workout sessions for a user is updated in Junction." openapi-schema: ClientFacingWorkoutDurationChanged --- diff --git a/docs/event-catalog/daily.data.workout_stream.created.mdx b/docs/event-catalog/daily.data.workout_stream.created.mdx index a9b506b86..ffcee17c9 100644 --- a/docs/event-catalog/daily.data.workout_stream.created.mdx +++ b/docs/event-catalog/daily.data.workout_stream.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_stream.created +description: "Daily webhook event triggered when workout stream data for a user is first ingested in Junction." openapi-schema: ClientFacingWorkoutStreamChanged --- diff --git a/docs/event-catalog/daily.data.workout_stream.updated.mdx b/docs/event-catalog/daily.data.workout_stream.updated.mdx index 483de9738..70f990564 100644 --- a/docs/event-catalog/daily.data.workout_stream.updated.mdx +++ b/docs/event-catalog/daily.data.workout_stream.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_stream.updated +description: "Daily webhook event triggered when workout stream data for a user is updated in Junction." openapi-schema: ClientFacingWorkoutStreamChanged --- diff --git a/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx b/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx index 018082028..5429e19cf 100644 --- a/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx +++ b/docs/event-catalog/daily.data.workout_swimming_stroke.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_swimming_stroke.created +description: "Daily webhook event triggered when swimming stroke data captured during workouts for a user is first ingested in Junction." openapi-schema: ClientFacingWorkoutSwimmingStrokeChanged --- diff --git a/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx b/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx index 82ccd2045..b0d03a410 100644 --- a/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx +++ b/docs/event-catalog/daily.data.workout_swimming_stroke.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workout_swimming_stroke.updated +description: "Daily webhook event triggered when swimming stroke data captured during workouts for a user is updated in Junction." openapi-schema: ClientFacingWorkoutSwimmingStrokeChanged --- diff --git a/docs/event-catalog/daily.data.workouts.created.mdx b/docs/event-catalog/daily.data.workouts.created.mdx index 8c113085a..9fb05f2b0 100644 --- a/docs/event-catalog/daily.data.workouts.created.mdx +++ b/docs/event-catalog/daily.data.workouts.created.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workouts.created +description: "Daily webhook event triggered when workout sessions with duration, distance, and calories for a user is first ingested in Junction." openapi-schema: ClientFacingWorkoutsChanged --- diff --git a/docs/event-catalog/daily.data.workouts.updated.mdx b/docs/event-catalog/daily.data.workouts.updated.mdx index 6288a5552..0a4c052ad 100644 --- a/docs/event-catalog/daily.data.workouts.updated.mdx +++ b/docs/event-catalog/daily.data.workouts.updated.mdx @@ -1,4 +1,5 @@ --- title: daily.data.workouts.updated +description: "Daily webhook event triggered when workout sessions with duration, distance, and calories for a user is updated in Junction." openapi-schema: ClientFacingWorkoutsChanged --- diff --git a/docs/event-catalog/historical.data.activity.created.mdx b/docs/event-catalog/historical.data.activity.created.mdx index 9791dcda5..e3fe97ab9 100644 --- a/docs/event-catalog/historical.data.activity.created.mdx +++ b/docs/event-catalog/historical.data.activity.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.activity.created +description: "Historical webhook event triggered when a backfill of daily activity metrics like steps, calories, and active minutes completes for a user in Junction." openapi-schema: ClientFacingActivityHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.afib_burden.created.mdx b/docs/event-catalog/historical.data.afib_burden.created.mdx index a0b666a56..0620b5844 100644 --- a/docs/event-catalog/historical.data.afib_burden.created.mdx +++ b/docs/event-catalog/historical.data.afib_burden.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.afib_burden.created +description: "Historical webhook event triggered when a backfill of atrial fibrillation burden percentages from compatible devices completes for a user in Junction." openapi-schema: ClientFacingAfibBurdenHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.basal_body_temperature.created.mdx b/docs/event-catalog/historical.data.basal_body_temperature.created.mdx index 03e849661..ae170a15f 100644 --- a/docs/event-catalog/historical.data.basal_body_temperature.created.mdx +++ b/docs/event-catalog/historical.data.basal_body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.basal_body_temperature.created +description: "Historical webhook event triggered when a backfill of basal body temperature measurements completes for a user in Junction." openapi-schema: ClientFacingBasalBodyTemperatureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.blood_oxygen.created.mdx b/docs/event-catalog/historical.data.blood_oxygen.created.mdx index f18f9f6c9..79c4e854d 100644 --- a/docs/event-catalog/historical.data.blood_oxygen.created.mdx +++ b/docs/event-catalog/historical.data.blood_oxygen.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.blood_oxygen.created +description: "Historical webhook event triggered when a backfill of blood oxygen saturation (SpO2) measurements completes for a user in Junction." openapi-schema: ClientFacingBloodOxygenHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.blood_pressure.created.mdx b/docs/event-catalog/historical.data.blood_pressure.created.mdx index 1ce30963a..ea225d360 100644 --- a/docs/event-catalog/historical.data.blood_pressure.created.mdx +++ b/docs/event-catalog/historical.data.blood_pressure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.blood_pressure.created +description: "Historical webhook event triggered when a backfill of systolic and diastolic blood pressure readings completes for a user in Junction." openapi-schema: ClientFacingBloodPressureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body.created.mdx b/docs/event-catalog/historical.data.body.created.mdx index d305f576b..474fdf9a1 100644 --- a/docs/event-catalog/historical.data.body.created.mdx +++ b/docs/event-catalog/historical.data.body.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body.created +description: "Historical webhook event triggered when a backfill of body measurements including weight and body fat percentage completes for a user in Junction." openapi-schema: ClientFacingBodyHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_mass_index.created.mdx b/docs/event-catalog/historical.data.body_mass_index.created.mdx index 03161b9f4..78d352504 100644 --- a/docs/event-catalog/historical.data.body_mass_index.created.mdx +++ b/docs/event-catalog/historical.data.body_mass_index.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_mass_index.created +description: "Historical webhook event triggered when a backfill of body mass index (BMI) values calculated from height and weight completes for a user in Junction." openapi-schema: ClientFacingBodyMassIndexHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_temperature.created.mdx b/docs/event-catalog/historical.data.body_temperature.created.mdx index ddc286a23..b1d77dbae 100644 --- a/docs/event-catalog/historical.data.body_temperature.created.mdx +++ b/docs/event-catalog/historical.data.body_temperature.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_temperature.created +description: "Historical webhook event triggered when a backfill of body temperature readings completes for a user in Junction." openapi-schema: ClientFacingBodyTemperatureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.body_temperature_delta.created.mdx b/docs/event-catalog/historical.data.body_temperature_delta.created.mdx index c42b4d3a7..80595f046 100644 --- a/docs/event-catalog/historical.data.body_temperature_delta.created.mdx +++ b/docs/event-catalog/historical.data.body_temperature_delta.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.body_temperature_delta.created +description: "Historical webhook event triggered when a backfill of changes in body temperature relative to a baseline completes for a user in Junction." openapi-schema: ClientFacingBodyTemperatureDeltaHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.caffeine.created.mdx b/docs/event-catalog/historical.data.caffeine.created.mdx index 3737cbc21..a1acbf229 100644 --- a/docs/event-catalog/historical.data.caffeine.created.mdx +++ b/docs/event-catalog/historical.data.caffeine.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.caffeine.created +description: "Historical webhook event triggered when a backfill of caffeine intake from logged consumption data completes for a user in Junction." openapi-schema: ClientFacingCaffeineHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.calories_active.created.mdx b/docs/event-catalog/historical.data.calories_active.created.mdx index ba418647b..b4a07bb35 100644 --- a/docs/event-catalog/historical.data.calories_active.created.mdx +++ b/docs/event-catalog/historical.data.calories_active.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.calories_active.created +description: "Historical webhook event triggered when a backfill of active calories burned during movement and exercise completes for a user in Junction." openapi-schema: ClientFacingCaloriesActiveHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.calories_basal.created.mdx b/docs/event-catalog/historical.data.calories_basal.created.mdx index 55ffd263a..fb340a3b4 100644 --- a/docs/event-catalog/historical.data.calories_basal.created.mdx +++ b/docs/event-catalog/historical.data.calories_basal.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.calories_basal.created +description: "Historical webhook event triggered when a backfill of basal calories burned at rest completes for a user in Junction." openapi-schema: ClientFacingCaloriesBasalHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.carbohydrates.created.mdx b/docs/event-catalog/historical.data.carbohydrates.created.mdx index f9af5f521..49dc34559 100644 --- a/docs/event-catalog/historical.data.carbohydrates.created.mdx +++ b/docs/event-catalog/historical.data.carbohydrates.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.carbohydrates.created +description: "Historical webhook event triggered when a backfill of carbohydrate intake from logged nutrition data completes for a user in Junction." openapi-schema: ClientFacingCarbohydratesHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.cholesterol.created.mdx b/docs/event-catalog/historical.data.cholesterol.created.mdx index 5d766e569..67bf10319 100644 --- a/docs/event-catalog/historical.data.cholesterol.created.mdx +++ b/docs/event-catalog/historical.data.cholesterol.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.cholesterol.created +description: "Historical webhook event triggered when a backfill of cholesterol measurements completes for a user in Junction." openapi-schema: ClientFacingCholesterolHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.daylight_exposure.created.mdx b/docs/event-catalog/historical.data.daylight_exposure.created.mdx index fe63426e0..56385a228 100644 --- a/docs/event-catalog/historical.data.daylight_exposure.created.mdx +++ b/docs/event-catalog/historical.data.daylight_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.daylight_exposure.created +description: "Historical webhook event triggered when a backfill of time spent exposed to daylight completes for a user in Junction." openapi-schema: ClientFacingDaylightExposureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.distance.created.mdx b/docs/event-catalog/historical.data.distance.created.mdx index b696edf15..9e2a81177 100644 --- a/docs/event-catalog/historical.data.distance.created.mdx +++ b/docs/event-catalog/historical.data.distance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.distance.created +description: "Historical webhook event triggered when a backfill of distance traveled during the day completes for a user in Junction." openapi-schema: ClientFacingDistanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.electrocardiogram.created.mdx b/docs/event-catalog/historical.data.electrocardiogram.created.mdx index f6b70e3b9..784986d82 100644 --- a/docs/event-catalog/historical.data.electrocardiogram.created.mdx +++ b/docs/event-catalog/historical.data.electrocardiogram.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.electrocardiogram.created +description: "Historical webhook event triggered when a backfill of electrocardiogram (ECG) readings completes for a user in Junction." openapi-schema: ClientFacingElectrocardiogramHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx b/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx index b20ec6a08..d11eb953d 100644 --- a/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx +++ b/docs/event-catalog/historical.data.electrocardiogram_voltage.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.electrocardiogram_voltage.created +description: "Historical webhook event triggered when a backfill of raw electrocardiogram voltage samples completes for a user in Junction." openapi-schema: ClientFacingElectrocardiogramVoltageHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.fall.created.mdx b/docs/event-catalog/historical.data.fall.created.mdx index 445ec38f3..be400f81e 100644 --- a/docs/event-catalog/historical.data.fall.created.mdx +++ b/docs/event-catalog/historical.data.fall.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.fall.created +description: "Historical webhook event triggered when a backfill of detected fall events from compatible devices completes for a user in Junction." openapi-schema: ClientFacingFallHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.fat.created.mdx b/docs/event-catalog/historical.data.fat.created.mdx index 9d273724e..0bc98c100 100644 --- a/docs/event-catalog/historical.data.fat.created.mdx +++ b/docs/event-catalog/historical.data.fat.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.fat.created +description: "Historical webhook event triggered when a backfill of fat data completes for a user in Junction." openapi-schema: ClientFacingFatHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.floors_climbed.created.mdx b/docs/event-catalog/historical.data.floors_climbed.created.mdx index 3d26cf452..1193b68f7 100644 --- a/docs/event-catalog/historical.data.floors_climbed.created.mdx +++ b/docs/event-catalog/historical.data.floors_climbed.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.floors_climbed.created +description: "Historical webhook event triggered when a backfill of flights of stairs climbed throughout the day completes for a user in Junction." openapi-schema: ClientFacingFloorsClimbedHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx b/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx index 86e3df135..31c929900 100644 --- a/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx +++ b/docs/event-catalog/historical.data.forced_expiratory_volume_1.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.forced_expiratory_volume_1.created +description: "Historical webhook event triggered when a backfill of forced expiratory volume in one second (FEV1) measurements completes for a user in Junction." openapi-schema: ClientFacingForcedExpiratoryVolume1HistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx b/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx index 4d455991c..7c926ff16 100644 --- a/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx +++ b/docs/event-catalog/historical.data.forced_vital_capacity.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.forced_vital_capacity.created +description: "Historical webhook event triggered when a backfill of forced vital capacity (FVC) measurements completes for a user in Junction." openapi-schema: ClientFacingForcedVitalCapacityHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.glucose.created.mdx b/docs/event-catalog/historical.data.glucose.created.mdx index 50c657b21..bb2a0561a 100644 --- a/docs/event-catalog/historical.data.glucose.created.mdx +++ b/docs/event-catalog/historical.data.glucose.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.glucose.created +description: "Historical webhook event triggered when a backfill of blood glucose readings completes for a user in Junction." openapi-schema: ClientFacingGlucoseHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.handwashing.created.mdx b/docs/event-catalog/historical.data.handwashing.created.mdx index 39ea65f06..b9d406b35 100644 --- a/docs/event-catalog/historical.data.handwashing.created.mdx +++ b/docs/event-catalog/historical.data.handwashing.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.handwashing.created +description: "Historical webhook event triggered when a backfill of handwashing events recorded by compatible devices completes for a user in Junction." openapi-schema: ClientFacingHandwashingHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heart_rate_alert.created.mdx b/docs/event-catalog/historical.data.heart_rate_alert.created.mdx index a694c7f93..e5053d312 100644 --- a/docs/event-catalog/historical.data.heart_rate_alert.created.mdx +++ b/docs/event-catalog/historical.data.heart_rate_alert.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heart_rate_alert.created +description: "Historical webhook event triggered when a backfill of heart rate alert events from compatible devices completes for a user in Junction." openapi-schema: ClientFacingHeartRateAlertHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx b/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx index 4c54f9a74..2f008c70f 100644 --- a/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx +++ b/docs/event-catalog/historical.data.heart_rate_recovery_one_minute.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heart_rate_recovery_one_minute.created +description: "Historical webhook event triggered when a backfill of heart rate recovery values one minute after exercise completes for a user in Junction." openapi-schema: ClientFacingHeartRateRecoveryOneMinuteHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.heartrate.created.mdx b/docs/event-catalog/historical.data.heartrate.created.mdx index fdfe9f8c2..6eaffd705 100644 --- a/docs/event-catalog/historical.data.heartrate.created.mdx +++ b/docs/event-catalog/historical.data.heartrate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.heartrate.created +description: "Historical webhook event triggered when a backfill of heart rate measurements over time completes for a user in Junction." openapi-schema: ClientFacingHeartrateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.hrv.created.mdx b/docs/event-catalog/historical.data.hrv.created.mdx index f0c89d2da..a8dda0f04 100644 --- a/docs/event-catalog/historical.data.hrv.created.mdx +++ b/docs/event-catalog/historical.data.hrv.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.hrv.created +description: "Historical webhook event triggered when a backfill of heart rate variability (HRV) measurements completes for a user in Junction." openapi-schema: ClientFacingHrvHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.ige.created.mdx b/docs/event-catalog/historical.data.ige.created.mdx index 074325f9b..958eabf51 100644 --- a/docs/event-catalog/historical.data.ige.created.mdx +++ b/docs/event-catalog/historical.data.ige.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.ige.created +description: "Historical webhook event triggered when a backfill of immunoglobulin E (IgE) lab values completes for a user in Junction." openapi-schema: ClientFacingIgeHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.igg.created.mdx b/docs/event-catalog/historical.data.igg.created.mdx index 1a5260b84..8f33579be 100644 --- a/docs/event-catalog/historical.data.igg.created.mdx +++ b/docs/event-catalog/historical.data.igg.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.igg.created +description: "Historical webhook event triggered when a backfill of immunoglobulin G (IgG) lab values completes for a user in Junction." openapi-schema: ClientFacingIggHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.inhaler_usage.created.mdx b/docs/event-catalog/historical.data.inhaler_usage.created.mdx index a42b5c7af..77fd8430c 100644 --- a/docs/event-catalog/historical.data.inhaler_usage.created.mdx +++ b/docs/event-catalog/historical.data.inhaler_usage.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.inhaler_usage.created +description: "Historical webhook event triggered when a backfill of inhaler usage events from compatible devices completes for a user in Junction." openapi-schema: ClientFacingInhalerUsageHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.insulin_injection.created.mdx b/docs/event-catalog/historical.data.insulin_injection.created.mdx index 0b29cb060..1b707eaa6 100644 --- a/docs/event-catalog/historical.data.insulin_injection.created.mdx +++ b/docs/event-catalog/historical.data.insulin_injection.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.insulin_injection.created +description: "Historical webhook event triggered when a backfill of logged insulin injection events completes for a user in Junction." openapi-schema: ClientFacingInsulinInjectionHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.lean_body_mass.created.mdx b/docs/event-catalog/historical.data.lean_body_mass.created.mdx index e6e0ca79c..3c2731792 100644 --- a/docs/event-catalog/historical.data.lean_body_mass.created.mdx +++ b/docs/event-catalog/historical.data.lean_body_mass.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.lean_body_mass.created +description: "Historical webhook event triggered when a backfill of lean body mass measurements completes for a user in Junction." openapi-schema: ClientFacingLeanBodyMassHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.meal.created.mdx b/docs/event-catalog/historical.data.meal.created.mdx index 9e60dfff4..93396b3cb 100644 --- a/docs/event-catalog/historical.data.meal.created.mdx +++ b/docs/event-catalog/historical.data.meal.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.meal.created +description: "Historical webhook event triggered when a backfill of logged meal entries with nutrition details completes for a user in Junction." openapi-schema: ClientFacingMealHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.menstrual_cycle.created.mdx b/docs/event-catalog/historical.data.menstrual_cycle.created.mdx index 278b96aec..e50ef9474 100644 --- a/docs/event-catalog/historical.data.menstrual_cycle.created.mdx +++ b/docs/event-catalog/historical.data.menstrual_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.menstrual_cycle.created +description: "Historical webhook event triggered when a backfill of menstrual cycle data including period and ovulation tracking completes for a user in Junction." openapi-schema: ClientFacingMenstrualCycleHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx b/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx index e2eb64442..e9a03d907 100644 --- a/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx +++ b/docs/event-catalog/historical.data.mindfulness_minutes.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.mindfulness_minutes.created +description: "Historical webhook event triggered when a backfill of minutes spent on mindfulness or meditation activities completes for a user in Junction." openapi-schema: ClientFacingMindfulnessMinutesHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.note.created.mdx b/docs/event-catalog/historical.data.note.created.mdx index 10004bdbf..ef320f23b 100644 --- a/docs/event-catalog/historical.data.note.created.mdx +++ b/docs/event-catalog/historical.data.note.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.note.created +description: "Historical webhook event triggered when a backfill of user-logged notes attached to health data completes for a user in Junction." openapi-schema: ClientFacingNoteHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx b/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx index 048f68931..302a9e75b 100644 --- a/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx +++ b/docs/event-catalog/historical.data.peak_expiratory_flow_rate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.peak_expiratory_flow_rate.created +description: "Historical webhook event triggered when a backfill of peak expiratory flow rate (PEFR) measurements completes for a user in Junction." openapi-schema: ClientFacingPeakExpiratoryFlowRateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.profile.created.mdx b/docs/event-catalog/historical.data.profile.created.mdx index bd87fefd7..f268d25dc 100644 --- a/docs/event-catalog/historical.data.profile.created.mdx +++ b/docs/event-catalog/historical.data.profile.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.profile.created +description: "Historical webhook event triggered when a backfill of user profile data such as height, sex, and date of birth completes for a user in Junction." openapi-schema: ClientFacingProfileHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.respiratory_rate.created.mdx b/docs/event-catalog/historical.data.respiratory_rate.created.mdx index 7ade84890..96fb2177f 100644 --- a/docs/event-catalog/historical.data.respiratory_rate.created.mdx +++ b/docs/event-catalog/historical.data.respiratory_rate.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.respiratory_rate.created +description: "Historical webhook event triggered when a backfill of breathing rate measurements completes for a user in Junction." openapi-schema: ClientFacingRespiratoryRateHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep.created.mdx b/docs/event-catalog/historical.data.sleep.created.mdx index 43b5e2d9a..ae0ba6281 100644 --- a/docs/event-catalog/historical.data.sleep.created.mdx +++ b/docs/event-catalog/historical.data.sleep.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep.created +description: "Historical webhook event triggered when a backfill of sleep summaries including duration, efficiency, and stages completes for a user in Junction." openapi-schema: ClientFacingSleepHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx b/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx index e8458453f..67f35fdd7 100644 --- a/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx +++ b/docs/event-catalog/historical.data.sleep_apnea_alert.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_apnea_alert.created +description: "Historical webhook event triggered when a backfill of sleep apnea alert events from compatible devices completes for a user in Junction." openapi-schema: ClientFacingSleepApneaAlertHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx b/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx index cb7f57ae0..65801d461 100644 --- a/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx +++ b/docs/event-catalog/historical.data.sleep_breathing_disturbance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_breathing_disturbance.created +description: "Historical webhook event triggered when a backfill of breathing disturbances detected during sleep completes for a user in Junction." openapi-schema: ClientFacingSleepBreathingDisturbanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.sleep_cycle.created.mdx b/docs/event-catalog/historical.data.sleep_cycle.created.mdx index 0a3454a47..90b22c1e6 100644 --- a/docs/event-catalog/historical.data.sleep_cycle.created.mdx +++ b/docs/event-catalog/historical.data.sleep_cycle.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.sleep_cycle.created +description: "Historical webhook event triggered when a backfill of individual sleep cycles within a sleep session completes for a user in Junction." openapi-schema: ClientFacingSleepCycleHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stand_duration.created.mdx b/docs/event-catalog/historical.data.stand_duration.created.mdx index 6b84002f3..b9168a017 100644 --- a/docs/event-catalog/historical.data.stand_duration.created.mdx +++ b/docs/event-catalog/historical.data.stand_duration.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stand_duration.created +description: "Historical webhook event triggered when a backfill of time spent standing throughout the day completes for a user in Junction." openapi-schema: ClientFacingStandDurationHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stand_hour.created.mdx b/docs/event-catalog/historical.data.stand_hour.created.mdx index 5d671ad83..329b4dcb7 100644 --- a/docs/event-catalog/historical.data.stand_hour.created.mdx +++ b/docs/event-catalog/historical.data.stand_hour.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stand_hour.created +description: "Historical webhook event triggered when a backfill of hours during which the user stood and moved around completes for a user in Junction." openapi-schema: ClientFacingStandHourHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.steps.created.mdx b/docs/event-catalog/historical.data.steps.created.mdx index a0c56123a..57548cb00 100644 --- a/docs/event-catalog/historical.data.steps.created.mdx +++ b/docs/event-catalog/historical.data.steps.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.steps.created +description: "Historical webhook event triggered when a backfill of step counts recorded throughout the day completes for a user in Junction." openapi-schema: ClientFacingStepsHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.stress_level.created.mdx b/docs/event-catalog/historical.data.stress_level.created.mdx index 02e22f902..f7cac72c9 100644 --- a/docs/event-catalog/historical.data.stress_level.created.mdx +++ b/docs/event-catalog/historical.data.stress_level.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.stress_level.created +description: "Historical webhook event triggered when a backfill of stress level measurements derived from physiological data completes for a user in Junction." openapi-schema: ClientFacingStressLevelHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.uv_exposure.created.mdx b/docs/event-catalog/historical.data.uv_exposure.created.mdx index 81ba4d558..09fea75a7 100644 --- a/docs/event-catalog/historical.data.uv_exposure.created.mdx +++ b/docs/event-catalog/historical.data.uv_exposure.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.uv_exposure.created +description: "Historical webhook event triggered when a backfill of ultraviolet light exposure measurements completes for a user in Junction." openapi-schema: ClientFacingUvExposureHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.vo2_max.created.mdx b/docs/event-catalog/historical.data.vo2_max.created.mdx index 1bea58778..931b289eb 100644 --- a/docs/event-catalog/historical.data.vo2_max.created.mdx +++ b/docs/event-catalog/historical.data.vo2_max.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.vo2_max.created +description: "Historical webhook event triggered when a backfill of VO2 max cardiorespiratory fitness measurements completes for a user in Junction." openapi-schema: ClientFacingVo2MaxHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.waist_circumference.created.mdx b/docs/event-catalog/historical.data.waist_circumference.created.mdx index e9e8b5326..ebf381a03 100644 --- a/docs/event-catalog/historical.data.waist_circumference.created.mdx +++ b/docs/event-catalog/historical.data.waist_circumference.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.waist_circumference.created +description: "Historical webhook event triggered when a backfill of waist circumference measurements completes for a user in Junction." openapi-schema: ClientFacingWaistCircumferenceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.water.created.mdx b/docs/event-catalog/historical.data.water.created.mdx index c8ee29f05..5878abe72 100644 --- a/docs/event-catalog/historical.data.water.created.mdx +++ b/docs/event-catalog/historical.data.water.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.water.created +description: "Historical webhook event triggered when a backfill of water intake from logged hydration data completes for a user in Junction." openapi-schema: ClientFacingWaterHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.weight.created.mdx b/docs/event-catalog/historical.data.weight.created.mdx index 1177e312f..cfbcdeb2c 100644 --- a/docs/event-catalog/historical.data.weight.created.mdx +++ b/docs/event-catalog/historical.data.weight.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.weight.created +description: "Historical webhook event triggered when a backfill of weight data completes for a user in Junction." openapi-schema: ClientFacingWeightHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.wheelchair_push.created.mdx b/docs/event-catalog/historical.data.wheelchair_push.created.mdx index b177f660a..7a8f440b5 100644 --- a/docs/event-catalog/historical.data.wheelchair_push.created.mdx +++ b/docs/event-catalog/historical.data.wheelchair_push.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.wheelchair_push.created +description: "Historical webhook event triggered when a backfill of wheelchair push counts for wheelchair users completes for a user in Junction." openapi-schema: ClientFacingWheelchairPushHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_distance.created.mdx b/docs/event-catalog/historical.data.workout_distance.created.mdx index 48c51064d..96311448b 100644 --- a/docs/event-catalog/historical.data.workout_distance.created.mdx +++ b/docs/event-catalog/historical.data.workout_distance.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_distance.created +description: "Historical webhook event triggered when a backfill of distance recorded during workout sessions completes for a user in Junction." openapi-schema: ClientFacingWorkoutDistanceHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_duration.created.mdx b/docs/event-catalog/historical.data.workout_duration.created.mdx index a27d4825b..cb37d9819 100644 --- a/docs/event-catalog/historical.data.workout_duration.created.mdx +++ b/docs/event-catalog/historical.data.workout_duration.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_duration.created +description: "Historical webhook event triggered when a backfill of duration of workout sessions completes for a user in Junction." openapi-schema: ClientFacingWorkoutDurationHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_stream.created.mdx b/docs/event-catalog/historical.data.workout_stream.created.mdx index 710c4b2f2..7a4735d55 100644 --- a/docs/event-catalog/historical.data.workout_stream.created.mdx +++ b/docs/event-catalog/historical.data.workout_stream.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_stream.created +description: "Historical webhook event triggered when a backfill of workout stream data completes for a user in Junction." openapi-schema: ClientFacingWorkoutStreamHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx b/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx index 50d1c8137..564a0f9c4 100644 --- a/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx +++ b/docs/event-catalog/historical.data.workout_swimming_stroke.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workout_swimming_stroke.created +description: "Historical webhook event triggered when a backfill of swimming stroke data captured during workouts completes for a user in Junction." openapi-schema: ClientFacingWorkoutSwimmingStrokeHistoricalPullCompleted --- diff --git a/docs/event-catalog/historical.data.workouts.created.mdx b/docs/event-catalog/historical.data.workouts.created.mdx index 63f3040b0..68d199842 100644 --- a/docs/event-catalog/historical.data.workouts.created.mdx +++ b/docs/event-catalog/historical.data.workouts.created.mdx @@ -1,4 +1,5 @@ --- title: historical.data.workouts.created +description: "Historical webhook event triggered when a backfill of workout sessions with duration, distance, and calories completes for a user in Junction." openapi-schema: ClientFacingWorkoutsHistoricalPullCompleted --- diff --git a/docs/event-catalog/lab_report.parsing_job.created.mdx b/docs/event-catalog/lab_report.parsing_job.created.mdx index 2d3f6dd7a..5a8932fc7 100644 --- a/docs/event-catalog/lab_report.parsing_job.created.mdx +++ b/docs/event-catalog/lab_report.parsing_job.created.mdx @@ -1,4 +1,5 @@ --- title: lab_report.parsing_job.created +description: "Webhook event sent when Junction starts a new lab report parsing job to extract structured data from a PDF report." openapi-schema: ClientFacingLabReportParsingJobCreatedEvent --- diff --git a/docs/event-catalog/lab_report.parsing_job.updated.mdx b/docs/event-catalog/lab_report.parsing_job.updated.mdx index 6a71009c7..a3c31d0a9 100644 --- a/docs/event-catalog/lab_report.parsing_job.updated.mdx +++ b/docs/event-catalog/lab_report.parsing_job.updated.mdx @@ -1,4 +1,5 @@ --- title: lab_report.parsing_job.updated +description: "Webhook event sent when a lab report parsing job changes status, such as when parsing finishes successfully or fails." openapi-schema: ClientFacingLabReportParsingJobUpdatedEvent --- diff --git a/docs/event-catalog/labtest.appointment.created.mdx b/docs/event-catalog/labtest.appointment.created.mdx index 37711d5a8..cb7e60adc 100644 --- a/docs/event-catalog/labtest.appointment.created.mdx +++ b/docs/event-catalog/labtest.appointment.created.mdx @@ -1,4 +1,5 @@ --- title: labtest.appointment.created +description: "Webhook event sent when a lab testing appointment is booked, including phlebotomist visits and on-site collection appointments." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.appointment.updated.mdx b/docs/event-catalog/labtest.appointment.updated.mdx index f280c464d..49c431981 100644 --- a/docs/event-catalog/labtest.appointment.updated.mdx +++ b/docs/event-catalog/labtest.appointment.updated.mdx @@ -1,4 +1,5 @@ --- title: labtest.appointment.updated +description: "Webhook event sent when a lab testing appointment changes, such as a status update, reschedule, or cancellation." openapi-schema: ClientFacingAppointmentChanged --- diff --git a/docs/event-catalog/labtest.order.created.mdx b/docs/event-catalog/labtest.order.created.mdx index 7b44b2d15..abc7e2060 100644 --- a/docs/event-catalog/labtest.order.created.mdx +++ b/docs/event-catalog/labtest.order.created.mdx @@ -1,4 +1,5 @@ --- title: labtest.order.created +description: "Webhook event sent when a lab test order is created in Junction, including testkits, walk-in, on-site, and at-home phlebotomy orders." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.order.updated.mdx b/docs/event-catalog/labtest.order.updated.mdx index 2b4e2d7b2..20656ebb2 100644 --- a/docs/event-catalog/labtest.order.updated.mdx +++ b/docs/event-catalog/labtest.order.updated.mdx @@ -1,4 +1,5 @@ --- title: labtest.order.updated +description: "Webhook event sent when a lab test order status changes, for example when results become available or the order is canceled." openapi-schema: ClientFacingOrderChanged --- diff --git a/docs/event-catalog/labtest.result.critical.mdx b/docs/event-catalog/labtest.result.critical.mdx index c981957ff..4eec6bf9b 100644 --- a/docs/event-catalog/labtest.result.critical.mdx +++ b/docs/event-catalog/labtest.result.critical.mdx @@ -1,4 +1,5 @@ --- title: labtest.result.critical +description: "Webhook event sent when a lab test result includes a critical or out-of-range value that may require urgent clinical follow-up." openapi-schema: ClientFacingCriticalResultIdentified --- diff --git a/docs/event-catalog/provider.connection.created.mdx b/docs/event-catalog/provider.connection.created.mdx index a17765afa..0241e6c07 100644 --- a/docs/event-catalog/provider.connection.created.mdx +++ b/docs/event-catalog/provider.connection.created.mdx @@ -1,4 +1,5 @@ --- title: provider.connection.created +description: "Webhook event sent when a user successfully connects a wearable or health data provider to Junction." openapi-schema: ClientFacingProviderConnectionCreatedEvent --- diff --git a/docs/event-catalog/provider.connection.error.mdx b/docs/event-catalog/provider.connection.error.mdx index dabe9a314..441d7bdfe 100644 --- a/docs/event-catalog/provider.connection.error.mdx +++ b/docs/event-catalog/provider.connection.error.mdx @@ -1,4 +1,5 @@ --- title: provider.connection.error +description: "Webhook event sent when a user provider connection encounters an error, such as expired credentials or revoked access." openapi-schema: ClientFacingProviderConnectionErrorEvent --- diff --git a/docs/event-catalog/provider.device.created.mdx b/docs/event-catalog/provider.device.created.mdx index 05465a85b..3099d4e30 100644 --- a/docs/event-catalog/provider.device.created.mdx +++ b/docs/event-catalog/provider.device.created.mdx @@ -1,4 +1,5 @@ --- title: provider.device.created +description: "Webhook event sent when a new device, such as a wearable or sensor, is registered against a user provider connection." openapi-schema: ClientFacingDeviceChanged --- diff --git a/docs/event-catalog/provider.device.updated.mdx b/docs/event-catalog/provider.device.updated.mdx index 9487d5ee4..e9a9523b6 100644 --- a/docs/event-catalog/provider.device.updated.mdx +++ b/docs/event-catalog/provider.device.updated.mdx @@ -1,4 +1,5 @@ --- title: provider.device.updated +description: "Webhook event sent when a registered device for a user provider connection has its information updated." openapi-schema: ClientFacingDeviceChanged ---