ghl_calendar_appointment_note_list
Retrieve notes for a specific appointment by appointment ID, with pagination parameters for controlling result sets.
Instructions
Get Notes Get Appointment Notes Endpoint: GET /calendars/appointments/{appointmentId}/notes (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Limit of notes to fetch | |
| offset | Yes | Offset of notes to fetch | |
| appointmentId | Yes | Appointment ID |