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