获取考试详情
POST
https://api.xiaoe-tech.com/xe.examination.detail.get/1.0.0
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.xiaoe-tech.com/xe.examination.detail.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx"
}'
响应示例响应示例
{
"code": 0,
"data": {
"exam_info": {
"comment_count": 0,
"commit_count": 0,
"created_at": "2021-11-19 11:04:04",
"detail": "<p>123</p>",
"exam_chance": 1,
"exam_end_time": "0000-00-00 00:00:00",
"exam_start_time": "0000-00-00 00:00:00",
"exam_time": 0,
"exam_time_radio": 0,
"img_url": "https://wechatapppro-1252524126.file.myqcloud.com/image/ueditor/82305700_1636016039.png",
"img_url_compressed": "http://wechatapppro-1252524126.file.myqcloud.com/app2zAQRfES7918/image/compress/20011282305700_1636016039.png",
"immediate_reexam": 0,
"name": "测试随机试题数1",
"open_watermark": 0,
"reexam_interval": 1,
"state": 1,
"total_question": 5,
"total_score": 10
},
"has_user": 0
},
"msg": "操作成功"
}
请求参数
Body 参数application/json
返回响应
修改于 2022-04-01 07:05:33