问题列表
请求URL
GET /apiv2/robot/questions.json
Query参数
| Name | Required | Type | Comment |
|---|---|---|---|
| category_id | 否 | number | 所属问题分组ID |
| page | 否 | number | 页码,默认为 1 |
| per_page | 否 | number | 分页尺寸,默认为 100 |
返回示例
{
"rows": [
{
"id": 13,
"category_id": 18,
"title": "新问题",
"other_titles": [
"测试数据"
],
"answer": "智能机器人正在为您服务。",
"active": 1,
"remark": "",
"created_at": "2016-01-20 14:19:43",
"question_category": {
"id": 18,
"title": "新分组"
}
},
...... ],
"count": 26,
"next_page": null,
"previous_page": null}