Skip to main content Skip to complementary content

Get the identifier of the endpoint

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!