Fetch user registrations for classes/workshops

Purpose: Use this API to fetch the user registrations to the classes or workshops.

You must specify the guest_id and the parameters mentioned in PATH PARAMS section.

Response object

GetUserRegistrationsResponseV1

Json PropertyData TypeDescription
registrationsList<UserRegistrationResponseV1>List of user registration responses
sessionsList<SessionModelSimpleV1>List of session models
classesList<RegistrationClassModelV1>List of registration class models
centersList<RegistrationCenterModelV1>List of registration center models
instructorsList<InstructorModelV1>List of instructor models
guest_passesList<GuestPassModelV1>List of guest pass models
guest_milestone_detailsSpaManagement.Users.User.MilestoneLevelsWithTotalCheckInsMilestone levels achieved and next milestone details
page_infoPaginationDetailsViewModelDetails about pagination
errorAPIV1GuestRegistrationsErrorModelError model in case of any errors

UserRegistrationResponseV1

Json PropertyData TypeDescription
idlongRegistration ID
guidGuidRegistration GUID
session_idGuidSession ID
instructor_idGuidInstructor ID
class_idlongClass ID
center_idGuidCenter ID
invoice_idGuid?Invoice ID (nullable)
appointment_group_idGuid?Appointment group ID (nullable)
payment_sourcestringPayment source
custom_form_fill_statusintCustom form fill status
guest_form_statusStringGuest form status
guest_pass_idGuid?Guest pass ID (nullable)
current_waitlist_positionint?Current waitlist position (nullable)
statusRegistrationStatusRegistration status
virtual_guest_registrationsList<VirtualGuestReservation>List of virtual guest reservations

SessionModelSimpleV1

Json PropertyData TypeDescription
idlongSession ID
guidGuidSession GUID
namestringSession name
start_timeDateTimeStart time of the session
end_timeDateTimeEnd time of the session
start_time_utcDateTimeStart time of the session in UTC
end_time_utcDateTimeEnd time of the session in UTC
session_statusSessionStatusSession status
instructor_idGuidInstructor ID associated
center_idGuidCenter ID associated
class_idlongClass ID associated
cancellation_fee_windowint?Cancellation fee window (nullable)
cancellation_feedecimal?Cancellation fee (nullable)
descriptionstringSession description
html_descriptionstringSession HTML description
can_cancelboolCan session be canceled
student_virtual_linkstringStudent virtual link
is_virtual_classboolIs the class virtual
virtual_typeintVirtual class type
feedback_statusFeedbackStatusFeedback status

RegistrationClassModelV1

Json PropertyData TypeDescription
idlongClass ID
namestringClass name
typeintClass type
descriptionstringClass description
html_descriptionstringClass HTML description
start_timeDateTime?Start time of the class (nullable)
end_timeDateTime?End time of the class (nullable)
image_pathsDictionary<string, string>Image paths for the class

RegistrationCenterModelV1

Json PropertyData TypeDescription
idGuidCenter ID
countryCountryModelV1Country model
stateStateModelV1State model
namestringName of the center
latitudedouble?Latitude of the center (nullable)
longitudedouble?Longitude of the center (nullable)
address1stringAddress line 1
address2stringAddress line 2
citystringCity
zipstringZip code
phone1PhoneModelV1Primary phone
phone2PhoneModelV1Secondary phone
emailstringEmail address
center_infostringInformation about the center
service_tax_numberstringService tax number
tinstringTIN
vatstringVAT
cststringCST
can_bookboolCan book
center_codestringCenter code
time_zoneTimeZoneModelV1Time zone model
collect_feedbackbool?Collect feedback (nullable)
working_hoursList<CenterWorkingHoursModel>List of working hours
are_service_available_in_centerboolServices available in center
feedback_linkstringFeedback link
feedback_label_textstringFeedback label text
is_payment_enabledboolIs payment enabled
is_center_voidedboolIs center voided
is_service_sale_enabledboolIs service sale enabled
is_membership_sale_enabledboolIs membership sale enabled
is_gift_card_sale_enabledboolIs gift card sale enabled
is_series_package_sale_enabledboolIs series package sale enabled
is_deals_enabledboolIs deals enabled
enable_self_payboolEnable self pay
enable_self_checkinboolEnable self check-in
enable_auto_payboolEnable auto pay
allow_self_checkin_beforeintAllow self check-in before
allow_checkin_within_radiusintAllow check-in within radius
online_booking_start_dateDateTime?Online booking start date (nullable)
zone_detailsZoneInfoZone information

TimeZoneModelV1

Json PropertyData TypeDescription
idintTime zone ID
namestringTime zone name
standard_namestringStandard time zone name
symbolstringTime zone symbol
Language
Authorization
Header
Click Try It! to start a request and see the response here!