function getController() {
     ctrlFactory.get.call(this, '/rest/admin/apitokens/:id');

     this.controllerAction = function() {
         this.jsonService(this.service('admin/apitokens/get'));