ethAccount


Back to API doc top page.

Click here for a complete list of operations.

SearchPastTickets

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

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

{
    d:[
        {
            "title":string
            "date":string
            "status":unsignedByte
            comments:[
                string,
                string,
                ...
            ],
            comment_ft:[
                long,
                long,
                ...
            ]
        },
        {
            "title":string
            "date":string
            "status":unsignedByte
            comments:[
                string,
                string,
                ...
            ],
            comment_ft:[
                long,
                long,
                ...
            ]
        },
        ...
    ]
}