获取考试结果详细信息
POST
https://api.xiaoe-tech.com/xe.examination.result.info/1.0.0
拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.examination.result.info/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token" : "xe_xxxxx",
"join_id": "xxxxxxxxx"
}'
响应示例响应示例
{
"code": 0,
"msg": "操作成功",
"data": [
{
"id": "qs_xxxxxxx",
"type": 0,
"content": "",
"describ": "",
"audio_urls": [
{
"audio_url": "xxxx.mp3",
"audio_id": "m_cxxxxh",
"id": "xx",
"audio_title": "处理后音频.mp3",
"audio_length": "422"
}
],
"correct_answer": [
"op_60ed542728900_KUO1g1e4"
],
"analysis": "<p&请仔细阅读交规<br/&-----------------------<br/&多选题</p&",
"disorder_match": 0,
"is_material_question": 0,
"score": 2,
"omit_score": "[]",
"question_id": "-1",
"sort": 1,
"answer": [
"op_60ed5427288f1_Hun7BNUD"
],
"optionList": [
{
"app_id": "appx",
"question_id": "qs_60ed5427288d3_yVYHI5XK",
"id": "op_60ed5427288f1_Hun7BNUD",
"content": "<p&使用其他车辆行驶证</p&",
"describ": "使用其他车辆行驶证\n",
"state": 0,
"answerType": 1
}
]
},
{
"id": "qs_xxxx2",
"type": 1,
"content": "",
"describ": "",
"audio_urls": "",
"correct_answer": [
"op_xIfBa",
"op_xPT"
],
"analysis": "<p&今天是开心的</p&",
"disorder_match": 0,
"is_material_question": 0,
"score": 2,
"omit_score": "[{\"omit\":-2,\"score\":1}]",
"question_id": "-1",
"sort": 3,
"answer": [
"op_90006035b673b92b9_IfBa"
],
"optionList": [
{
"app_id": "appxxx2",
"question_id": "qs_xxA2",
"id": "op_xxxIfBa",
"content": "<p&快乐</p&",
"describ": "快乐",
"state": 0,
"answerType": 0
}
]
}
]
}
请求参数
Body 参数application/json
返回响应
修改于 2022-04-01 07:12:32