Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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