Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
VatsalyaSolanki
Contributor III
Contributor III

How to fetch Visualization data from Postgres.

Hi Community,

In which table in postgres can I find information regarding the visualization used in my app. From the table AppObjects I did get the sheet Id, but where can I find the information regrading the visualizations in the sheets.

 

Any help would be appreciated.

Accept as answer, if the solution works for you.
Labels (1)
3 Replies
alex_colombo
Employee
Employee

Hey @VatsalyaSolanki , why you need to get this info from Postgres? I reccomend to get this information using Engine APIs.

VatsalyaSolanki
Contributor III
Contributor III
Author

Hi @alex_colombo , Its not necessary to use Postgres, I am not aware about which method to use, could you suggest me which method should be used for fetching the AppObjects data.

Accept as answer, if the solution works for you.
Øystein_Kolsrud
Employee
Employee

You can get information about app objects through this endpoint:

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

But as @alex_colombo points out, you might need to go through the engine API to get the full picture. The repository (and therefore the database) only knows about the top level objects, like sheets. If you need to look at what objects are in the sheets, then you'll need to go through the engine.