Available Endpoints
List Logs
Retrieve all reservation logs from the system
Authentication
All reserve logs endpoints require authentication using a JWT token stored in theaccess_token cookie. The user must have appropriate role permissions to access these endpoints.
Common Fields
Initialization date of the reservation event
The log entries contain additional fields from the
log_reservation table, which may include reservation IDs, user information, action types, status changes, timestamps, and other audit trail data.Use Cases
- Audit reservation activities
- Track reservation history
- Monitor system usage
- Generate compliance reports
- Investigate reservation issues
- Analyze reservation patterns over time