Updates:
Cockpit Details & Aircraft Images Added to GetBulk Endpoints
Description:
The getBulkAircraftExport and getBulkAircraftExportPaged API endpoints have been enhanced to:
- Include Cockpit information within the Additional Equipment section when cockpit data is available for an aircraft.
- Support an optional request parameter, showPictures, that returns aircraft image URL data consistent with what is currently returned by the GetAircraft endpoint.
Cockpit Details:
- No request changes are required.
- If cockpit information exists for an aircraft, it will be returned as part of the Additional Equipment section.
- If no cockpit information is available, the response remains unchanged.
Aircraft Images:
- The showPictures parameter is optional.
- When showPictures is set to true, aircraft image URL data will be included in the response.
- When showPictures is omitted or set to false, image data will not be returned.
Example Request:
{
"showPictures": true
}
Endpoint Locations:
- api/Aircraft/getBulkAircraftExport/{security token}
- api/Aircraft/getBulkAircraftExport/{security token}{pageSize}/{page}