Alamat Server
https://halogps.id/api/attributesMengambil daftar Atribut
Struktur Perintah
| Command | GET /attributes/computed | |
|---|---|---|
| Struktur | https://halogps.id/api/attributes/computed | |
[
{
"id": 0,
"description": "string",
"attribute": "string",
"expression": "string",
"type": "string"
}
]
Menambahkan data Atribut baru
Struktur Perintah
| Command | POST /attributes/computed | |
|---|---|---|
| Struktur | https://halogps.id/api/attributes/computed | |
{
"id": 0,
"description": "string",
"attribute": "string",
"expression": "string",
"type": "string"
}
Merubah data Atribut
Struktur Perintah
| Command | PUT /attributes/computed/{id} | |
|---|---|---|
| Struktur | https://halogps.id/api/attributes/computed/{id} | |
{
"id": 0,
"description": "string",
"attribute": "string",
"expression": "string",
"type": "string"
}
Menghapus data Atribut
Struktur Perintah
| Command | DELETE /attributes/computed/{id} | |
|---|---|---|
| Struktur | https://halogps.id/api/attributes/computed/{id} | |