Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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,
Unfortunately these do not work. Has anyone come across this and would anyone be willing to provide some guidance?
you can try Qlik JSON API which has to list, create and clone bookmarks in app.
you can try Qlik JSON API which has to list, create and clone bookmarks in app.
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.