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.
Query parameters
The number of items to skip before starting to collect the result set (for pagination).
The maximum number of items to return per page. Maximum value is 50.
Optional filter to return only bookings/enquiries with a specific status (e.g., "Booked", "Open").
Optional filter to include or exclude items in the trash. Default is false.
Optional filter to return items associated with a specific property ID.
Optional filter to return items starting from this date.
Optional filter to return items ending before this date.
Optional filter to return items modified after this specific date and time.
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.