Retrieve the list of appointments of a center

This API retrieves the list of all appointments of the specified center between the start date and end date.

You must provide appropriate details for the center_id, start_date, and end_date parameters. Optionally, you can also specify the details for the include_no_show_cancel and therapist_id parameters to filter the results.

The difference between the start_date and end_date cannot be more than seven days.
The response also includes block-out times.

Response object

NameTypeDescription
idGuidUnique identifier of the guest
first_namestringFirst name of the guest
last_namestringLast name of the guest
genderNewGender / enumGender of the guest
mobilePhoneViewModel / objectPhone number of the guest
emailstringEmail address of the guest
indicatorstringIndicator of the guest
lp_tier_infostringLoyalty program tier information of the guest
is_virtual_userboolIndicates whether the guest is a virtual user or not
preferred_pronounstringPreferred pronoun of the guest, with null value handling for ignoring
GuestIndicatorValueApi.Model.Custom.GuestIndiCatorValueCustom indicator value of the guest
appointment_idGuidUnique identifier of the appointment
appointment_segment_idGuidUnique identifier of the appointment segment
appointment_group_idGuidUnique identifier of the appointment group
invoice_idGuidUnique identifier of the invoice
service.idGuidUnique identifier of the service
service.namestringName of the service
service.is_addonboolIndicates whether a service is an add-on
service.has_addonsboolIndicates whether a service contains an add-on
service.parent_appointment_idGuidUnique identifier of the parent appointment
service.business_unit.guidGuidUnique identifier of the business unit
service.business_unit.namestringName of the business unit
service.business_unit.idlongUnique key given to the business unit
service.category.idGuidUnique identifier of the category
service.category.namestringName of the category
service.sub_category.idGuidUnique identifier of the sub-category
service.sub_category.namestringName of the sub-category
service.override_product_consumptionboolAllows product consumption entry in the Appointment Book
service.override_default_product_consumptionboolAllows to override automatic product consumption in Appointment Book
start_timedatetimeStart time of the appointment in the center time zone
start_time_utcdatetimeStart time of the appointment in UTC format
end_timedatetimeEnd time of the appointment in the center time zone
end_time_utcdatetimeEnd time of the appointment in UTC format
statusenumIndicates the status of the appointment
sourceenumIndicates the source of the appointment
progressenumIndicates the progress of the appointment
lockedboolIndicates whether the appointment is locked
invoice_lockedboolIndicates whether an invoice is locked
has_active_membership_for_auto_payboolIndicates whether an appointment has memberships for auto pay
therapist.idGuidUnique identifier of the therapist
therapist.first_namestringFirst name of the therapist
therapist.last_namestringLast name of the therapist
therapist.nick_namestringNick name of the therapist
therapist.display_namestringDisplay name of the therapist
therapist.emailstringEmail ID of the therapist
therapist.genderenumGender of the therapist
therapist.vanity_image_urlstringImage URL of the therapist
roomobjectObject that contains details of the room used in the appointment
equipmentobjectObject that contains details of the equipment used in the appointment
service_custom_data_indicatorstringIndicator of the service custom data
notesstringNotes added for the appointment
priceobjectObject that contains pricing details of the appointment
actual_start_timedatetimeActual start time of the appointment
actual_completed_timedatetimeActual completion time of the appointment
checkin_timedatetimeCheck-in time of the guest
therapist_preference_typeenumRequested gender type of the therapist
form_idGuidUnique identifier of the form
blockoutobjectObject that contains block out time details
creation_datedatetimeCreation date of the appointment in the center time zone
creation_date_utcdatetimeCreation date of the appointment in UTC format
created_by_idGuidUnique identifier of the employee who created the appointment
closed_by_idGuidUnique identifier of the employee who closed the appointment
show_in_calenderintIf 1, the appointment is shown in the calendar
available_therapistsarrayList of therapist objects
available_roomsarrayList of room objects
available_timesarrayList of available times
selected_therapist_idGuidUnique identifier of the selected therapist
selected_room_idGuidUnique identifier of the selected room
selected_timedatetimePreferred appointment time
requested_alternativeenumRequested alternative options
group_invoice_idGuidUnique identifier of the group invoice
ErrorobjectObject that contains error message and error code details
mobile.country_idlongUnique identifier of the country code for the guest's mobile number
mobile.numberstringMobile number of the guest
mobile.display_numberstringDisplayed mobile number of the guest

Language
Authorization
Header
Click Try It! to start a request and see the response here!