Scott reports that:
(1) Doesn't return any data
http://jfaden.net:8180/HapiServerDemo/hapi/data?id=0B000800408DD710&time.min=2016-10-01T00:00:00.000&time.max=2016-10-03T00:00:00.000&include=header¶meters=Time,Temperature
(2) Returns only one field per record:
http://jfaden.net:8180/HapiServerDemo/hapi/data?id=Spectrum&time.min=2016-10-01T00:00:00.000&time.max=2016-10-02T00:00:00.000&include=header¶meters=Time,Spectra
(1) this was because code that supported streaming didn't handle the resort of each field properly.
(3) Also time is not inserted automatically, which it should be.
(2) is corrected.
(3) was fixed at some point.