Forum Discussion

prateek-hcl's avatar
prateek-hcl
Contributor
12 years ago

Using rest() method for making restAPI call from endpoint

  We use <#assign message = restadmin("/messages/id/${mid}").message /> to make API call. Restadmin method adds the complete restAPI path and makes the call.   Is there anyway where we can give t...