I'm using Script API function to get an array of data, but I'm getting an error in status code (520).
Code sample:
var headers = { 'Content-Type': 'application/json', 'Accept': 'application/json' }; var url = 'http://universities.hipolabs.com/search?country=United+States'; var response = core_v2_http.Get(url, { Headers: headers }); return response;
Result in sandbox:
Apparently this function can only handle an object.
Is there an alternative way?
Verint version: 12.0.3