Hello,
Forward URL functionality can be send full string data of GPS device without split in lat, long, IMEI number etc?
Now forward URL work like
<entry key='forward.url'><API URL>?data={uniqueId},{latitude},{longitude},{fixTime},{speed},{course},{valid},{attributes}</entry>
But I want full data same as received from device?
Hello,
You can enable the configuration
database.saveOriginal
And find the value with key ‘raw’ in attributes
Hello,
Forward URL functionality can be send full string data of GPS device without split in lat, long, IMEI number etc?
Now forward URL work like
<entry key='forward.url'><API URL>?data={uniqueId},{latitude},{longitude},{fixTime},{speed},{course},{valid},{attributes}</entry>
But I want full data same as received from device?