go to post Valdeir Silva · May 10, 2016 Hi,I had the same case because I don't use %CSP.REST, so I used the code below to get the parameters of the URL.URL: http://ipbrdmzvlx163:9980/teste/api/v1/person?type=val&card=gold&type=phillSet param1=$Get(pInput.Attributes("URL")) $$$LOGERROR("param1: "_param1)Set param2=$Get(pInput.Attributes("Params","type",1)) $$$LOGERROR("param2: "_param2)Set param3=$Get(pInput.Attributes("Params","card",1)) $$$LOGERROR("param3: "_param3) Set param4=$Get(pInput.Attributes("Params","type",2)) $$$LOGERROR("param4: "_param4)Event Log ')+''; content += ''; return content; }, "modalShow": function() { // add ensExceptionModalGroup to class for floating div var modalGroup = EnsException.modalGroup; if (modalGroup) { var div = modalGroup.getFloatingDiv(); if (div) div.className += ' ensExceptionModalGroup'; } // override default behaviour -- user must make a choice var mouseTrap = document.getElementById('zenMouseTrap'); if (mouseTrap) mouseTrap.onmouseup = null; }, "modalDelete": function() { // clean up floating div var modalGroup = EnsException.modalGroup; if (modalGroup) { var div = modalGroup.getFloatingDiv(); if (div && div.parentNode) { div.parentNode.removeChild(div); } } } } window.zenUserExceptionHandler = EnsException.exceptionHandler; TipoIDHora de RegistroSessãoProcessoOrigemTexto Info5992016-05-10 14:44:54.106 65352Demo.REST.MathServiceClosing TCP Connection Job Info5982016-05-10 14:44:54.105 65352Demo.REST.MathServiceDisconnecting from 9980<-172.18.174.181:55430 Erro5962016-05-10 14:44:54.099 65352Demo.REST.MathServiceparam4: phill Erro5952016-05-10 14:44:54.098 65352Demo.REST.MathServiceparam3: gold Erro5942016-05-10 14:44:54.098 65352Demo.REST.MathServiceparam2: val Erro5932016-05-10 14:44:54.096 65352Demo.REST.MathServiceparam1: /teste/api/v1/person Info5922016-05-10 14:44:54.076 65352Demo.REST.MathServiceConfigItem 'Demo.REST.MathService' started in job 65352 Info5912016-05-10 14:44:54.071 43268Demo.REST.MathServiceDisconnecting from 9980<-172.18.174.181:55430 Info5902016-05-10 14:44:54.057 43268Demo.REST.MathServiceNew connection on port 9980 from 172.18.174.181:55430Doc: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...