Get Single Bus Endpoint
Retrieves all details about a single bus when you pass the bus ID as a path parameter. You'll find extra details below.
The ID of the bus.
Bus details retrieved successfully.
Indicates whether the request was successful.
trueHTTP status code representing the response status.
200Human-readable description of the response.
Haice busBad request due to invalid input.
Bus not found.
Server error.
This endpoint allows users to fetch the details of a bus using the bus_id and returns details like name, ID, and the seating arrangement of the bus.
The ID of the bus.
Bus details retrieved successfully.
Indicates whether the request was successful.
trueHTTP status code representing the response status.
200Human-readable description of the response.
Haice busBad request due to invalid input.
Bus not found.
Server error.
Last updated