Skip to main content

Get List

GET 

/api/bookings

Get Bookings

This endpoint retrieves a list of bookings from the UdyogX application. It allows users to access booking details stored in the system.

Request Parameters

  • The request does not require any additional parameters in the URL.

Expected Response

The response will contain a JSON object with the following structure:

  • bookings: An array of booking objects, each containing details such as booking ID, user information, and booking status.

Notes

  • Ensure that you have the necessary permissions to access the bookings data.
  • The response will return a status code indicating the success or failure of the request.
  • If successful, the response will typically include a 200 OK status along with the booking details.

Responses