Alamat Server
https://halogps.id/api/notificationsMengambil daftar Notifikasi
Struktur Perintah
| Command | GET /notifications | |
|---|---|---|
| Struktur | https://halogps.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://halogps.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://halogps.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://halogps.id/api/notifications/{id} | |
Mengirim notifikasi uji coba kepada pengguna saat ini melalui Email dan SMS
Struktur Perintah
| Command | POST /notifications/test | |
|---|---|---|
| Struktur | https://halogps.id/api/notifications/test | |