Hi Igor, the issue seems to be the rest call, I want to show just one data-set like this: GET http://api.myserver.com/api/v1/table/... Cant figure how to do this for dynamic keys, e.g.: GET http://api.myserver.com/api/v1/users/... How to define the service and mapping so that it works for dynamic ke...