ethLogShared
Back to API doc top page.
Click here for a complete list of operations.
GetMultiTagStatsSpanByUUIDs
For specified list of tag ids, retrieves the date of the earliest available data and the latest
The returned date will be in UTC time zone and in 64 bit FILETIME.POST /ethLogShared.asmx/GetMultiTagStatsSpanByUUIDs HTTP/1.1 Host: mytaglist.com Content-Type: application/json; charset=utf-8 Content-Length: length { ids:[ ... ], "type":string }
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: length { d:{ "from":long "to":long } }