{
"termId": "LFXX002S313",
"gradeId": "4"
}
curl --location --request POST 'http://192.168.102.224/api/openapi-aiappraise-common-1-11-release/dataAnalysis/queryRecordList' \
--header 'Tenant-Id: LFXX002' \
--header 'Access-Token: ed9f6fd02582bd33aa003f21a54b4bfd' \
--header 'X-User-Account: TWPAAS1200003279526' \
--header 'Current-Org-Id: TWPAAS1200000007333' \
--header 'Branch_Code: LFXX002' \
--header 'Content-Type: application/json' \
--data-raw '{
"termId": "LFXX002S313",
"gradeId": "4"
}'
{
"responseEntity": {
"avgAppraiseTimes": 43,
"totalAppraiseTimes": 10739,
"personNum": 250,
"appraiseStudentScoreList": null,
"appraiseStudentDetailList": null,
"appraiseTeacherTimesList": null,
"appraiseItemTimesList": null,
"appraiseDetailList": null
},
"pageInfo": null,
"serverResult": {
"resultCode": "200",
"resultMessage": "成功",
"internalMessage": null
}
}