ethLogShared


Back to API doc top page.

Click here for a complete list of operations.

GetDetailLogByUUID

For specified tag UUID and specified date, retrieves the time of the day (seconds from midnight), and duration each time door/gate is opened.

POST /ethLogShared.asmx/GetDetailLogByUUID HTTP/1.1
Host: wirelesstags.net
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    "id":string
    "date":string
}
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

{
    d:[
        {
            "secOfDay":int
            "eventType":string
            "durationSec":int
            "angle":double
        },
        {
            "secOfDay":int
            "eventType":string
            "durationSec":int
            "angle":double
        },
        ...
    ]
}