I want to get flights in the air arriving at a particular airport and their ETA. I can get the first two using the Search method and I can get the ETA from other methods.
How would I go about getting all three? Do I need to query the ETA based on the results of my airline/destination search or can I combine methods in one query?
TIA,
Bruce