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 Market resource with the operation Get Company Business Types. It retrieves a list of business types or roles that companies play within the aviation market. This is useful for users who want to understand the various business classifications and roles companies have in the aviation sector.
Typical use cases include:
- Enriching company profiles with their business types.
- Filtering or categorizing companies based on their business roles.
- Integrating detailed market intelligence into aviation-related workflows.
For example, a user might query this node to get all possible business types to populate a dropdown filter in an application or to validate company data against known business roles.
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 the tool does. |
| Description | A text field to manually describe what the tool does. This helps language models better understand the tool's purpose. Only shown if "Set Manually" is selected for Tool Description. 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": "market",
"operation": "getCompanyBusinessTypes",
"data": [ /* array of company business types */ ],
"timestamp": "ISO 8601 timestamp"
}
success: Boolean indicating if the API call was successful.resource: The resource queried ("market").operation: The operation performed ("getCompanyBusinessTypes").data: An array containing the list of company business types retrieved from JetNet.timestamp: The time when the response was generated.
No binary data output is involved.
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.
Troubleshooting
- Missing or invalid API credentials: The node requires valid API tokens; ensure these are correctly configured in n8n.
- Unknown resource or operation errors: If the resource or operation parameters are incorrect or unsupported, the node will throw an error indicating the unknown resource or operation.
- Required parameters missing: Some operations require specific IDs or identifiers; missing these will cause errors (not applicable here since this operation does not require additional parameters).
- Network or API errors: Standard HTTP request failures may occur; check network connectivity and API service status.
Links and References
- JetNet Official Website — For more information about the data source.
- JetNet API documentation (not publicly linked here) — Consult your JetNet API provider for detailed API specs.