ethLogShared


Back to API doc top page.

Click here for a complete list of operations.

GetMultiTagStatsSpanByUUIDs2

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/GetMultiTagStatsSpanByUUIDs2 HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    ids:[
        ...
    ],
    "type":string
    "sinceLastCalibration":boolean
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    d:{
        "from":long
        "to":long
    }
}