Als Vollständiges Objekt (inkl. Empfänger)


{
  "id": 247,
  "foreign_id": "some-id",
  "title": "FEUER3",
  "text": "Unklare Rauchentwicklung im Hafen",
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "lat": 0,
  "lng": 0,
  "priority": true,
  "notification_type": 0,
  "cluster": [],
  "group": [],
  "user_cluster_relation": [],
  "ts_create": 1589528749,
  "ts_update": 1589528749
}


Als Textinformationen (Stichwort, Meldung, Adresse)


{
  "title": "FEUER3",
  "text": "Unklare Rauchentwicklung im Hafen",
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "priority": true
}


Als Nur Stichwort


{
  "title": "FEUER3"
}


Als Nur Adresse und Koordinaten


{
  "address": "Hauptstraße 247, 12345 Musterstadt",
  "lat": 0,
  "lng": 0
}


Als TETRAcontrol


[]


Als Ohne Inhalt


[]