Request format: GET
URL: http://api.onenet.hk.chinamobile.com/mqtt/topic
Parameter Name | Format | Description |
---|---|---|
errno | int | Call error code, where 0 means success. |
error | string | Error description. “succ” means the call is successful. |
data | array- string | topic list |
GET http://api.onenet.hk.chinamobile.com/mqtt/topic HTTP/1.1
{
"errno": 0,
"data": ["topic/test/01", "topic/test/02"],
"error": "succ"
}