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 Identification" operation under the "Aircraft" resource fetches identification details for a specified aircraft by its unique ID.
Use cases include:
- Retrieving official identification information of an aircraft for verification or record-keeping.
- Integrating aircraft identification data into aviation management systems.
- Automating workflows that require up-to-date aircraft identity details.
Example: Given an aircraft's unique ID, this node can pull its registration, serial number, and other identifying attributes from JetNet.
Properties
| Name | Meaning |
|---|---|
| Aircraft ID | The unique identifier of the aircraft whose identification data you want to retrieve. |
Output
The output is a JSON object containing the aircraft's identification data as returned by the JetNet API. This typically includes fields such as registration number, serial number, manufacturer details, and other key identifiers.
If multiple items are returned (unlikely for this operation), each will be output as a separate JSON object in the array.
No binary data is output by this operation.
Dependencies
- Requires an active connection to the JetNet API.
- 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
- Missing or invalid Aircraft ID: Ensure the "Aircraft ID" property is provided and correctly corresponds to a valid aircraft in JetNet.
- Authentication errors: Verify that the API authentication token credential is correctly set up and has necessary permissions.
- Network issues: Confirm network connectivity to the JetNet API endpoint.
- API rate limits or downtime: If requests fail repeatedly, check JetNet service status or API usage limits.
- Error messages: Errors thrown by the node will include messages from the JetNet API; review these for clues on invalid parameters or access issues.
Links and References
- JetNet Official Website
- JetNet API documentation (not publicly linked here; refer to your JetNet account resources)