v1

latestOpenAPI 3.0.32026-07-2672165314.6 KB
Reservations

Retrieves a paginated list of bookings and enquiries from the inbox, with optional filtering.

Retrieves a paginated list of all bookings and enquiries in the inbox. Supports filtering by status, property, date range, and trash status.

get/v1/reservation

Query parameters

offsetinteger

The number of items to skip before starting to collect the result set (for pagination).

limitinteger

The maximum number of items to return per page. Maximum value is 50.

statusstring

Optional filter to return only bookings/enquiries with a specific status (e.g., "Booked", "Open").

trashboolean

Optional filter to include or exclude items in the trash. Default is false.

propertyIdinteger

Optional filter to return items associated with a specific property ID.

periodStartstring date-time

Optional filter to return items starting from this date.

periodEndstring date-time

Optional filter to return items ending before this date.

modifiedSincestring date-time

Optional filter to return items modified after this specific date and time.

Response

OK

totalinteger

Total number of items

nextstring nullable

Link to the next resultset. Only useful for Api Access. Empty if is the last page.

previousstring nullable

Link to the previous resultset. Only useful for Api Access. Empty if is the first page