Hello, i have a device i am trying to track, i want to see the points of location sent from to a timeframe so i can draw them on the map. i tried this http://157.245.124.34:8082/api/positions?deviceid=2&from=2021-01-22T18:30:00Z&to=2021-02-02T18:30:00Z
but it is returning a single point of ALL my devices. What i want is MANY POINTS OF A SINGLE DEVICE.
Am i missing something?
Thank you
Try using deviceId
instead of deviceid
.
Working perfectly now, thank you so much!
Hello, i have a device i am trying to track, i want to see the points of location sent from to a timeframe so i can draw them on the map. i tried this
http://157.245.124.34:8082/api/positions?deviceid=2&from=2021-01-22T18:30:00Z&to=2021-02-02T18:30:00Z
but it is returning a single point of ALL my devices. What i want is MANY POINTS OF A SINGLE DEVICE.Am i missing something?
Thank you