ethAccount


Back to API doc top page.

Click here for a complete list of operations.

GetTagManagers3

Returns a list of tag manager accessible from the current user account.

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

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

{
    d:{
        managers:[
            {
                users:[
                    {
                        "name":string
                        "id":string
                        "isLimited":boolean
                    },
                    {
                        "name":string
                        "id":string
                        "isLimited":boolean
                    },
                    ...
                ],
                "name":string
                "mac":string
                "linkedToMac":string
                "notifyOfflineEmail":string
                "allowMore":boolean
                "selected":boolean
                "notifyOffline":boolean
                "notifyOfflinePush":boolean
                "online":boolean
                wirelessConfig:{
                    "dataRate":unsignedByte
                    "activeInterval":unsignedByte
                    "Freq":unsignedShort
                    "useCRC16":boolean
                    "useCRC32":boolean
                    "psid":unsignedByte
                },
                "radioId":string
                "rev":unsignedByte
                "dbid":int
                "tzo":int
                "wsRoot":string
            },
            {
                users:[
                    {
                        "name":string
                        "id":string
                        "isLimited":boolean
                    },
                    {
                        "name":string
                        "id":string
                        "isLimited":boolean
                    },
                    ...
                ],
                "name":string
                "mac":string
                "linkedToMac":string
                "notifyOfflineEmail":string
                "allowMore":boolean
                "selected":boolean
                "notifyOffline":boolean
                "notifyOfflinePush":boolean
                "online":boolean
                wirelessConfig:{
                    "dataRate":unsignedByte
                    "activeInterval":unsignedByte
                    "Freq":unsignedShort
                    "useCRC16":boolean
                    "useCRC32":boolean
                    "psid":unsignedByte
                },
                "radioId":string
                "rev":unsignedByte
                "dbid":int
                "tzo":int
                "wsRoot":string
            },
            ...
        ],
        "links":string
    }
}