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.