Skip to content

[GET] getReservations

/api/parking/manager/getReservations

GetReservationsRequestDTO

Attributes:

Name Type Description
site_id int
start_date date
end_date date

GetReservationsResponseDTO

Attributes:

Name Type Description
reservations List[ReservationsPerDateDTO]

ReservationsPerDateDTO

Attributes:

Name Type Description
date EVDate
time_slots List[TimeSlotDTO]

TimeSlotDTO

Attributes:

Name Type Description
time EVCivilianTimeRange
details List[ReservationDTO]

ReservationDTO

Attributes:

Name Type Description
parking_slot_id int
charger_id str
charger_name str
connector_id List[int]
connector_type List[Optional[str]]
status Status
user Optional[str]

THIS IS ONLY FILLED FOR MANAGER ENDPOINT

email Optional[str]

THIS IS ONLY FILLED FOR MANAGER ENDPOINT