GET FLIGHT SCHEDULE
=================================
ACTION DESCRIPTION
--------------------------------
GET FLIGHT SCHEDULE returns the flight points of the flight designator, containing the IATA code, departure and arrival timings, along with leg information such as aircraft type and scheduled leg duration.
STEP-BY-STEP SETUP
--------------------------------
0) Sign-up for AMADEUS API by following this link:
https://developers.amadeus.com/register 1) Go to My Self-Service Workspace:
https://developers.amadeus.com/my-apps 2) Click on CREATE NEW APPS button.
3) Enter your application details and click on CREATE.
4) Write down your API KEY and API SECRET in section APP KEYS
5) Enter in the PLUGIN SETTINGS your AMADEUS API KEY & SECRET
6) Set up the "GET FLIGHT SCHEDULE" action in the workflow.
Inputs Fields :
- FLIGHT DESIGNATOR : 2 to 3-character IATA carrier code (
http://www.iata.org/publications/Pages/code-search.aspx) concatenated by the 1 to 4-digit number of the flight. Example: TR13
- SCHEDULED FLIGHT DATE : Scheduled departure date of the flight, local to the departure airport, format YYYY-MM-DD. Must not be a past date.
- API ENVIRONMENT : TEST for the AMADEUS API TEST environment or PRODUCTION for AMADEUS API PRODUCTION environment .
- OUTPUT TYPE : Returned type, must always be set to "RESULT (AMADEUS)”.
Output Fields :
- RESULTS : Returns the flight points of the flight designator, containing the IATA code, departure and arrival timings with timezone, along with leg information such as aircraft type and scheduled leg duration
IMPLEMENTATION EXAMPLE
======================
Feel free to browse the app editor in the Service URL for an implementation example.
ADDITIONAL INFORMATION
======================
> AMADEUS test environment data collection :
https://developers.amadeus.com/self-service/apis-docs/guides/test-environment-data-collection-746> AMADEUS APIs service limits :
https://developers.amadeus.com/self-service/apis-docs/guides/rate-limits-745TROUBLESHOOTING
================
Any plugin related error will be posted to the the Logs tab, "Server logs" section of your App Editor.
Make sure that "Plugin server side output" and "Plugin server side output" is selected in "Show Advanced".
> Server Logs Details:
https://manual.bubble.io/core-resources/bubbles-interface/logs-tab#server-logsPERFORMANCE CONSIDERATIONS
===========================
GENERAL
-------------
N/A
QUESTIONS ?
===========
Contact us at
[email protected] for any additional feature you would require or support question.