How to get specific results from FlightInfoStatus?

How do I get specific results from Flight Info Status?
Specifically looking to build a query to return: Flight Number, Origin, Destination, Time of Departure, Time of Arrival

FlightInfoStatus returns all of those fields (plus many others) when they are available for the requested ident. If you do not need some of those additional fields, then your application can simply ignore them when processing the results.