ethLogShared
Back to API doc top page.
Click here for a complete list of operations.
GetHourlyStatsByUUIDs2
For specified list of tag UUIDs, retrieves average temperature, battery voltage or humidity of each hour.
POST /ethLogShared.asmx/GetHourlyStatsByUUIDs2 HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length
{
    ids:[
        ...
    ],
    "type":string
    "withMinMax":boolean
    "sinceLastCalibration":boolean
}
              HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length
{
    d:{
        "deleted_count":int
        stats:[
            {
                "date":string
            },
            {
                "date":string
            },
            ...
        ]
    }
}