Fetch a list of booked users of a Workshop event

Purpose: Use this API to fetch a list of all the booked users of a particular workshop event.

You must specify workshop_id with center_id and session_id as query params.

Response Details

NameTypeDescription
registrationsobjectObject containing the list of all the booked users to a workshop event.
page_detailsobjectObject containing the pagination details of the API response.
status_countobjectObject containing the status count.
occupancyintDenotes the occupancy of the workshop event.
sessionobjectObject containing the session details

registrations Object

NameTypeDescription
ididRegistration id of the guest.
delete_statusstringDenotes the delete status of the guest's registration to the workshop.
guestobjectObject containing the details of the guest.
session_idintDenotes the id of the session of the guest.
indicatorsstringDenotes the indicators for the registration.
log_datastringLog data of the guest's registration
payment_typestringPayment type used for the payment of the registration of the workshop.
payment_sourcestringPayment source used for the payment of the registration of the workshop.
booked_fromstringDenotes the source of booking for the registration of the workshop.
registration_sourcestringDenotes the source of the registration for the workshop - Zenoti
is_freeenumDenotes if the registration for the workshop is free. (no charge)
is_from_waitlistboolDenotes if the registration is from the waitlist. True: The registration is from the waitlist. False: The registration is not from the waitlist.
statusenumDenotes the status of the registration to the workshop.
is_any_session_noshowboolDenotes if any of the sessions are a no-show by the guest.
invoice_ididDenotes the invoice id for the workshop.
appointment_group_ididUnique identifier of the group appointment.
appointment_idsarrayUnique identifier of the appointment.
registration_dtdatetimeRegistration date of the workshop.
notesstringNotes on the guest's workshop registration.
user_codestringCode of the registration.
redemption_typestringRedemption type of the guest's registration.
sort_orderintAPI response's sort order.
last_updateddatetimeDate and time when the registration of the workshop was updated.
balanceintLoyalty points balance for the workshop registration.

guest Object

NameTypeDescription
ididUnique identifier of the guest.
namestringName of the guest.
phonestringPhone number of the guest.
codeintUnique code of the guest.
emailstringEmail address of the guest.

status_count Object

NameTypeDescription
registeredintRegistered users for the workshop event
waitlistedintNumber of waitlisted guests for the event
totalintTotal guests present in the event
closedintNumber of guests whose registration is completed
signed_inintNumber of guests signed in for the workshop
canceledintNumber of guests who canceled the workshop event
openintNumber of guests whose registration is not completed
enrolledintNumber of guest enrolled for the event
rejectedintNumber of guests rejected by the center.
webintNumber of guests who booked online.
occupancyintNumber of guests attending the event.

session Object

NameTypeDescription
idlongIdentifier of the session.
namestringName of the session.
codestringCode of the session.
start_timedatetimeStart time of the session.
end_timedatetimeEnd time of the session.
start_time_utcdatetimeStart time of the session as per UTC.
end_time_utcdatetimeEnd time of the seesion as per UTC.
durationintTotal duration of the session.
center_idguidUnique identifier of the center.
class_idlongIdentifier fo the class.
instructor_idguidUnique identifier of the instructor.
instructor_details_listobjectObject containing the details of the instructor
room_idguidIdentifier of the room.
status_idintStatus of the session.
recurrence_idlongIdentifier for the recurring session.
catalog_namestringName of the catalog
catalog_pricestringPrice of the session as mentioned in the catalog.
show_in_catalogintDenotes if the session has the catalog enabled.
capacityintTotal capacity of the class.
web_capacityintTotal capacity of the web session.
occupancyintTotal occupancy for the class.
web_occupancyintTotal web occupancy for the class.
available_slotsintNumber of available slots for the class.
waitlisted_countintTotal count of students in the waitlist.
is_open_for_registrationboolDenotes if the class is open for registration.
is_cancelledboolDenotes if the class is canceled.
is_free_sessionboolDenotes if the session is free.
descriptionstringWorkshop description
description_htmlstringHTML version of the workshop description.
track_idslist (int)List of the track ids.
service_idguidIdentfier of the serivce.
active_request_idlongIdentifier of the active request.
cancellation_fee_windowintTime period before which the cancelation is allowed.
cancellation_feedecimalAmount for the cancelation fee.
allow_cancellation_feeboolDenotes if cancelation fee is enabled
student_virtual_linkstringVirtual class link for the student.
instructor_virtual_linkstringVirtual class link for the instructor.
virtual_typestringType of the virtual workshop.
is_instructor_substitutedboolDenotes if the instructor is a substitute.
level_idguidIdentifier of the session level
session_last_updated_timedatetimeDenotes when the session was updated.

instructor_details_list Object

NameTypeDescription
idguidUnique identifier of the instructor.
is_primaryboolDenotes if the instructor is a primary instructor
Language
Authorization
Header
Click Try It! to start a request and see the response here!