Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to add hub custom properties using qrs api in python script. Able to add to app custom properties successfully but trying to add to hub custom properties. Please help me with the endpoints or the steps to add
Hello,
I am not sure I totally understand what you mean by Hub custom properties. Are you referring to the capacity of adding custom properties to certain Applications from the Qlik Sense Hub? Similar to what is documented here.
If this is the case then you can use the QRS API PUT /app/{id} documented here.
Someone did something similar by adding custom properties on Users which follow the same principle.
Hope this helps!
Hi Laugiero, Thanks for your response! In my post i refer to Hub custom properties where we have the common custom properties for the whole qmc instead of individual app.
navigation: Start->Manage Resources->Custom Properties. Here we could find all the app management groups/security groups added in qmc.
My requirement is to add the security group in this custom property instead of individual app. Hope this explains.
Hi,
Thank you for the feedback.
I believe this is the API you are looking for
This will allow you to create custom properties and/or associated value directly without having to do it on a per-app basis.
Hope this helps!