Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
vish123
Creator III
Creator III

How to get App name and its size details from QRS database?

Hi Team,

I need to pull app and its size details from QRS database. But i could not find filesize column in QRS. Can someone please guide. Also let me know  Is there any data model available for QRS Database?

Labels (2)
3 Replies
Gysbert_Wassenaar

I doubt that the filesize is stored in the database. That info is most likely retrieved from the filesystem where the actual .qvf file is stored.


talk is cheap, supply exceeds demand
vish123
Creator III
Creator III
Author

Hi Gysbert,

Thank you for your reply. But is there anyway to fetch filesize and filename through API's. Please let me know the methods in case if you know.

Michael_Leigh
Employee
Employee

Hi, yes there is an API for that 

GET /app/{id}

https://help.qlik.com/en-US/sense-developer/June2019/APIs/RepositoryServiceAPI/index.html?page=391

There is also the Qlik-Cli tool available on GitHub to help simplify API usage

https://support.qlik.com/articles/000047186