Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Shrikant_D
Contributor
Contributor

how do we achieve share bookmark feature using bookmark API in mashup?

in bookmark api we only see method for apply, create, delete methods. and when we create bookmark it creates as private bookmark and not available for other users

Labels (1)
  • API

1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hi @Shrikant_D , for doing this you need to use Engine API. Basically, after you create the bookmark, you have to publish the bookmark using Publish method. Then for sharing you just need to build a correct url like "https://_yourQlikHostName_/sense/app/_yourAppId_/sheet/_yourSheetId/state/analysis/bookmark/_yourBookmarkId_

View solution in original post

2 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

You can create a bookmark & publish it but to provide access to another bookmark on the fly is something else as a bookmark is personally made by user interaction i doubt that API or security is present,

you can play around with security rules to provide access to all bookmarks in the environment.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

alex_colombo
Employee
Employee

Hi @Shrikant_D , for doing this you need to use Engine API. Basically, after you create the bookmark, you have to publish the bookmark using Publish method. Then for sharing you just need to build a correct url like "https://_yourQlikHostName_/sense/app/_yourAppId_/sheet/_yourSheetId/state/analysis/bookmark/_yourBookmarkId_