Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
adiey_26
Contributor
Contributor

Data Fetch Using python

Hey folks,

i want to fetch data from an URL 

i tried by using rest API but the records are not coming only 100 records are coming using that 

is there any possible way to fetch data from url using python or anything else ?

Thanks in advance.

Labels (1)
  • API

1 Solution

Accepted Solutions
Francisco_Fernandez

Hello @adiey_26 ,

You would need to install server side extensions (SSE)

Could you please check the following link?
https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d

 

Best regards,

Francisco

View solution in original post

2 Replies
Francisco_Fernandez

Hello @adiey_26 ,

You would need to install server side extensions (SSE)

Could you please check the following link?
https://developer.qlik.com/garden/5af5217ab2606a3c2c1f4d1d

 

Best regards,

Francisco

vasilev
Creator
Creator

Hello @adiey_26,

I am developing an Qlik engine client as python library, where you could fetch data from application data models, tables, chart etc. Just take a look. Maybe this client could help you your issue.

https://pypi.org/project/qe-api-client/

BR,

Rumen