Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I was able to get all attributes that I need from Qlik JSON engine API via https://help.qlik.com/en-US/sense-developer/September2018/Subsystems/EngineAPI/Content/Sense_EngineA..., but I have tags assigned to apps and I need to get somehow the apps tags, but I can't find the method, how to get it.
I know how to get it via QRS api, but I don't want to connect to another API just because of tag. Am I missing something or there is no way how to get app tags via Qlik JSON engine API?
Thanks,
Jakub
HI,
you are right, you need to use the QRS api to get the tags. You could use the callRepository method for this.
Erik Wetterberg