GET

List Schedules


Deprecation Warning

This method will be deprecated on June 30, 2025.
Replace with Query Schedules.

Lists schedules by schedule IDs or schedule owner IDs.

Permissions This endpoint requires the Read Bookings Calendar or the Manage Bookings permission scope. With the Read Bookings Calendar permission scope, the schedule participants are not returned.

Endpoint
GET
https://www.wixapis.com/bookings/v1/calendar/schedules

Query Params
scheduleIdsArray <string>

List by schedule IDs.


scheduleOwnerIdsArray <string>

List by schedule owner IDs.


dontIncludeScheduleParticipantsboolean

Whether to return a list of the schedule's participants.


userIdsArray <string>

List schedules assigned to the given Wix user ids. Requires the Manage Personal Calendar or the Manage Business Calendar scope.

Response Object
schedulesArray <Schedule>

Schedule.

List Schedules

Returns all the schedules in the site

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?