v3
latestOpenAPI 3.0.02026-07-3179137151.7 KBGuests
Query for a pageable list of guests.
Either q or created_since_utc is required.
get/v2/guests
Query parameters
qstring nullable
Filter by search query.
created_since_utcstring date-time nullable
Filter by created date (UTC).
fromstring date-time nullable
Filter for guests that depart on or after a specific date (in property timezone).
tostring date-time nullable
Filter for guests that arrive on or before a specific date (in property timezone).
include_tagsboolean
Include tags collection on results.
include_fieldsboolean
Include fields collection on results.
Response
A pageable list of GuestModels representing the matching Guests.