measurements_list_temperature
Retrieve temperature readings from Baby Buddy with filters for date range, child, tags, and ordering. Query records to monitor fever or track trends, specifying limits for efficient data pulls.
Instructions
List temperature readings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by exact date, YYYY-MM-DD | |
| tags | No | Filter by tag names (records having all listed tags) | |
| limit | No | Maximum number of records to return | |
| child_id | No | Filter by child ID. Use list_children to get IDs. | |
| date_max | No | End of date range, YYYY-MM-DD | |
| date_min | No | Start of date range, YYYY-MM-DD | |
| ordering | No | Order by field, e.g. 'time' or '-time' (descending) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |