分组列表

请求URL
GET /apiv2/robot/question_categories.json
Query参数
NameRequiredTypeComment
pagenumber页码,默认为 1
per_pagenumber分页尺寸,默认为 100
返回示例
{
	"rows": [
		{
			"id": 18,
			"title": "技术问题"
		},
		......	],
	"count": 8,
	"next_page": null,
	"previous_page": null
}