Get Restaurant Booking History
Retrieve paginated booking history for restaurant management.
**Features:**
- 📋 **Complete Booking Details** - Guest info, status, timestamps
- 🔍 **Advanced Filtering** - By status, date range, provider
- 📄 **Pagination Support** - Handle large booking volumes
- 📊 **Export Ready** - Data formatted for reports
**Filtering Options:**
- **Status** - Filter by booking status
- **Date Range** - Custom date filters
- **Provider** - Filter by booking source
- **Search** - Find specific bookings
**Use Cases:**
- Daily operations management
- Customer service lookup
- Financial reconciliation
- Performance analysis
Path parameters
restaurantId
Restaurant identifier
Query parameters
page
Page number
limit
Items per page
status
Filter by status
Allowed values:
dateFrom
Start date filter
dateTo
End date filter
provider
Filter by provider
Allowed values:
Response
Booking history retrieved successfully
success
restaurantId
bookings
pagination
