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

Stuck at Getting Survey Details from SurveyMonkey

I'm trying to connect to the Survey Monkey API via a hard corded connection (set in a variable) but the connection is giving me such error: QVX_UNEXPECTED_END_OF_DATA: HTTP protocol error 400 (Bad Request): {"error": {"docs": "https://developer.surveymonkey.com/api/v3/#error-codes", "message": "Invalid URL parameters.", "id": "1003", "name": "Bad Request", "http_status_code": 400}}

 

Although, if i try the same but while getting surveys bulk, it works

vID is equal to a survey id

 

 

Table:
SQL SELECT

....
WITH CONNECTION(Url "$(vURL2)");

1 Reply
georgio_hb
Contributor III
Contributor III
Author