TELEX

get/txcxn/{id}

Path parameters

idstring required

The connection ID

Response

The connection with the given ID was found

idstring required

The unique identifier of the connection

isActiveboolean required

Whether the connection is an active on or not

firstContactstring date-time required

The time of first contact

lastContactstring date-time required

The time of last contact

flightstring required

The flight number

trueAltitudenumber required

The altitude above sea level of the aircraft in feet

headingnumber required

The heading the aircraft in degrees

freetextEnabledboolean required

Whether the user wants to receive freetext messages

aircraftTypestring required

The aircraft type the connection associated with

originstring

The origin of the flight

destinationstring

The destination of the flight

Example response

{
  "id": "6571f19e-21f7-4080-b239-c9d649347101",
  "flight": "OS355",
  "trueAltitude": 3500,
  "heading": 250.46,
  "freetextEnabled": true,
  "aircraftType": "A32NX",
  "origin": "KLAX",
  "destination": "KSFO"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.