JetNet icon

JetNet

Interact with JetNet API for aviation industry data

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 Avionics" operation, it fetches avionics equipment information for a specified aircraft by its unique ID.

Use cases include:

  • Aviation maintenance teams retrieving avionics system details for troubleshooting or upgrades.
  • Aircraft sales professionals gathering technical specifications to inform potential buyers.
  • Fleet managers monitoring avionics configurations across their aircraft inventory.

Example: Given an aircraft ID, the node will return comprehensive avionics equipment data such as installed navigation, communication, and surveillance systems.

Properties

Name Meaning
Aircraft ID The unique identifier of the aircraft for which avionics data is requested.

Output

The node outputs JSON data containing the avionics equipment details of the specified aircraft. The structure corresponds directly to the response from the JetNet API endpoint for avionics data. It typically includes fields describing various avionics components installed on the aircraft.

No binary data output is involved in this operation.

Dependencies

  • Requires an active connection to the JetNet API service.
  • Requires configuration of an API authentication token credential within n8n to authorize requests.
  • The base URL for API requests is https://customer.jetnetconnect.com.

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 problems can prevent successful API calls.
  • Error messages:

    • Authorization errors typically indicate invalid credentials; verify and update the API token.
    • "Not Found" errors may mean the provided Aircraft ID does not exist in the JetNet database.
    • Timeout or network errors suggest connectivity issues; check internet access and proxy settings if applicable.

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 resources for detailed API specs.

Discussion