DemandFlow Support Centre

AIRHI: Airport

ReferenceEntity Reference16/04/2026Updated 16/04/2026
An airport with location, codes, terminals, concourses, flights, and live departure/arrival data.

AIRHI: Airport

An airport with location, codes, terminals, concourses, flights, and live departure/arrival data.

Default definition. This article describes the default AIRHI definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches AIRHI.

Entity properties

PropertyValue
Entity codeAIRHI
Display nameAirport
PluralAirports
Level30000

Use cases

Core aviation entity representing airports. Three-column General panel: basics (name, ident, type via indexedSelect, lat/lon/elevation), location (continent, country, region, municipality with maplatlon map), and codes/links (GPS, ICAO, IATA, local codes, home/Wikipedia URLs). Additional panels show live departures/arrivals (flight_depatures/flight_arrivals row types keyed on iata_code), terminals (relatedlist to AIRTERMINAL via SUB|AIRHI|AIRTERMINAL comboKey), concourses (relatedlist to AIRCONCOURSE with chooserFields), and historical flights (relatedlist to AIRFLIGHT with metrics).

Fields

General: Basics

FieldTypeRequiredNotes
nametextYesName.
identtextIdent.
typeenumYesType. Valid ids: large_airport (Large airport), medium_airport (Medium airport), small_airport (Small airport), closed (Closed), balloonport (Balloonport), heliport (Heliport).
latnumberLatitude.
lonnumberLongitude.
elevationnumberElevation (ft).

General: Location

FieldTypeRequiredNotes
continenttextYesContinent.
country_nametextYesCountry.
iso_countrytextCountry (ISO).
region_nametextRegion.
iso_regiontextRegion (ISO).
regiontextRegion (local).
municipalitytextCity.

General: Contact details

FieldTypeRequiredNotes
gps_codetextGPS code.
icao_codetextICAO code.
iata_codetextIATA code.
local_codetextLocal code.
home_linktext (URL)Airport link.
wikipedia_linktext (URL)Wikipedia.

Relationships

  • Related lists: AIRTERMINAL (format SUB|AIRHI|AIRTERMINAL), AIRCONCOURSE (format SUB|AIRHI|AIRCONCOURSE), AIRFLIGHT (format SUB|AIRHI|AIRFLIGHT).

Creating a Airport via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "AIRHI",
  "level":    30000,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Name",
  "type": "large_airport",
  "continent": "Continent",
  "ident": "Ident"
}

Listing Airports records

GET /v1/entities/AIRHI/SUB

See also

airhiairportairports

Was this article helpful?

← Back to Knowledge Base