Skip to content

A Spring Boot IoT App for 🚗🚗Fleet Management

Notifications You must be signed in to change notification settings

haseebr/tracker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Tracker

Swagger URL: Swagger

Action

Sample URL

Vehicle by VIN /vehicles/{vin}

http://tracker.haseeb.co/vehicles/1HGCR2F3XFA027534

All Vehicles /vehicles

http://tracker.haseeb.co/vehicles

Alerts by Priority and Time Sort by Time DESC/alerts

http://tracker.haseeb.co/alerts?priority=MEDIUM&start=1528175820000&end=1528176000000&sort=time,desc

MEDIUM Alerts in last two hours /alerts

http://tracker.haseeb.co/alerts?priority=MEDIUM

All Alerts /alerts/all

http://tracker.haseeb.co/alerts/all

Readings Geolocation by Vehicle and Time /readings

http://tracker.haseeb.co/readings?vin=1HGCR2F3XFA027534&start=1528175820000&end=1528176000000

Readings default to last 30 mins if no start and end parameters are passed /readings

http://tracker.haseeb.co/readings?vin=1HGCR2F3XFA027534

All Readings /readings/all

http://tracker.haseeb.co/readings

About

A Spring Boot IoT App for 🚗🚗Fleet Management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages