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 Additional Equipment" operation fetches information about extra equipment installed on a particular aircraft identified by its unique Aircraft ID.
Use cases include:
- Aviation maintenance and operations teams wanting to verify or audit additional equipment fitted on an aircraft.
- Aircraft brokers or sales professionals needing comprehensive aircraft details for valuation or listing purposes.
- Data analysts compiling detailed aircraft profiles including all installed equipment.
Example: Given an Aircraft ID, the node retrieves a list of additional equipment items such as auxiliary systems, special avionics, or custom modifications that are not part of the standard aircraft configuration.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft for which to retrieve additional equipment details. |
Output
The output is a JSON object (or array of objects) containing the additional equipment details associated with the specified aircraft. This typically includes descriptive information about each piece of equipment installed beyond the standard configuration.
No binary data output is involved in 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 data from the endpoint
/api/Aircraft/getAdditionalEquipment/{AircraftID}/{ApiToken}.
Troubleshooting
- Invalid or missing Aircraft ID: Ensure the Aircraft ID provided is correct and exists in the JetNet database; otherwise, the API may return errors or empty results.
- Authentication errors: Verify that the API token credential is valid and has sufficient permissions.
- Network issues: Confirm network connectivity to the JetNet API endpoint.
- API rate limits or downtime: If the API returns rate limit errors or service unavailable messages, retry after some time or check JetNet service status.
Common error messages:
"Unauthorized": Check API token validity."Not Found": The Aircraft ID does not exist or is incorrect."Bad Request": Input parameters may be malformed or missing.
Links and References
- JetNet Official Website
- JetNet API documentation (accessible via JetNet customer portal)