Get the handle of a bookmark
Get the handle of a bookmark by using the GetBookmark method.
Example
1. Get the handle of the bookmark BM01 (qId is BM01).
The client sends:
{
"jsonrpc": "2.0",
"id": 2,
"method": "GetBookmark",
"handle": 1,
"params": [
"BM01"
]
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 2,
"result": {
"qReturn": {
"qType": "GenericBookmark",
"qHandle": 2
}
}
}
The handle of the bookmark is 2.