List reservations

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Default Behavior
If no filters are applied or if the filters do not return any results, the endpoint defaults to returning reservations where the checkout_date is greater than or equal to today's date:

checkout_date >= today

Query Params
property_id
array of int32s

Filters reservations by provided Breezeway property IDs

property_id
company_id
array of int32s

Filters reservations by provided Breezeway company IDs (cross-company access required)

company_id
date

Retrieve reservations with a check-in date less than the specified date.

date

Retrieve reservations with a check-in date less than or equal to the specified date.

date

Retrieve reservations with a check-in date greater than the specified date.

date

Retrieve reservations with a check-in date greater than or equal to the specified date.

date

Retrieve reservations with a checkout date less than the specified date.

date

Retrieve reservations with a checkout date less than or equal to the specified date.

date

Retrieve reservations with a checkout date greater than the specified date.

date

Retrieve reservations with a checkout date greater than or equal to the specified date.

date

Filter by creation date less than the specified date-time.

date

Filter by creation date less than or equal to the specified date-time.

date

Filter by creation date greater than the specified date-time.

date

Filter by creation date greater than or equal to the specified date-time.

date

Filter by last updated date less than the specified date-time.

date

Filter by last updated date less than or equal to the specified date-time.

date

Filter by last updated date greater than the specified date-time.

date

Filter by last updated date greater than or equal to the specified date-time.

int32
Defaults to 100

Number of records returned per page

int32
Defaults to 1

The page to return

string
Defaults to created_at

Field to sort results by

string
Defaults to desc

Order to sort results in ('asc' or 'desc')

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json