get since

get
http://localhost:8000/ts/:id/since/:t/filter/:name/:compare/:value/:aggregate
/since/t
Examples
curl http://localhost:8000/ts/sensor1/since/1545235536095244
curl http://localhost:8000/ts/sensor1,sensor2/since/1545235536095244/sum
curl http://localhost:8000/ts/sensor1/since/1545235536095244/filter/serial,location/equals/A001,UK
curl http://localhost:8000/ts/sensor1/since/1545235536095244/filter/serial/equals/A001/max
Last modified 2yr ago