Gursimrat
11 years agoLeader
Passing parameter from custom component to an endpoint
I am calling an endpoint from a custom component where my requirement is as below: From a text box, when a user types a query (a string), it will need to be passed in a REST call which will fetch...
- 11 years agoIn reference to my last Comment,
You can accept the parameter in endpoint as,
<#assign search_query = http.request.parameters.name.get("QueryParameter","") />