拥有此API的权限集 |
---|
打卡管理-查询打卡信息 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.examination.list.get/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx"
}'
{
"code": 0,
"data": {
"exam_list": [
{
"app_id": "appxxxx",
"comment_count": 0,
"commit_count": 0,
"created_at": "2021-11-29 17:14:35",
"id": "ex_61a499fb6c9a1_XHM6cTqX",
"name": "aadada",
"participate_count": 0,
"state": 1,
"total_question": 5,
"total_score": 10
}
],
"total_count": 117
},
"msg": "操作成功"
}