- Log in to post comments
User bio
404 bio not found
Member since May 10, 2016
Posts:
Valdeir has not published any posts yet.
Replies:
Certifications & Credly badges:
Valdeir has no Certifications & Credly badges yet.
Followers:
Valdeir has no followers yet.
Following:
Valdeir has not followed anybody yet.
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=phill
Set 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
Doc: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…