GET

Get Schedule


Deprecated

This method has been replaced with Get Schedule, and will be removed on June 30, 2025.

Gets a schedule from the calendar.

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

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

Path Params
idstringRequired

Schedule ID.

Response Object
scheduleSchedule

Schedule.

Get Schedule

Requests a schedule by its Id

Request
cURL
curl 'https://www.wixapis.com/bookings/v1/calendar/schedules/03d67e9c-5ba9-4e73-ad9e-7fddc57c6c4e' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "schedule": { "id": "03d67e9c-5ba9-4e73-ad9e-7fddc57c6c4e", "scheduleOwnerId": "9b33d0b6-bcd2-408b-ac9d-f164504a16e2", "firstSessionStart": "2019-08-19T11:00:00Z", "lastSessionEnd": "2019-08-26T12:00:00Z", "timeZone": "America/Denver", "intervals": [ { "id": "41f2f68b-9543-42b2-911b-cd98e5463ec1", "start": "2019-08-18T21:00:00Z", "end": "2019-08-26T20:59:59.999Z", "interval": { "daysOfWeek": "MON", "hourOfDay": 14, "minuteOfHour": 0, "duration": 60 }, "frequency": { "repetition": 1 }, "affectedSchedules": [ { "scheduleId": "dc9585a4-a613-46fc-a229-59923efe08c6", "transparency": "BUSY", "scheduleOwnerId": "5460647f-ff8f-45f7-8311-a3aef2d8e9e8" } ] } ], "title": "Intermediate Ski Lesson (members only)", "tags": [ "GROUP" ], "location": { "locationType": "OWNER_BUSINESS" }, "capacity": 50, "rate": { "labeledPriceOptions": {
Errors

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

Did this help?