Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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_
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.
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_