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 - Get Maintenance operation, it fetches maintenance information for a specified aircraft by its unique ID.
This node is beneficial in scenarios where users need to automate the retrieval of up-to-date maintenance records for aircraft, such as fleet management, maintenance scheduling, compliance checks, or aviation analytics.
Example use case:
A maintenance manager wants to automatically pull the latest maintenance history of an aircraft identified by its unique ID to review upcoming service needs or verify completed work before scheduling flights.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft for which maintenance information is requested. |
Output
The output contains the JSON response from the JetNet API endpoint that provides maintenance details for the specified aircraft. This typically includes structured data about maintenance events, schedules, status, and possibly historical records related to the aircraft's upkeep.
- The
jsonfield holds the maintenance data object. - If multiple items are returned (e.g., an array), each item is output separately.
- No binary data output is indicated for this operation.
Dependencies
- Requires an active connection to the JetNet API via an API key credential configured in n8n.
- The node uses HTTP GET requests to the JetNet API endpoints.
- The base URL for API requests is
https://customer.jetnetconnect.com. - Proper API authentication token must be provided through node credentials.
Troubleshooting
- Common issues:
- Invalid or missing Aircraft ID will cause the API request to fail.
- Expired or incorrect API authentication token will result in authorization errors.
- Network connectivity problems can prevent successful API calls.
- Error messages:
- Errors from the API are caught and reported; if "continue on fail" is enabled, errors are output as part of the node's JSON with an
errorproperty. - Typical error messages include "Unauthorized", "Not Found" (if aircraft ID does not exist), or network timeout errors.
- Errors from the API are caught and reported; if "continue on fail" is enabled, errors are output as part of the node's JSON with an
- Resolution tips:
- Verify the Aircraft ID is correct and exists in the JetNet system.
- Ensure the API key credential is valid and has necessary permissions.
- Check network access to the JetNet API endpoint.
Links and References
- JetNet Official Website – For more information about the JetNet aviation data services.
- JetNet API documentation (not publicly linked here) – Consult your JetNet account representative for API docs and usage guidelines.