I'm trying to pass a variable to a detail page where the url is in the format: http://www.example.com/view/123 rather than http://www.example.com/view.html?id=123. I've created the parameter in the Request in the Service. And consider the URL to be http://www.example.com/view but I'm don't know how to get results in the test query when I populate an ID. Advice would be appreciated.