Server

Mengambil seluruh data server pada akun pengguna

Struktur Perintah

Command GET /server
Struktur https://indogps.id/api/server
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "twelveHourFormat": true, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }

Mengubah data server pada akun pengguna

Struktur Perintah

Command PUT /server
Struktur https://indogps.id/api/server
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "twelveHourFormat": true, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }