GET api/v1/trialflightsregistrations/availabledates/{clubKey}
Gets the trial flight dates which are available.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubKey | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of dateResponse Formats
application/json, text/json
Sample:
[ "2026-07-26T03:55:19.7373485+02:00", "2026-07-26T03:55:19.7373485+02:00" ]
text/html
Sample:
["2026-07-26T03:55:19.7373485+02:00","2026-07-26T03:55:19.7373485+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-07-26T03:55:19.7373485+02:00</dateTime> <dateTime>2026-07-26T03:55:19.7373485+02:00</dateTime> </ArrayOfdateTime>