v1
latestOpenAPI 3.1.02026-07-24700152.8 KBList reservations
Query parameters
Property ID from external system
Company ID from external system; required if using cross-company access
Retrieve reservations with a check-in date less than the specified date.
Retrieve reservations with a check-in date less than or equal to the specified date.
Retrieve reservations with a check-in date greater than the specified date.
Retrieve reservations with a check-in date greater than or equal to the specified date.
Retrieve reservations with a checkout date less than the specified date.
Retrieve reservations with a checkout date less than or equal to the specified date.
Retrieve reservations with a checkout date greater than the specified date.
Retrieve reservations with a checkout date greater than or equal to the specified date.
Filter by creation date less than the specified date-time.
Filter by creation date greater than the specified date-time.
Filter by creation date greater than or equal to the specified date-time.
Filter by last updated date less than the specified date-time.
Filter by last updated date less than or equal to the specified date-time.
Filter by last updated date greater than the specified date-time.
Filter by last updated date greater than or equal to the specified date-time.
Response
200
Example response
[
{
"access_code": "8675309",
"checkin_date": "2021-02-07",
"checkin_early": true,
"checkin_time": "13:00:00",
"checkout_date": "2021-02-10",
"checkout_late": true,
"checkout_time": "11:00:00",
"guests": [
{
"first_name": "Teddy",
"last_name": "Smith"
}
],
"guide_url": "https://guide.breezeway.io/szwer",
"id": 8575867,
"property_id": 8542,
"reference_external_property_id": "PROP-12345",
"reference_property_id": "PROP-12345",
"status": "active",
"type_guest": {
"code": "owner",
"name": "Owner"
},
"type_stay": {
"code": "owner",
"name": "Owner"
}
}
]