Javascript example:
// get the parameter from the endpoint. var username = form.rest.getParameter("username"); //get user details ...
returns java.lang.String
Javascript example: