Find flight by date

Hi, I’m new using FlightXML, I’m implementing it on PHP. I can get FlightInfoExResult by providing the tailnumber, but I can’t find an especific flight by date. What parameter can I use for that?

I thought that maybe it can be done by iterating between flights in past but that’s a lot of querys and it can be resolved by one, because I have the flight date I want to get.

Thank you, Manu.

You need to call FlightInfoEx and look through the returned results to find the specific flight or date you are interested in. Be sure to request howMany more than 1 when invoking FlightInfoEx or you will not receive enough flights to evaluate.