External BaseStation Status Change
GET
/devices/id/updateRtkBaseStatus
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
device id
Typenumber
Requiredformat
integer
Query Parameters
online*
If the external base is online. If true, the other parameters are required
Typeboolean
Requiredlat
Latitude of the external base
Typenumber
format
lng
Longitude of the external base
Typenumber
format
alt
Altitude of the external base
Typenumber
format
Responses
Body (JSON)
application/json
JSON
{
"deviceId": 0,
"type": "string",
"group": 0,
"connected": "string",
"surveyCompleted": "string",
"location": {
"lat": 0,
"lng": 0
},
"accuracy": 0,
"status": "string",
"fixedPositionLat": 0,
"fixedPositionLng": 0,
"fixedPositionAlt": 0,
"surveyTime": 0,
"surveyMinAcc": 0,
"surveyRequested": true,
"valid": true
}
GET
/devices/id/updateRtkBaseStatus