TELEX
get/txmsg
Response
Open messages for the recipient. Will get automatically acknowledged
Example response
[
{
"id": "6571f19e-21f7-4080-b239-c9d649347101",
"message": "Hello over there!",
"from": {
"id": "6571f19e-21f7-4080-b239-c9d649347101",
"flight": "OS355",
"trueAltitude": 3500,
"heading": 250.46,
"freetextEnabled": true,
"aircraftType": "A32NX",
"origin": "KLAX",
"destination": "KSFO"
},
"to": {
"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.