withings_get_blood_pressure
Retrieve blood pressure measurements including diastolic, systolic, and spot pulse from Withings devices. Use date range and offset parameters to access historical readings for health monitoring.
Instructions
Fetch blood pressure and related spot pulse (diastolic 9, systolic 10, heart rate 11). Typical source: BPM or scale, not continuous watch HR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | Pagination offset from a previous more=true response. | |
| enddate | No | End unix timestamp (seconds). Default: now. | |
| startdate | No | Start unix timestamp (seconds). Default: 24h ago. |