RestAPI Accuracy Parameter

IRn00b3 years ago

Hi,

I've exported some device positions via the RestAPI and I am curious what the Accuracy parameter means exactly? Also, is the parameter provided from the device?

Thanks in advance!

Anton Tananaev3 years ago

It is location accuracy radius in meters. Sometimes it's reported by the device. Sometimes it's assigned by the server (e.g. WiFi/cell based location).

IRn00b3 years ago

awesome, thank you much for the quick response!

IRn00b3 years ago

Is there a quick way within the route report (web GUI) to export a report with the accuracy parameter as a column? I couldn't seem to figure that out (which is why I went the RestAPI route)...

Anton Tananaev3 years ago

You can change the report template to include it, if it's not there yet.

IRn00b3 years ago

ok, would the parameter I'm after (within the xlsx template) just be ${position.accuracy}?