Actions44
- Contact Actions
- Aircraft Actions
- Get
- Get List
- Get by Registration
- Get Identification
- Get Status
- Get Maintenance
- Get Flights
- Get APU
- Get Avionics
- Get Engine
- Get Airframe
- Get Additional Equipment
- Get Features
- Get Interior
- Get Exterior
- Get Leases
- Get Company Relationships
- Get Pictures
- Get Bulk Aircraft Export Paged
- Get Condensed Owner Operators Paged
- Get Event List Paged
- Get History List Paged
- Company Actions
- Market Actions
Overview
This node integrates with the JetNet API to retrieve detailed aviation industry data related to aircraft. Specifically, the "Get Exterior" operation under the "Aircraft" resource fetches information about an aircraft's exterior paint and details by its unique aircraft ID.
Use cases for this node include:
- Aviation maintenance companies wanting to access up-to-date exterior specifications of aircraft.
- Aircraft brokers or sales teams needing detailed exterior information for listings.
- Aviation data analysts compiling comprehensive aircraft profiles including exterior features.
Example: Given an aircraft's unique ID, the node can retrieve its exterior paint scheme, colors, markings, and other visual details relevant for inspections or marketing materials.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft for which to retrieve exterior details. |
Output
The output is a JSON object containing the exterior details of the specified aircraft as returned by the JetNet API. This typically includes paint schemes, color codes, markings, and other exterior-related metadata.
If multiple items are returned (unlikely for a single aircraft ID), each will be output as a separate JSON item.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the JetNet API service.
- Requires an API authentication token credential configured in n8n to authorize requests.
- The base URL for API requests is
https://customer.jetnetconnect.com. - The node uses HTTP GET method to fetch exterior data from the endpoint
/api/Aircraft/getExterior/{aircraftId}/{apiToken}.
Troubleshooting
- Invalid or missing Aircraft ID: Ensure the Aircraft ID parameter is correctly provided and corresponds to a valid aircraft in JetNet.
- Authentication errors: Verify that the API token credential is correctly set up and has sufficient permissions.
- Network issues: Confirm network connectivity to the JetNet API endpoint.
- Unexpected API responses: Check if the aircraft exists and has exterior data available; some aircraft may lack certain details.
- Error messages: If the node throws errors, they usually contain the API error message. Use these messages to diagnose issues such as invalid parameters or quota limits.
Links and References
- JetNet Official Website
- JetNet API documentation (not publicly linked here; refer to your JetNet account resources)
- n8n Documentation on HTTP Request Nodes and Credentials Configuration