Discussion board where members can learn more about Qlik Sense App Development and Usage.
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?
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.
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.
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