simplepractice_list_appointments
Fetch Client Portal appointments by status: use scheduled for confirmed/upcoming or requested for pending confirmation. Control results with page and page size.
Instructions
Appointments from the Client Portal. status "scheduled" returns confirmed/upcoming ones; "requested" returns those still awaiting the practice's confirmation. Pages by number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns SimplePractice's whole records. | |
| status | No | Which side of the pending-confirmation filter to read. | scheduled |
| pageSize | No |