예제 #1
0
파일: misc.py 프로젝트: ovh/cerberus-core
def get_mass_contact():
    """
        List all created mass-contact campaigns
    """
    code, resp = GeneralController.get_mass_contact(filters=request.args.get('filters'))
    return code, resp