req.user.getSurveys({
            where: {
                id: Utils.decryptSurveyId(req.params.id)
            }
        }).then(function(surveys) {