GET api/Dates
Gets a list of all future lunch connection dates.
Response Information
List of dates.
Response body formats
application/json, text/json
Sample:
[ "2026-05-09T14:14:15.0520067+02:00", "2026-05-09T14:14:15.0520067+02:00", "2026-05-09T14:14:15.0520067+02:00" ]
application/xml, text/xml
Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <dateTime>2026-05-09T14:14:15.0520067+02:00</dateTime> <dateTime>2026-05-09T14:14:15.0520067+02:00</dateTime> <dateTime>2026-05-09T14:14:15.0520067+02:00</dateTime> </ArrayOfdateTime>