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

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