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. Specifically, the "Get Pictures" operation under the "Aircraft" resource fetches pictures and image URLs associated with a specified aircraft by its unique ID.
Use cases include:
- Aviation companies or brokers wanting to display or archive images of specific aircraft.
- Maintenance or inspection teams needing visual references for aircraft.
- Market analysts or sales teams requiring up-to-date aircraft imagery for presentations or listings.
Example: Given an aircraft's unique identifier, this node can pull all available pictures and their URLs from the JetNet database, enabling users to embed or process these images in their workflows.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft for which pictures are requested. This is required. |
Output
The output contains a JSON object (or array of objects) representing the pictures and image URLs related to the specified aircraft. Each item typically includes metadata about each picture such as URL, description, or other relevant details provided by the JetNet API.
If multiple pictures exist, the output will be an array of JSON objects, each corresponding to one picture entry.
No binary data output is indicated; the node returns metadata and URLs rather than raw image files.
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 data.
Troubleshooting
- Invalid Aircraft ID: If the provided Aircraft ID does not exist or is incorrect, the API may return an error or empty result. Verify the Aircraft ID before running the node.
- Authentication Errors: Missing or invalid API credentials will cause authorization failures. Ensure the API key/token is correctly set up in n8n credentials.
- Network Issues: Connectivity problems to the JetNet API endpoint will cause request failures. Check network access and proxy settings if applicable.
- Empty Results: If no pictures are found for the given Aircraft ID, the output may be empty or null. Confirm that the aircraft has associated images in JetNet.
Common error messages usually relate to HTTP status codes like 401 Unauthorized (credential issues), 404 Not Found (invalid Aircraft ID), or 500 Internal Server Error (server-side issues). Handling these involves verifying inputs and credentials or retrying later.
Links and References
- JetNet official website: https://www.jetnet.com/
- JetNet API documentation (if available internally or via support)
- n8n documentation on HTTP Request nodes and credential setup: https://docs.n8n.io/