Skip to main content
GET
Get one BookingNote
A BookingNote is an internal staff note attached to a booking. It records booking activity or comments for staff and may be included in connected admin calendar event descriptions; it is not customer-facing.

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 BookingNote-Read role.

Path Parameters

integer
required
The Id of the BookingNote record to retrieve.

Code Examples

Response

200

integer
ID of the booking this internal note belongs to. The booking’s resource determines this record’s location..
string
Required free-text internal note for the booking; it is visible to staff and included in connected admin calendar event descriptions, not customer-facing booking messages..
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