Alamat Server
https://indogps.id/api/notificationsMengambil daftar Notifikasi
Struktur Perintah
Command | GET /notifications | |
---|---|---|
Struktur | https://indogps.id/api/notifications |
[
{
"id": 0,
"type": "string",
"always": true,
"web": true,
"mail": true,
"sms": true,
"calendarId": 0,
"attributes": {}
}
]
Membuat Notifikasi
Struktur Perintah
Command | GET /notificationss | |
---|---|---|
Struktur | https://indogps.id/api/notificationss |
{
"id": 0,
"type": "string",
"always": true,
"web": true,
"mail": true,
"sms": true,
"calendarId": 0,
"attributes": {}
}
Merubah Data Notifikasi
Struktur Perintah
Command | PUT /notifications/{id} | |
---|---|---|
Struktur | https://indogps.id/api/notifications/{id} |
{
"id": 0,
"type": "string",
"always": true,
"web": true,
"mail": true,
"sms": true,
"calendarId": 0,
"attributes": {}
}
Menghapus Data Notifikasi
Struktur Perintah
Command | DELETE /notifications/{id} | |
---|---|---|
Struktur | https://indogps.id/api/notifications/{id} |
Mengirim notifikasi uji coba kepada pengguna saat ini melalui Email dan SMS
Struktur Perintah
Command | POST /notifications/test | |
---|---|---|
Struktur | https://indogps.id/api/notifications/test |