getEventTimeSlot( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves detailed information about a specific class session time slot.

Call this method after selecting a suitable slot with List Event Time Slots to obtain its full capacity and booking-policy status.

Service type limitations

To retrieve appointment availability, call Get Availability Time Slot (SDK | REST).

To retrieve course availability, follow the End-to-End Booking Flow for courses (SDK | REST).

Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID.


optionsGetEventTimeSlotOptions
Returns
Return Type:Promise<GetEventTimeSlotResponse>
Errors

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

Did this help?