JetNet icon

JetNet

Interact with JetNet API for aviation industry data

Overview

The "Get Related Companies" operation of the JetNet node allows users to retrieve companies that are related to a specified company within the aviation industry. This is useful for understanding business relationships, partnerships, or affiliations between companies in aviation data management and analysis.

Typical use cases include:

  • Fetching partner companies or subsidiaries related to a given company.
  • Analyzing corporate networks or ownership structures.
  • Integrating related company data into workflows for reporting or decision-making.

For example, if you have a company ID for an aviation service provider, you can use this operation to get a list of all companies related to it, such as suppliers, clients, or affiliates.

Properties

Name Meaning
Company ID The unique identifier of the company for which related companies are to be retrieved.

Output

The output is a JSON object or array containing the details of companies related to the specified company. Each item in the output represents a related company with its associated data fields as provided by the JetNet API.

The structure typically includes company identifiers, names, relationship types, and other relevant metadata describing the connection between the companies.

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 fetch related company data.

Troubleshooting

  • Common issues:

    • Invalid or missing Company ID parameter will cause the request to fail.
    • Expired or incorrect API authentication token will result in authorization errors.
    • Network connectivity issues may prevent successful API calls.
  • Error messages:

    • "Unauthorized" or similar indicates problems with API credentials; verify and update your API key.
    • "Not Found" or "Invalid Company ID" suggests the provided company ID does not exist or is incorrect.
    • Timeout or network errors indicate connectivity problems; check your internet connection and API endpoint accessibility.
  • To resolve errors, ensure the Company ID is correct, the API key is valid, and the JetNet service is reachable.

Links and References

Discussion