Get the identifier of the endpoint
Last updated: 8/31/2026
Get the unique identifier of the endpoint in use by the user in the current app by using the GetUniqueID method.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 0,
"method": "GetUniqueID",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 0,
"result": {
"qUniqueID": "{7D09AC52-C951-4EB8-98B0-5FD13A3162FD}"
}
}
The identifier of the endpoint used by the user in the current app is displayed.