get_heart_rate_by_date_range
Retrieve Fitbit heart rate data for any date range up to one year. Provide start and end dates.
Instructions
Get the raw JSON response for heart rate data from Fitbit for a specific date range. Requires 'startDate' and 'endDate' parameters in 'YYYY-MM-DD' format. Note: The API enforces a maximum range of 1 year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | Yes | The start date for which to retrieve heart rate data (YYYY-MM-DD). | |
| endDate | Yes | The end date for which to retrieve heart rate data (YYYY-MM-DD). |