ghl_calendar_service_booking_list
Retrieve service bookings for a location within a specified date range. Optionally filter by service location to get targeted booking data.
Instructions
startTime/endTime are epoch milliseconds passed as strings. No limit/offset — results are bounded by the required date range. Get Service Bookings Retrieve service bookings for a location within a given date range, with an optional service location filter. Endpoint: GET /calendars/services/bookings (Version header: v3; source: v3/calendars-v3.json) OAuth scopes: calendars/events.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endTime | Yes | End Time (timestamp in milliseconds as string) | |
| timezone | No | Timezone | |
| startTime | Yes | Start Time (timestamp in milliseconds as string) | |
| locationId | Yes | Location ID | |
| serviceLocationId | No | Service Location ID |