Provide unique identifier of the guest as guest_id and this api will retrieve the appointment history of the respective guest.
This API also allows guests to view the appointment details of other guests, provided they have a relationship defined in Zenoti. Also, only a host guest token can view another guest's appointment details.
Response Details
Name
Type
Description
appointments
object
Object containing the appointment group info of the guest
page_info
object
Pagination details of the appointments list - Total, page, size
appointments object
Name
Type
Description
appointment_group_id
guid
Unique identifier of the appointment group
no_of_guests
enum
number of guests in the appointment
invoice_id
guid
Unique identifier of the invoice associated the appointment
invoice_status
int?
Status of the invoice: Open = 0, Processed = 1, CampaignApplied = 2, CouponApplied = 3, Closed = 4, NotSpecified = 11, Voided = 99
is_rebooking
bool
Whether the appointment is a rebooking
notes
string
notes in the appointment, if any
invoice
object
Invoice object containing Id, invoice no, status and receipt no
center_id
guid
Unique identifier of the center associated to the appointment
appointment_services
list
List of services in the appointment
appointment_packages
list
List of packages in the appointment
price
object
Price details associated to the appointment
group_invoice_id
guid?
Unique Identifier of the group invoice, if applicable
is_feedback_submitted
bool
Whether feedback about the appointment has been submitted
appointment_services object
Name
Type
Description
appointment_id
guid
Unique identifier of the appointment
invoice_item_id
guid
Unique identifier of the invoice item
cart_item_id
guid
Unique identifier of the cart item
service
object
Details of the Service in the appointment
requested_therapist_gender
enum
Gender of the requested therapist
start_time
datetime?
Start time of the appointment at the center
end_time
datetime?
End time of the appointment at the center
room
object
Details of the room in which service is done, if applicable
equipment
object
Details of the equipment in which service is done, if applicable