文档
测试
POST
http://leave2.com/examreport/api/QualitySingleAnalysisGrade/getList

请求头

参数名
类型
描述
必填
Authorization
N0ZHdEFNVzFNS2hocDV3RlR0QkJYNWo4VEsxMFQ2eEprNXcyRjVCdFdHengtPXlzUDZSRm50ZktUNjBpREpueC1NMmdiNXhKZ3R3VllzUjlTNVM1UUoxUlM4MU9xLXcxUnNWT1lMSEpWUHZmZA%3D%3D%3D%3D
必填

请求参数

参数名
类型
描述
必填
exam_id
考试id
必填
school_id
学校id
必填

响应参数

参数名
类型
描述
必填
school_name
校区
必填
average_rate
班级总均分系数
必填
hege_rate
全科合格率
必填
rank_num_10
全市前10名达成度
必填
rank_num_100
全市前100名达成度
必填
rank_num_300
全市前300名达成度
必填
rank_num_1000
全市前1000名达成度
必填
rank_num_2500
全市前2500名达成度
必填
rank_num_4000
全市前4000名达成度
必填
total_score
合计
必填
rank
排序
必填
create_date
更新时间
必填
rank_percent_10
全市前10%达成度
必填
rank_percent_20
全市前20%达成度
必填
rank_percent_30
全市前30%达成度
必填
rank_percent_40
全市前40%达成度
必填
rank_percent_50
全市前50%达成度
必填
rank_percent_60
全市前60%达成度
必填
rank_percent_70
全市前70%达成度
必填
rank_percent_80
全市前80%达成度
必填
rank_percent_90
全市前90%达成度
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "5431", "exam_id": "456", "grade_id": null, "grade_name": null, "school_id": "wpB77hCAAAFkydMi9uUAI64bbkztdUuA", "school_name": "江阴初级中学", "average_rate": 22, "hege_rate": 238, "rank_num_10": 10, "rank_num_100": 10, "rank_num_300": 10, "rank_num_1000": 8.52, "rank_num_2500": 6.82, "rank_num_4000": 6.82, "rank_percent_10": 10, "rank_percent_20": 10, "rank_percent_30": 9.85, "rank_percent_40": 9.53, "rank_percent_50": 9.18, "rank_percent_60": 8.77, "rank_percent_70": 8.2, "rank_percent_80": 7.7, "rank_percent_90": 7.26, "total_score": 392.66, "rank": null, "create_by_uuid": "9e54659376ee5574e1ff08d4a9317674", "create_by_account": null, "create_by_name": "企微服务", "create_date": "2024-06-15 14:14:15", "edit_by_uuid": "9e54659376ee5574e1ff08d4a9317674", "edit_by_account": null, "edit_by_name": "企微服务", "edit_date": "2024-06-15 14:14:15", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "wpB77hCAAAFkydMi9uUAI64bbkztdUuA", "company_name": "江阴初级中学" } ] }