Get the location dots of a certain device

Roy3 years ago

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

Anton Tananaev3 years ago

Try using deviceId instead of deviceid.

Roy3 years ago

Working perfectly now, thank you so much!