API DOCUMENTATION
API DOCUMENTATION
Get control information necessary for real-time vehicle monitoring screen.
get
https://maps.fatos.biz/mobilizer/users?(query string)
Required Parameter | Description |
---|---|
key | Your API Key,See the API Key Issuance page for information on using keys. |
uuid | Uuid of the logged in user |
Optional Parameter | Description |
---|---|
drive_state | Driving condition,Default value is 0 (0: all / 1: live / 2: stop / 3: problem) |
search | Search keyword(uuid,licenseplate,user name..) |
https://maps.fatos.biz/mobilizer/users?key=(YOUR_API_KEY)&drive_state=1&uuid=351878063161362
{ "uuid": "UUID", "device_type": "mobile", "license_plate": "SDY2933Q", "vehicle_model_id": "10000", "user_name": "yeon", "model": "iPad", "imei": "iOS 13.3", "phone_num": "", "create_date": "2019-11-17 15:07:26", "update_date": "2020-01-06 07:04:58", "lon": 126.98714147842026, "lat": 37.564932730501965, "addr": "", "total_dist": 1223747, "total_time": "74849", "today_dist": 0, "today_time": 0, "drive_state": 1, "latest_time": { "days": 9, "hours": 6, "minutes": 15, "seconds": 22, "milliseconds": 673.024 } }
uuid | uuid of the user |
device_type | device type ( mobile, tracker ) |
license_plate | license plate |
vehicle_model_id | vehicle type (truck : 10000, car : 10004, motorcycle : 10005, kickboard : 10006) |
user_name | user name |
model | model name |
imei | IMEI |
phone_num | phone number |
create_date | registration date |
update_date | last update date |
lon | user's last position X coordinate (WGS84) |
lat | user's last position Y coordinate (WGS84) |
addr | unused |
total_dist | total distance (Meter) |
total_time | total driving time (Sec) |
today_dist | the day’s driving distance (Meter) |
today_time | driving time on the same day (Sec) |
drive_state | driving condition (0: all, 1: live, 2: stop, 3:problem) |
latest_time | final access idle time based on current time (days, hours, minutes, seconds, milliseconds) |