Actions68
- 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
- Get Bulk Aircraft Export Paged
- Get Condensed Snapshot
- Get Condensed Owner Operators
- Get Condensed Owner Operators Paged
- Get Event List
- Get Event List Paged
- Get History List
- Get History List Paged
- Get Flight Data
- Get Relationships
- Company Actions
- Contact Actions
- Market Actions
- Get Model Intelligence
- Get Model Market Trends
- Get Model Operation Costs
- Get Model Performance Specs
- Get Account Info
- Get Product Codes
- Get Airframe Types
- Get Make Type List
- Get Weight Class Types
- Get Airframe JNIQ Sizes
- Get Aircraft Make List
- Get Aircraft Model List
- Get Company Business Types
- Get Aircraft Company Relationship Types
- Get Event Categories
- Get Event Types
- Get Airport List
- Get State List
- Get Country List
- Get Aircraft Lifecycle Status
- Get Aircraft History Transaction Types
Overview
This node provides access to JetNet aviation market intelligence data, specifically for the operation Get Aircraft Company Relationship Types under the Market resource. It retrieves a list of relationship types that describe how aircraft are related to companies in the aviation industry.
Typical use cases include:
- Enriching aviation datasets with company relationship metadata.
- Analyzing aircraft ownership or operational relationships.
- Integrating detailed market intelligence into aviation management or analytics workflows.
For example, a user might want to fetch all possible types of relationships (e.g., owner, operator, lessor) between aircraft and companies to categorize their fleet data accordingly.
Properties
| Name | Meaning |
|---|---|
| Tool Description | Choose how to set the tool description: - Set Automatically: The description is set based on resource and operation. - Set Manually: You provide a custom description explaining what this tool does. |
| Description | A text field to manually specify the tool's description if "Set Manually" is chosen. This helps LLMs understand the tool's purpose better. Default: "Access JetNet aviation industry data including aircraft specifications, company information, contact details, and market intelligence". |
Output
The node outputs a JSON string containing:
success: Boolean indicating if the API call was successful.resource: The resource name ("market").operation: The operation name ("getAircraftCompanyRelationships").data: The actual response data from JetNet API, which in this case is the list of aircraft-company relationship types.timestamp: ISO timestamp of when the response was generated.
Example output structure (formatted for clarity):
{
"success": true,
"resource": "market",
"operation": "getAircraftCompanyRelationships",
"data": [
// Array of aircraft-company relationship type objects
],
"timestamp": "2024-06-XXTXX:XX:XX.XXXZ"
}
No binary data output is involved.
Dependencies
- Requires an API key credential for authenticating with the JetNet API service.
- The node makes HTTP requests to the JetNet Connect API endpoints.
- Proper configuration of the API authentication token and security token is necessary within n8n credentials.
Troubleshooting
- Missing or invalid credentials: The node requires valid API tokens; ensure your API key credential is correctly configured.
- Unknown resource or operation error: If you select a resource or operation not supported by the node, it will throw an error. Verify that "market" resource and "getAircraftCompanyRelationships" operation are selected.
- Required parameters missing: Some operations require specific IDs or parameters. For this operation, no additional parameters are needed, but other operations may require them.
- API request failures: Network issues or JetNet API downtime can cause errors. Check connectivity and API status.
- Parsing errors: The node expects JSON responses; malformed responses may cause errors.
Links and References
- JetNet Aviation Data – Official site for JetNet aviation market intelligence.
- JetNet API documentation (not publicly linked here) – Consult your JetNet API provider for detailed endpoint info and authentication setup.