Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to get qID for applybookmark method

Hi

I created a bookmark :

b1.PNG

I want to use extension API:

{

  "handle": 1,

  "method": "ApplyBookmark",

  "params": {

  "qId": ""

  }

}

here the qID is needed,  if I put the "Adm2016" :

{

  "handle": 1,

  "method": "ApplyBookmark",

  "params": {

  "qId": "Adm2016"

  }

}

the return is :

{

  "jsonrpc": "2.0",

  "id": 22,

  "result": {

  "qSuccess": false

  }

}

So How can I find out the qID of the bookmarks?

thanks!

0 Replies