Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
thpessato
Contributor III
Contributor III

Qlik sense Mashup + getting apps/extensions tags

Hi all,

Is there a way to get apps / extensions tags through qlik.getAppList(...) or qlik.getExtensionList(..)?

The first one returns a some info that are on QMC, but nothing about tags.
The second one returns the .QEXT info... no info about tags, last modified date, etc...


Is there a way to get this info inside a mashup??

1 Solution

Accepted Solutions
ErikWetterberg

Hi,

You need the Repository API for that, so REST calls. There is a little helper method callRepository to help you make the actual call.

Erik Wetterberg

View solution in original post

2 Replies
ErikWetterberg

Hi,

You need the Repository API for that, so REST calls. There is a little helper method callRepository to help you make the actual call.

Erik Wetterberg

thpessato
Contributor III
Contributor III
Author

Thanks Erik!

That solved my issue.