def getStats2(payload, req): uid = UR.getUserId(req) if uid is None: return UR.prepare_response({}, 1, "NOT ALLOWED") else: return UR.prepare_response(annotations.get_stats2(uid))