object | ||
uniqueId | string | required |
altitude | number | required |
course | number | required |
latitude | number | required |
longitude | number | required |
speed | number | required |
fixTime | integer | required |
protocol | string | required |
attributes | array[object] | required |
key | string | optional |
Introduction
Welcome
Authentication
Device
Sensor
Service
Event
History
Alert
Custom event
Geofence
Route
Report
Map icon
Driver
Command
GPRS Template
SMS Template
Task
Setup
Expand Groups
No resources found
Welcome
Introduction
http://[domain]/api/[endpoint]
GET
/insert.php
http://[YOUR_URL]/insert.php
uniqueId - device IMEI
protocol - device protocol
altitude - current device altitude in meters
course - current device angle from 0 to 360
latitude - current device latitude
longitude - current device longitude
speed - current device speed in knot unit (https://en.wikipedia.org/wiki/Knot_(unit))
fixTime - current device time in timestamp with miliseconds
attributes - key:value your other parameters
uniqueId - device IMEI
protocol - device protocol
altitude - current device altitude in meters
course - current device angle from 0 to 360
latitude - current device latitude
longitude - current device longitude
speed - current device speed in knot unit (https://en.wikipedia.org/wiki/Knot_(unit))
fixTime - current device time in timestamp with miliseconds
attributes - key:value your other parameters
Definition
Request Body