TELEX

get/txmsg

Response

Open messages for the recipient. Will get automatically acknowledged

idstring required

The unique identifier of the message

createdAtstring date-time required

The time the message was sent

receivedboolean required

Whether the message has been received

messagestring required

The message to send

isProfaneboolean required

Whether the message contains profanity and got filtered

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.