API DOCUMENTATION
API DOCUMENTATION
Get summary of trip history of trip unit corresponding to date condition
get
https://maps.fatos.biz/mobilizer/drivehistory?(query string)
Required Parameter | Description |
---|---|
key | Your API Key,See the API Key Issuance page for information on using keys. |
uuid | Uuid of search target |
fdate | start date(YYYY-MM-DD) |
tdate | end date(YYYY-MM-DD) |
mode | Fixed to default 0 |
https://maps.fatos.biz/mobilizer/drivehistory?key=(YOUR_API_KEY)&uuid=355605080653378&fdate=2020-01-03&tdate=2020-01-03&mode=0
{ "uuid": "UUID", "gid": "1578039637949000", "start_time": "2020-01-03 07:20:30", "end_time": "2020-01-03 08:19:10", "sum_dist": 18144, "sum_time": 3296, "start_lon": 127.07844911845706, "start_lat": 37.511755850641805, "end_lon": 126.98550783431699, "end_lat": 37.51778497966757 }
uuid | uuid of the user |
gid | trip id |
start_time | trip start time |
end_time | trip end time |
sum_dist | trip total distance (Meter) |
sum_time | trip total driving time (Sec) |
start_lon | The X coordinate of the first position of the trip |
start_lat | The Y coordinate of the first position of the trip |
end_lon | The X coordinate of the last position of the trip |
end_lat | The Y coordinate of the last position of the trip |