You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: import_api_v1.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,14 @@ This API provides and attitional facility to the import on the [web platform](ht
23
23
24
24
25
25
**Caution**:
26
-
>Bei einem Import werden vorhandene Daten (z.B. Alarmteilnehmer, Gruppen, Zuordnung von Alarmteilnehmern und Alarmgebern zu Gruppen) und alle Änderungen, die an diesen vorgenommen wurden gelöscht und mit den neuen Daten überschrieben.
27
-
>Diese Schnittstelle ist also vor allem in Fällen sinnvoll zu verwenden, wo die Verwaltung der Alarmteilnehmer in einem Drittsystem durchgeführt wird.
26
+
>Upon import all existing data (recipients, groups, assigments of triggers to groups and of recipients to groups) will be overwritten with new data.
27
+
>This interface makes sense if the administration of participants is done by an external system. The external system periodically updates the data in blaulichtSMS.
28
28
>
29
-
>Zusätzlich wird empfohlen die Importfunktion mit einem Testaccount / auf einem Testsystem zu testen, um Datenverlust zu vermeiden.
29
+
>It is recommendend to first try the import with a dummy account in order to prevent loss of data. Please contact us for a dummy account.
30
30
31
-
Die Authentifizierung findet über Kundennummer, Benutzernamen und Passwort statt.
31
+
>Authentication is done by customer ID, user name, and password.
32
32
33
-
###ImportAlarmteilnehmer - JSON
33
+
###Importof recipients - JSON
34
34
_**/api/portal/v1/import/participants/json**_
35
35
36
36
Mittels HTTP POST Request mit dem Header:`Content-Type: application/json` auf die oben angebene URL können die Alarmteilnehmer eines Kunden importiert werden.