Reservations
Retrieve a reservation
Retrieves the details of an existing reservation, including its status, assigned station (if confirmed), timing preferences, and final assigned times.
GET
Path Parameters
ID of the reservation to retrieve.
Query Parameters
Optional fields to expand in the response, e.g., expand[]=charging_station
.
Body
application/json · object
Response
200
application/json
Returns the Reservation object for a valid identifier. Raises an error if the reservation ID provided does not exist.