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 Company Relationships operation, it fetches information about companies associated with a particular aircraft, such as owners, operators, and brokers.
This node is useful in scenarios where you need to enrich your workflows with comprehensive aircraft-related company data, for example:
- Aviation asset management systems needing to track ownership and operational relationships.
- Market analysis tools requiring insights into aircraft-company connections.
- Broker platforms verifying company affiliations of specific aircraft.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft for which to retrieve company relationship details. |
Output
The output is a JSON object (or an array of objects) containing the company relationships related to the specified aircraft. This typically includes data about owners, operators, brokers, and other companies linked to the aircraft.
The exact structure depends on the JetNet API response but generally provides detailed company relationship records associated with the aircraft ID provided.
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 requests to endpoints like
/api/Aircraft/getCompanyrelationships/{aircraftId}/{apiToken}.
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 issues may prevent reaching the JetNet API endpoint.
Error messages:
- Authorization errors usually indicate problems with the API token; verify and update credentials.
- "Not Found" or similar errors may mean the aircraft ID does not exist or has no associated company relationships.
- Timeout or network errors suggest connectivity problems; check internet access and firewall settings.
Resolution tips:
- Ensure the Aircraft ID is correct and exists in the JetNet database.
- Confirm that the API key credential is valid and has necessary permissions.
- Retry after resolving any network issues.
Links and References
- JetNet Official Website
- JetNet API documentation (access typically requires JetNet account)
- n8n Documentation on HTTP Request Node for understanding underlying request mechanics