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

QLIKSENSE - build the REST API Connection - the API was build by flask

Hi,

I would like to do a REST API connection but it's always fail, anyone can help me to see was the problem of this code?

RestConnectorMasterTable:
SQL SELECT *
FROM JSON (wrap on) "root" PK "__KEY_root"
WITH CONNECTION

(

URL "http://127.0.0.1:5000/Home/",

QUERY "Start" "$(vstart)",

QUERY "End" "$(vend)",

);

Labels (2)
0 Replies