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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ursa_Rex
Contributor II
Contributor II

Using POST to create bookmarks in Qlik Enterprise

Good Day all,

 

If someone could assist me that would be fantastic, so I have an app where some bookmarks were created. Now the user has asked me to move the bookmarks to another app entirely, these two apps share data sources and field names so that should not be an issue.

 

In postman using the following GET method, I managed to find the bookmarks that I want to move over,

/qrs/app/object/full

Now I trired using the POST method with the same URL to actually create the bookmarks, unfortunately every post method I used says "No matching endpoint found".

I used the following POST methods,

Ursa_Rex_0-1770730427265.png

Unfortunately these do not work. Has anyone come across this and would anyone be willing to provide some guidance?

 

Labels (2)
1 Solution

Accepted Solutions
vighnesh_gawad
Partner - Creator
Partner - Creator

you can try Qlik JSON API which has to list, create and clone bookmarks in app.

https://help.qlik.com/en-US/sense-developer/November2025/Subsystems/EngineAPI/Content/Sense_EngineAP...

Regards, Vighnesh Gawad
Connect with me on LinkedIn | GitHub

View solution in original post

2 Replies
vighnesh_gawad
Partner - Creator
Partner - Creator

you can try Qlik JSON API which has to list, create and clone bookmarks in app.

https://help.qlik.com/en-US/sense-developer/November2025/Subsystems/EngineAPI/Content/Sense_EngineAP...

Regards, Vighnesh Gawad
Connect with me on LinkedIn | GitHub
Ursa_Rex
Contributor II
Contributor II
Author

Hi Vighnesh, thanks for the info, unfortunately, I could not get this to work, but used a work around with having users create their own bookmarks by selecting fields and then saving it as a csv file. Thank you for the reply.