List the streams
List the streams using the GetStreamList method.
Example
The goal is to list the streams. The handle of the request is -1 because the GetStreamList method applies at global level.
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "GetStreamList",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qStreamList": [
{
"qName": "Everyone",
"qId": "aaec8d41-5201-43ab-809f-3063750dfafd"
}
]
}
}
One stream is defined: Everyone ("qName": "Everyone").