Hi, i am new to here.
i am fetching recods from flightaware aeroapi service, some api retrieving records from without any parameter some api not retrieving record. how we determine mandatory parameter for this method.
For Example below api return only one record.
below parameter does not return anything
https://flightxml.flightaware.com/json/FlightXML2/AircraftType?howMany=15&offset=0
i want to return particular date range records or all the records.
i have another question, how to identify total records of the method or service.
kindly help me to achieve this.