Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 schatterjee
		
			schatterjee
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
I am trying to find an API which can give the tables and data source connections related metadata used in an app. Is there any QRS endpoint or any other endpoint for it?
Thanks
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There is a GetLineage method in the engine API
and a new Engine REST API endpoint (which I haven't tried)
https://help.qlik.com/en-US/sense-developer/August2021/APIs/QIXAPI/index.html?page=5
-Rob
 schatterjee
		
			schatterjee
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks
However I tried using the GetLineage method in the engine API, but is says
"{"jsonrpc":"2.0","id":6,"error":{"code":5,"parameter":"Access denied to lineage data","message":"Access denied"}}"
Any idea why this is coming?
FYI I am using Qliksense Enterprise and using using JWT token to authorize to Qlik Engine API
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I see this message occasionally. I assume it has to do with security rules, but I have not investigated.
-Rob
 surbhi_a
		
			surbhi_a
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am able to extract metadata of data model but not for objects and data sources
