getStaffAppointments
Retrieve appointments for specified staff members, with optional filters for date range, clients, locations, and appointment IDs. Use to view staff schedules or manage bookings.
Instructions
Get staff appointments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date in YYYY-MM-DD format | |
| staffIds | Yes | Staff IDs | |
| clientIds | No | Client IDs | |
| startDate | No | Start date in YYYY-MM-DD format | |
| locationIds | No | Location IDs | |
| appointmentIds | No | Appointment IDs |