ethLogShared


Back to API doc top page.

Click here for a complete list of operations.

LoadMarkers

Load markers for specified tag and type

POST /ethLogShared.asmx/LoadMarkers HTTP/1.1
Host: mytaglist.com
Content-Type: application/json; charset=utf-8
Content-Length: length

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

{
    d:[
        {
            "filetime":long
            "comment":string
        },
        {
            "filetime":long
            "comment":string
        },
        ...
    ]
}