Hello,
When I make a call to the AirportBoards API with the following parameters and url :
https://flightxml.flightaware.com/json/FlightXML3/AirportBoards
{headers={Authorization=Basic XXX=}, jsonp=jsonp_callback, method=GET, payload={offset=0.0, airport_code=CDG, howMany=150.0, type=scheduled}, dataType=jsonp}
I only get 15 results and not 150. Whereas my current plan is SILVER.
For the Paris Charles de Gaulle Airport it’s impossible that there are only 15 flight scheduled.
Do you know what is this issue ?
Also if I change the offset to 0 to 15 I get the same flights. So I don’t think that the offset works.
Thank you,