Returns earliest and latest times for calibration, EGV, and event records

GET {{baseUrl}}/dataRange

The data range can be used to efficiently pull historical data and determine whether new data is available.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"calibrations":{"systemTime":"2004-09-27T21:55:45.470Z","displayTime":"1985-12-02T08:33:28.456Z"},"egvs":{"systemTime":"1980-10-23T19:39:05.181Z","displayTime":"1973-02-25T01:44:31.534Z"},"events":{"systemTime":"2019-07-12T19:26:24.948Z","displayTime":"1985-04-22T19:56:41.253Z"}},{"calibrations":{"systemTime":"2005-09-13T19:13:08.291Z","displayTime":"1973-05-31T00:46:01.729Z"},"egvs":{"systemTime":"2007-10-10T11:50:53.485Z","displayTime":"1943-02-15T14:28:21.715Z"},"events":{"systemTime":"1985-02-27T20:31:11.354Z","displayTime":"1953-04-22T22:28:41.534Z"}}]