Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jhettler
Contributor
Contributor

How to get Qlik app tag list from Qlik JSON engine API

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

1 Reply
ErikWetterberg

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