ethLogShared
Back to API doc top page.
Click here for a complete list of operations.
GetHourlyStatsByUUIDs
For specified list of tag UUIDs, retrieves average temperature, battery voltage or humidity of each hour.
POST /ethLogShared.asmx/GetHourlyStatsByUUIDs HTTP/1.1 Host: wirelesstags.net 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:{ "deleted_count":int stats:[ { "date":string }, { "date":string }, ... ] } }