Discussion board where members can learn more about Integration, Extensions and API’s for Qlik Sense.
Hi Community,
I'm trying to get the tables list which was showing in the data model viewer through API. Any one have any idea how to achieve this. Please share if you do.
Thanks.
Hi folks,
I found the solution using the below.
Hello @Manoj_Prabu ,
If i'm not mistaken you can use the engine api to get that information. https://help.qlik.com/en-US/sense-developer/February2021/apis/EngineAPI/definitions-TableViewSaveInf...
Also I would suggest you to check this tool https://github.com/qlik-oss/catwalk
Hope this helps.
Best regards,
Francisco
Hi @Francisco_Fernandez ,
Thanks for the response. I got what I want from Engine API GetTablesAndKeys method. My requirement is, is there any way to get that result with Qlik APIs other than Engine API.
Thanks.
Hi folks,
I found the solution using the below.