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, companies, contacts, and market intelligence. Specifically, for the Aircraft resource and the "Get Interior" operation, it fetches the interior configuration and details of a specified aircraft by its unique ID.
Use cases include:
- Aviation maintenance and management teams wanting to access detailed interior specifications of an aircraft.
- Brokers or sales agents needing interior details for valuation or marketing purposes.
- Data analysts compiling comprehensive aircraft profiles including interior configurations.
Example: Given an aircraft's unique ID, this node can retrieve its interior layout, furnishing, and other cabin-related features from the JetNet database.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft whose interior details you want to retrieve. |
Output
The output is a JSON object containing the interior configuration and details of the specified aircraft as returned by the JetNet API. This typically includes structured data about the aircraft’s cabin layout, seating arrangements, materials, and other interior features.
If multiple items are returned (unlikely for a single aircraft ID), each item will be output as a separate JSON object in the array.
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 requests to fetch data for the "Get Interior" operation.
Troubleshooting
Common issues:
- Invalid or missing Aircraft ID parameter will cause the API request to fail.
- Expired or incorrect API authentication token will result in authorization errors.
- Network connectivity issues may prevent reaching the JetNet API endpoint.
Error messages:
- Authorization errors typically indicate problems with the API token; verify and update credentials.
- "Not Found" errors suggest the Aircraft ID does not exist or has no interior data available.
- Timeout or network errors require checking internet connectivity and API availability.
Resolution tips:
- Ensure the Aircraft ID is correct and corresponds to an existing record in JetNet.
- Confirm that the API key credential is valid and has necessary permissions.
- Use the node’s "Continue On Fail" option to handle errors gracefully in workflows.
Links and References
- JetNet Official Website
- JetNet API documentation (access typically requires JetNet account)