v1
latestOpenAPI 3.1.02026-07-2422707.0 MBGet Guest Form Details
This API retrieves guest form details for a given guest.
get/{api_url}/v1/guests/{guest_id}/guest_forms
Path parameters
guest_idstring required
The unique identifier of the guest whose form details are being retrieved.
Query parameters
expandstring
Optional list of additional data to include in the response. Supported value: history (includes form version history).
Response
200
Example response
[
{
"form_id": "2b0fdb2b-fa31-4674-87a8-11903538cd61",
"name": "guest form",
"form_filled_status": 2,
"last_filled_date": "2026-03-17T12:12:08",
"last_filled_by": "GuestApi Guest1",
"form_type": 14,
"viewonly": true,
"form_url": "https://dev.Zenoti.com/Appointment/AppointmentCustomDataV2.aspx?UserId=8E7878DC-C4AF-4BB6-836B-FA1C84A86ABE&FormType=14&VersionNo=0&NoHeader=1&Source=0&LangCode=&AWToken="
}
]