Get booking progress data
GET/api/v2/microservices/bookingprogress
Retrieves progress tracking data for a booking. Useful for getting a booking summary in a single request.
Alternatively, instead of using simulation_id and booking_id, the API can accept bacchus_id as a UID to retrieve the data while retaining booking_id.
This API is not protected by authentication.
Request
Responses
- 200
- 403
- 404
- 500
The content of the response depends on the current booking status. See the examples for different states.
Booking uid is not real UUID
Booking not found or booking is in incorrect state.
Data inconsistency on server side