def get_all(): """ Get all threshold """ return [model_to_dict(thres) for thres in ReportThreshold.objects.all()]