Hi,
I'm trying to make an ION API call on a Mongoose form through Event Handlers but it doesn't work for me. Could someone tell me what is wrong?


With these variables previously informed:
ThisForm.Variables("SSO").Value = "1"
ThisForm.Variables("ServerID").Value = "0"
ThisForm.Variables("APIContext").Value = "M3"
ThisForm.Variables("httpMethod").Value = "Get"
ThisForm.Variables("methodName").Value = "/m3api-rest/v2/execute/CRS610MI/GetBasicData?CUNO=123456"
ThisForm.Variables("methodParams").Value = ""
ThisForm.Variables("requestContentType").Value = ""
ThisForm.Variables("timeout").Value = "10000"
The log only reports that it failed to execute the event.

I have tested the API call through the Test ION API Invoke and it works:
