Alamat Server
https://halogps.id/api/geofencesMengambil daftar Geofence
Struktur Perintah
Command | GET /geofences | |
---|---|---|
Struktur | https://halogps.id/api/geofences |
[
{
"id": 0,
"name": "string",
"description": "string",
"area": "string",
"calendarId": 0,
"attributes": { }
}
]
Membuat Geofence
Struktur Perintah
Command | POST /geofences | |
---|---|---|
Struktur | https://halogps.id/api/geofences |
{
"id": 0,
"name": "string",
"description": "string",
"area": "string",
"calendarId": 0,
"attributes": { }
}
Memperbarui Geofence
Struktur Perintah
Command | PUT /geofences/{id} | |
---|---|---|
Struktur | https://halogps.id/api/geofences/{id} |
{
"id": 0,
"name": "string",
"description": "string",
"area": "string",
"calendarId": 0,
"attributes": { }
}
Menghapus Geofence
Struktur Perintah
Command | DELETE /geofences/{id} | |
---|---|---|
Struktur | https://halogps.id/api/geofences/{id} |