Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Gefenk
Contributor
Contributor

View the bookmark publisher

Hi,

when a user publish a bookmark, is there a way that other  users in the community will be able to view the publisher user name?

 

 

 

Labels (1)
1 Solution

Accepted Solutions
Mike_Dickson
Support
Support

Hello @Gefenk 

Currently there is not a way to see the owner of the published bookmarks within the HUB or the QMC. This would be a good idea to add to the Ideation page within the Qlik Community: https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight

But if you do require to find the owner of the bookmark, this can be done by using the QRS API calls:

https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=4...

Example: /qrs/app/object/full?filter=objectType eq 'Bookmark' and app.id eq 682ca78e-85b8-4108-9fbd-c611b8651291

This example provides all of the bookmarks within the specified App.  Then within the output you can see the ID of the user who created the bookmark.

I do hope that this helps.

 

Sr. Technical Support Engineer with Qlik Support
Don't forget to mark a solution that worked for you!

View solution in original post

1 Reply
Mike_Dickson
Support
Support

Hello @Gefenk 

Currently there is not a way to see the owner of the published bookmarks within the HUB or the QMC. This would be a good idea to add to the Ideation page within the Qlik Community: https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight

But if you do require to find the owner of the bookmark, this can be done by using the QRS API calls:

https://help.qlik.com/en-US/sense-developer/February2022/APIs/RepositoryServiceAPI/index.html?page=4...

Example: /qrs/app/object/full?filter=objectType eq 'Bookmark' and app.id eq 682ca78e-85b8-4108-9fbd-c611b8651291

This example provides all of the bookmarks within the specified App.  Then within the output you can see the ID of the user who created the bookmark.

I do hope that this helps.

 

Sr. Technical Support Engineer with Qlik Support
Don't forget to mark a solution that worked for you!