Retrieve a list of all topics currently subscribed to on the connection.Documentation Index
Fetch the complete documentation index at: https://developer.woox.io/llms.txt
Use this file to discover all available pages before exploring further.
{
"id": .....
"cmd": "LIST_SUBSCRIPTION"
}
{
"id": "{req_id}",
"cmd": "LIST_SUBSCRIPTION",
"success": true,
"time": {timestamp},
"data": ["topic1", "topic2"]
}
Retrieve a list of all topics currently subscribed to on the connection.Documentation Index
Fetch the complete documentation index at: https://developer.woox.io/llms.txt
Use this file to discover all available pages before exploring further.
{
"id": .....
"cmd": "LIST_SUBSCRIPTION"
}
{
"id": "{req_id}",
"cmd": "LIST_SUBSCRIPTION",
"success": true,
"time": {timestamp},
"data": ["topic1", "topic2"]
}