Alamat Server
https://halogps.id/api/maintenanceMengambil daftar Maintenance
Struktur Perintah
Command | GET /maintenance | |
---|---|---|
Struktur | https://halogps.id/api/maintenance |
[
{
"id": 0,
"name": "string",
"type": "string",
"start": 0,
"period": 0,
"attributes": { }
}
]
Menambahkan data Maintenance baru
Struktur Perintah
Command | POST /maintenance | |
---|---|---|
Struktur | https://halogps.id/api/maintenance |
{
"id": 0,
"name": "string",
"type": "string",
"start": 0,
"period": 0,
"attributes": { }
}
Merubah data Maintenance
Struktur Perintah
Command | PUT /maintenance/{id} | |
---|---|---|
Struktur | https://halogps.id/api/maintenance/{id} |
{
"id": 0,
"name": "string",
"type": "string",
"start": 0,
"period": 0,
"attributes": { }
}
Menghapus data Maintenance
Struktur Perintah
Command | DELETE /maintenance/{id} | |
---|---|---|
Struktur | https://halogps.id/api/maintenance/{id} |