get range

get
http://localhost:8000/ts/:id/range/:t1/:t2/filter/:name/:compare/:value/:aggregate
/range/t1/t2
Examples
curl http://localhost:8000/ts/sensor1/range/1545235536095244/1845235536095244
curl http://localhost:8000/ts/sensor1,sensor2/range/1545235536095244/1845235536095244/sum
curl http://localhost:8000/ts/sensor1/range/154523/184523/filter/serial,location/equals/A001,UK
curl http://localhost:8000/ts/sensor1/range/154523553/184523553/filter/serial/equals/A001/max
Last modified 2yr ago