Get the identifier of a variable
Get the identifier of a variable by using the GetInfo method.
Example
Prerequisite: The variable is previously created and has 2 as a handle.
The client sends:
{
"handle": 2,
"method": "GetInfo",
"params": {},
"id": 3,
"jsonrpc": "2.0"
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 3,
"result": {
"qInfo": {
"qId": "VB01",
"qType": "Variable"
}
}
}
The identifier of the variable is VB01.