文档
测试

问卷列表

POST
http://survey.com/questionnaire/api/Exam/getList

请求头

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

请求参数

参数名
类型
描述
必填
page
分页参数
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
问卷id
必填
type
问卷类型 1固定考试 2随机考试
必填
title
标题
必填
fu_title
副标题
必填
time_controller
时间控制 1是 2否
必填
start_time
开始时间
必填
end_time
结束时间
必填
use_invitation_code
开启邀请码 1是 2否
必填
limit_ip
ip限制 1是 2否
必填
status
状态 1已发布 2未发布
必填
create_by_name
创建人
必填
link_url
问卷链接
必填
qr_code
二维码
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 2, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "168", "type": "2", "title": "期末考试", "fu_title": "期末考试", "desc": "期末考试", "time_controller": "2", "start_time": null, "end_time": null, "use_invitation_code": "1", "limit_ip": "1", "status": "2", "limit_switch": "1", "exam_time_controller": "1", "exam_time_limit": "100", "select_items": "[{\"library_id\":\"168\",\"category_id\":\"167\",\"type\":\"1\",\"count\":\"5\",\"score\":\"2\"},{\"library_id\":\"169\",\"category_id\":\"169\",\"type\":\"1\",\"count\":\"2\",\"score\":\"2\"}]", "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-05 16:01:11", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-05 16:01:12", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "link_url": "http://survey.com/questionnaire/Question/select_school?id=168", "qr_code": "/upload/code/202212/b52d6703299eea43afa34be272a82d25.png" }, { "id": "165", "type": "1", "title": "期中考试", "fu_title": "期中考试", "desc": "期中考试", "time_controller": "1", "start_time": "2022-12-01 00:00:00", "end_time": "2022-12-05 23:59:59", "use_invitation_code": "1", "limit_ip": "1", "status": "2", "limit_switch": "1", "exam_time_controller": "1", "exam_time_limit": "120", "select_items": null, "create_by_uuid": "628133f1525c618", "create_by_account": "xingzhi", "create_by_name": "管理员", "create_date": "2022-12-05 14:31:41", "edit_by_uuid": "628133f1525c618", "edit_by_account": "xingzhi", "edit_by_name": "管理员", "edit_date": "2022-12-05 14:31:42", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null, "link_url": "http://survey.com/questionnaire/Question/select_school?id=165", "qr_code": "/upload/code/202212/5c7e58647e230cde5fd361b823944dbd.png" } ] } }