Hi,
We are trying to get gate information for a given flight. I.e. AAL1406 between MIA to JFK on a given date. What is the most efficient (least amount of API calls) way to achieve this?
- First we call AirlineFlightSchedules, then
- Call FlightInfoEx to get FLightInfoExStruct, then
- Call AirlineFlightInfo with the faFlightID to get AirlineFlightInfoStrut, which will have gate and terminal information.
It adds up quick. Is there a more direct way to do this? Thanks!