Qodex.ai
Qodex.ai
Introduction
Restful-Booker
/booking - CreateBooking (URL)/booking/:id - UpdateBooking (URL)/booking/:id - PartialUpdateBooking (URL)/ping - HealthCheck/auth - CreateToken/booking/:id - DeleteBooking/booking/:id - GetBooking/booking - GetBookingIds (Query all IDs)/booking - GetBookingIds (Filter by date)/booking - GetBookingIds (Filter by name)
Restful-Booker-Platform
Auth
/auth/login - CreateToken/auth/actuator/health - HealthCheck/auth/logout - DestroyToken/auth/validate - ValidateToken
Booking
/booking/:id - UpdateBooking/booking/summary - GetBookingSummary/booking/:id - DeleteBooking/booking/ - CreateBooking/booking/ - GetBookings/booking/:id - GetBooking/booking/actuator/health - HealthCheck
Branding
/branding/ - UpdateBranding/branding/ - GetBranding/branding/actuator/health - HealthCheck
Message
/message/1/read - MarkAsRead/message/:id - GetMessage/message/:id - DeleteMessage/message/actuator/health - HealthCheck/message/count - UnreadCount/message/ - CreateMessage/message/ - GetMessages
Room
/room/:id - DeleteRoom/room/ - CreateRoom/room/:id - GetRoom/room/actuator/health - HealthCheck/room/ - GetRooms/room/:id - UpdateRoom
Report
/report/ - GetRoomsReport/report/actuator/health - HealthCheck/report/room/:id - GetSpecificRoomReport
Introduction
Restful-Booker
/booking - CreateBooking (URL)/booking/:id - UpdateBooking (URL)/booking/:id - PartialUpdateBooking (URL)/ping - HealthCheck/auth - CreateToken/booking/:id - DeleteBooking/booking/:id - GetBooking/booking - GetBookingIds (Query all IDs)/booking - GetBookingIds (Filter by date)/booking - GetBookingIds (Filter by name)
Restful-Booker-Platform
Auth
/auth/login - CreateToken/auth/actuator/health - HealthCheck/auth/logout - DestroyToken/auth/validate - ValidateToken
Booking
/booking/:id - UpdateBooking/booking/summary - GetBookingSummary/booking/:id - DeleteBooking/booking/ - CreateBooking/booking/ - GetBookings/booking/:id - GetBooking/booking/actuator/health - HealthCheck
Branding
/branding/ - UpdateBranding/branding/ - GetBranding/branding/actuator/health - HealthCheck
Message
/message/1/read - MarkAsRead/message/:id - GetMessage/message/:id - DeleteMessage/message/actuator/health - HealthCheck/message/count - UnreadCount/message/ - CreateMessage/message/ - GetMessages
Room
/room/:id - DeleteRoom/room/ - CreateRoom/room/:id - GetRoom/room/actuator/health - HealthCheck/room/ - GetRooms/room/:id - UpdateRoom
Report
/report/ - GetRoomsReport/report/actuator/health - HealthCheck/report/room/:id - GetSpecificRoomReport
HomeRestful-Booker-PlatformRoom

Room

Number of APIs: 6

  1. /room/actuator/health - HealthCheck GET {{host}}/room/actuator/health

  2. /room/ - GetRooms GET {{host}}/room/

  3. /room/:id - GetRoom GET {{host}}/room/1

  4. /room/ - CreateRoom POST {{host}}/room/

  5. /room/:id - UpdateRoom PUT {{host}}/room/1

  6. /room/:id - DeleteRoom DELETE {{host}}/room/1

Previous
/message/ - GetMessages
Next
/room/:id - DeleteRoom