List appointments
acuity_list_appointmentsList appointments scheduled on the account, with optional filters. Acuity REST: GET /appointments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max | No | Max appointments to return. | |
| No | Filter by client email. | ||
| maxDate | No | Only appointments on/before this date (YYYY-MM-DD or ISO datetime). | |
| minDate | No | Only appointments on/after this date (YYYY-MM-DD or ISO datetime). | |
| canceled | No | If true, return canceled appointments (default false). | |
| lastName | No | Filter by client last name. | |
| direction | No | Sort order by datetime. ASC (default) or DESC. | |
| firstName | No | Filter by client first name. | |
| calendarID | No | Filter to a specific calendar id. | |
| appointmentTypeID | No | Filter to a specific appointment type id. |