Skip to main content
GET
Get one BookingVisitor
A BookingVisitor links a Visitor to a Booking, representing a guest associated with that booking. Visitors can only be added to bookings that are associated with a customer (Booking.CoworkerId is not null). When a visitor is added to a booking, they may receive a booking confirmation email and a visitor invite email, depending on the notification settings configured for the location of the booked resource.

Authentication

This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header. The authenticated user must be a full unrestricted administrator or have the BookingVisitor-Read role.

Path Parameters

integer
required
The Id of the BookingVisitor record to retrieve.

Code Examples

Response

200

integer
ID of the booking linked to this record.
integer
ID of the visitor linked to this record.
string
Full name of the visitor. Read-only, resolved from the linked Visitor record..
string
Email address of the visitor. Read-only, resolved from the linked Visitor record..
string
Phone number of the visitor. Read-only, resolved from the linked Visitor record..
string
Company name of the visitor. Read-only, resolved from the linked Visitor record..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response