# Get an Airport Operational Note Fetches Operational Note of an airport using its ICAO, IATA, or FAA code. Endpoint: GET /api/external/airports/{airportCode}/operationalNote/{id} Version: 1.5.0 Security: API_AUTHENTICATION ## Path parameters: - `airportCode` (string, required) ICAO, IATA or FAA code of the airport - `id` (integer, required) Note ID ## Response 200 fields (application/json): - `airportId` (integer) - `alert` (boolean) - `country` (object) - `country.capital` (string) - `country.continent` (string) - `country.currencyCode` (string) - `country.domain` (string) - `country.id` (integer) - `country.intname` (string) - `country.ioc` (string) - `country.iso2` (string) - `country.iso3` (string) - `country.name` (string) - `country.phone` (string) - `countryWide` (boolean) - `deleted` (boolean) - `end` (string) - `icao` (string) - `note` (string) - `operatorId` (integer) - `previous` (object) - `start` (string) ## Response 204 fields (application/json): - `airportId` (integer) - `alert` (boolean) - `country` (object) - `country.capital` (string) - `country.continent` (string) - `country.currencyCode` (string) - `country.domain` (string) - `country.id` (integer) - `country.intname` (string) - `country.ioc` (string) - `country.iso2` (string) - `country.iso3` (string) - `country.name` (string) - `country.phone` (string) - `countryWide` (boolean) - `deleted` (boolean) - `end` (string) - `icao` (string) - `note` (string) - `operatorId` (integer) - `previous` (object) - `start` (string)