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, specifically about aircraft when using the "Aircraft" resource and the "Get" operation. It fetches comprehensive information for a specific aircraft identified by its unique Aircraft ID. This is useful in scenarios where users need to access up-to-date aircraft details such as identification, status, maintenance records, flight history, equipment, features, leases, company relationships, and pictures.
Practical examples include:
- Aviation companies tracking fleet details.
- Maintenance teams retrieving aircraft maintenance and status data.
- Brokers or operators accessing aircraft ownership and lease information.
- Market analysts gathering aircraft feature and configuration data.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft to retrieve detailed data for. |
Output
The node outputs JSON data containing the requested aircraft information from the JetNet API. The structure of the JSON depends on the specific endpoint called but generally includes detailed aircraft attributes such as identification, status, maintenance, flights, equipment, features, leases, company relationships, and images.
No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the JetNet API.
- 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 requests to fetch data for the "Get" operation on the Aircraft resource.
Troubleshooting
Common issues:
- Invalid or missing Aircraft ID will cause the API request to fail.
- Missing or incorrect API authentication token will result in authorization errors.
- Network connectivity issues can prevent successful API calls.
Error messages:
- Authorization errors typically indicate invalid or expired API credentials; verify and update the API token.
- "Not Found" errors may mean the Aircraft ID does not exist or is mistyped.
- Timeout or network errors suggest connectivity problems; check internet access and API availability.
To resolve errors, ensure the Aircraft ID is correct, the API token is valid, and the JetNet service is reachable.
Links and References
- JetNet Official Website
- JetNet API documentation (not publicly linked here; refer to your JetNet account resources)