String getUrlRoot(String vasatObjectName) { var url = "/api/$vasatObjectName"; //debug("getUrlRoot: $url"); return url; }