Updates:
Cockpit Details Added to GetAircraft Endpoint
Description:
The GetAircraft API endpoint has been enhanced to include Cockpit information within the Additional Equipment section when cockpit data is available for an aircraft.
Behavior:
- No request changes are required.
- The enhancement is automatically included in the existing GetAircraft response.
- If cockpit information exists for an aircraft, it will now be returned as part of the Additional Equipment section.
- If no cockpit information is available, the response remains unchanged.
Example Response:
Endpoint Locations:
- api/Aircraft/getAircraft/{aircraftId}/{security token}
Airport Array Search Support Added to Flight Data APIs
Description:
The get Flight Data APIs have been enhanced to support searching across multiple origin and destination airports within a single request.
New Fields:
The following optional request fields have been added:
- originlist
- destinationlist
Example:
{
"originlist": ["TEB", "MMU", "SWF"],
"destinationlist": ["KTEB", "KMMU", "KSWF"]
}
Endpoint Locations:
- api/Aircraft/getFlightsData/{security token}
- api/Aircraft/getFlightDataPaged/{security token}/{pageSize}/{page
Swagger Documentation Enhancements
Description:
The Customer API Swagger documentation has been updated to improve usability, navigation, and visibility of premium data products.
Enhancements:
- Added dedicated Aircraft History and Aircraft Flight Data Swagger groups to better organize premium endpoints.
- Introduced a Dark Mode / Light Mode toggle, allowing users to switch between display themes based on their preference.
- Updated the overall Swagger page look and feel for a cleaner, more modern user experience.
New Swagger Groups:
Location:
- https://customer.jetnetconnect.com/swagger