问题列表

请求URL
GET /apiv2/robot/questions.json
Query参数
NameRequiredTypeComment
category_idnumber所属问题分组ID
pagenumber页码,默认为 1
per_pagenumber分页尺寸,默认为 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}