list_appointments
Retrieve upcoming and recent appointments with details like date, medical act, staff, site, status, and cancellation options. Specify a start date to filter results.
Instructions
List upcoming and recent appointments.
Args: date_from: ISO date string (YYYY-MM-DD) to start from. Defaults to today.
Returns a list of dicts with keys: id, scheduledDatetime, medicalActName, staffName, siteName, status, type, canCancel, canReSchedule, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |