文档
测试

问卷列表接口

GET
http://zqh.5rkk.com/question/api/v1/questionnaires/list

接口描述

访问自己的问卷列表

请求参数

application/json
参数名
类型
描述
必填
page
页码 默认为1
可选
pagesize
每页数量 默认为10
可选
status
int
发布状态: 全部:999 ; 待提交:-1; 0:审核中; 1:已发布; 2:审核拒绝; 3:审核通过等待发布; 4:停止、截止
可选
search
string
标题、中青号名称搜索
可选
created_at_start
string
提交起始时间 eg:2022-02-28
可选
created_at_end
string
提交截止时间 eg:2022-02-28
可选

说明 / 示例

```language { "code": 0, "msg": "请求成功", "data": { "current_page": 1, "data": [ { "project_key": "3432881dcee0e17d5c999cd13720be43", "name": "新建问卷_2021-11-30 20:26:17", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:26:17", "collect_num": 0 }, { "project_key": "6c6172a36718fcd025079ae506a1c54a", "name": "新建问卷_2021-11-30 20:25:28", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:25:28", "collect_num": 0 }, { "project_key": "e8f9feb984c1e63c394c9a6a14ed2cbd", "name": "新建问卷_2021-11-30 20:24:55", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:24:55", "collect_num": 0 }, { "project_key": "064f586d1a8a7d227aaf1b348cb652ba", "name": "新建问卷_2021-11-30 20:24:45", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:24:45", "collect_num": 0 }, { "project_key": "921b999b4ec386d316db53711fff221b", "name": "新建问卷_2021-11-30 20:24:21", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:24:21", "collect_num": 0 }, { "project_key": "e2f205b2a76516f3528832155f7cbaf9", "name": "新建问卷_2021-11-30 20:23:08", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:23:08", "collect_num": 0 }, { "project_key": "46799ab197d110a00f13de0c9fcef5f4", "name": "新建问卷_2021-11-30 20:21:29", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:21:29", "collect_num": 0 }, { "project_key": "f77d8cc17d5a5aad5de7d1b04201c31a", "name": "新建问卷_2021-11-30 20:21:02", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:21:02", "collect_num": 0 }, { "project_key": "be3180ca4bed64f8056b1ba427e61c15", "name": "新建问卷_2021-11-30 20:19:33", "background_img": "", "describe": "", "describe_back": "", "pub_mode": 0, "collection_status": 0, "timed_collection_begin_time": null, "timed_collection_end_time": null, "status": -1, "publish_at": null, "created_at": "2021-11-30 20:19:33", "collect_num": 0 } ], "first_page_url": "http://10.4.7.8:9501/v1/questionnaires/list?page=1", "from": 1, "last_page": 1, "last_page_url": "http://10.4.7.8:9501/v1/questionnaires/list?page=1", "next_page_url": null, "path": "http://10.4.7.8:9501/v1/questionnaires/list", "per_page": 15, "prev_page_url": null, "to": 9, "total": 9 } } ```