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 industry data, specifically for the "Company" resource with the "Get Business Types" operation. It retrieves the business types or roles that a particular company plays within the aviation sector. This is useful for users who want to understand the various functions or classifications associated with a company in the aviation market.
Practical examples include:
- Fetching the business roles of an aviation company to analyze its market position.
- Integrating company business type data into aviation market intelligence dashboards.
- Enriching CRM or ERP systems with detailed company role information from JetNet.
Properties
| Name | Meaning |
|---|---|
| Tool Description | Option to either set the tool description automatically based on the selected resource and operation, or manually provide a custom description. Options: "Set Automatically", "Set Manually". |
| Description | When "Set Manually" is chosen, this string property allows entering a specific description explaining what the tool does. Default: "Access JetNet aviation industry data including aircraft specifications, company information, contact details, and market intelligence". |
Output
The node outputs a JSON object with the following structure:
{
"success": true,
"resource": "company",
"operation": "getBusinesstypes",
"data": { /* The business types/roles data returned by JetNet API */ },
"timestamp": "ISO 8601 timestamp"
}
success: Boolean indicating if the API call was successful.resource: The resource queried ("company").operation: The operation performed ("getBusinesstypes").data: Contains the actual business types or roles data retrieved from JetNet for the specified company.timestamp: The time when the response was generated.
If an error occurs, the output JSON will have success set to false and include an error message describing the issue.
Dependencies
- Requires an API key credential for authenticating with the JetNet service.
- The node makes HTTP requests to the JetNet API endpoint at
https://customer.jetnetconnect.com. - Proper configuration of the API authentication token and bearer token is necessary in n8n credentials settings.
Troubleshooting
- Missing Company ID: The operation requires a valid company ID. If not provided, the node throws an error: "Company ID is required for this operation".
- Authentication Errors: Ensure the API key and tokens are correctly configured; otherwise, requests may fail with authorization errors.
- Unknown Operation or Resource: Using unsupported operations or resources will result in errors like "Unknown company operation" or "Unknown resource".
- Network Issues: Connectivity problems to the JetNet API endpoint can cause request failures.
- To resolve errors, verify input parameters, credentials, and network connectivity.
Links and References
- JetNet Official Website — For more information about the data and services offered.
- JetNet API documentation (not publicly linked here) — Consult your JetNet account or support for API details and usage guidelines.