2025 February 25 - Web Updates

2025 February 25 - Web Updates

Avianis updates weekly; however, release notes are only issued for releases with new features.

New API Key Management Page

My Company > Global Settings > Integrations > API Keys
Historically, API keys have been managed by the Avianis Customer Support Team on behalf of customers who have the module enabled. With this release we put the key management into the hands of the user with the ability to...
  1. Create new API keys
  2. Edit/update API key details including a name for reference and a description 
  3. Make an API key inactive to pause use
  4. Delete API keys to prevent further access 
  5. Monitor/review API key activity
All API Key page changes - including creating and deleting keys - is logged in the Activity Feed. 
All existing keys will be shown immediately following the release, but the activity logs will only start after deployment so it may take some time to see data there and will not be reflective of any activity before this feature launch. The last 1,000 entries (max) over the previous 30 days will be available to view within the application, but requests may be made to customer support for additional logs when needed. 
Notes
To access/use the API the module must be enabled for your company. For more information on this feature please contact support

API Key page


Creating a new API key


API Key activity log


Search Page Updates

Warning
Notice: The Legacy Trip Search and Legacy Flight Leg Search will be discontinued next week 
These changes apply to all the new style search pages including: Quote Search, Trip Search, and Flight Leg Search. 
  1. New 'CSV Export' button will generate a .csv file for the columns and rows shown, similar to the Excel Export but in that format. 
  2. The total records indication was moved to the right-justified group 
Updated Search Page controls



More New Aircraft Event API Endpoints

Adding to last week, we have additional endpoints in the API to support Aircraft Events and some updates:
  1. POST {{baseUrl}}/connect/v2/aircraftEvent/
  2. PUT {{baseURL}}/connect/v2/aircraftEvent/{id} 
  3. Option to use the Tail Number instead of the Aircraft GUID for all Aircraft Event endpoints

New PF Hours by Type Rating API Endpoints

This new endpoint retrieves a pilot’s logged flight hours within a specified number of days, categorized by their aircraft type rating. The response includes details such as Pilot in Command (PIC) hours, Second in Command (SIC) hours, and Instrument Flight Rules (IFR) hours.
  1. GET {{baseUrl}}/connect/v2/personnel/{pilotID}/days/{days}/FlightHours/
Response example:
Quote
{
"crewName": "Pilot A",
"picHours": 23.033333,
"sicHours": 10.000000,
"picIFR": 2.000000,
"sicIFR": 1.000000,
"typeRating": "BBD-700"
}

Other Updates

  1. Description on Trip Service Request is now expandable for ease of use and visibility for longer text
  2. Description field is also expandable on the Service Templates
  3. Travel Documents validate that the Date Issued is before the Expiration Date
Expanded Description on Service Request


Expanded Description on Service Template


Travel Document Issued>Expired date validation


    • Related Articles

    • 2025 February 11 - Web Updates

      Avianis updates weekly; however, release notes are only issued for releases with new features. Avianis is incrementally updating the entire navigational structure by section in preparation for the new user permissions model. Navigation Change: ...
    • 2025 February 18 - Web Updates

      Avianis updates weekly; however, release notes are only issued for releases with new features. Navigation Change: Aircraft & Vendors Avianis is incrementally updating the entire navigational structure by section in preparation for the new user ...
    • Web 24.2 Application Update (February 2024)

      The following updates are a part of the 24.2 web release in February 2024. New Features PNRGo Integration PNRGo is a 3rd party service provider which facilitates legal communication between a carrier and national authorities. It supports business and ...
    • 2025 February 04/05 - Web Updates

      Avianis updates weekly; however, release notes are only issued for releases with new features. Quote Updates New feature of Tax Configurations allows for automated application of taxes based on an itinerary and more! For full details on this feature ...
    • 2025 February - Tax Updates

      This is an article extension from the 25.02.04 web release notes Tax Updates Overview Currently, a single 'Default' tax rate may be set to apply to all flight legs of all quotes (unless overridden by a custom Contract entry). Commonly the default ...