I am working on a Qlik Sense project and need to programmatically retrieve the source information of QVD files associated with a specific App ID. My objective is to identify which scripts or data sources are used to create these QVDs.
Specifically, I am looking for an API endpoint or method that can provide the following: - The App ID - The source or script that was used to generate the QVD
I have gone through the Qlik Sense API documentation but haven't found a clear method to achieve this. Below are the APIs I have explored so far: - /api/v1/apps/ - /api/v1/apps/{appId}/scripts
Is there an existing API or a combination of APIs that can provide the QVD creation source? Any pointers or examples would be greatly appreciated.