分组列表
请求URL
GET /apiv2/robot/question_categories.json
Query参数
Name | Required | Type | Comment |
---|---|---|---|
page | 否 | number | 页码,默认为 1 |
per_page | 否 | number | 分页尺寸,默认为 100 |
返回示例
{ "rows": [ { "id": 18, "title": "技术问题" }, ...... ], "count": 8, "next_page": null, "previous_page": null }