Get the handle of an object
Last updated: 8/31/2026
Get the type and the handle of an object by using the GetObject method.
Example
The handle of the app is 1.
The client sends:
{
"jsonrpc": "2.0",
"id": 4,
"method": "GetObject",
"handle": 1,
"params": [
"LO01"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 4,
"result": {
"qReturn": {
"qType": "GenericObject",
"qHandle": 4
}
}
}
The object is a generic object and has the handle 4.