JSON格式
| Name | Type | Read-only | Comment |
|---|---|---|---|
| id | integer | yes | 文档分类id,由系统自动分配 |
| url | string | yes | 资源url |
| topic_id | integer | no | 该社区问题所属的社区话题 |
| title | string | no | 社区问题名称 |
| content | string | no | 社区问题描述 |
| author_id | integer | no | 社区问题创建者 |
| created_at | date | yes | 创建时间 |
| updated_at | date | yes | 最后更新时间 |
JSON 示例
{
"id": 7,
"url": "https://support.kf5.com/apiv2/questions/7.json",
"topic_id": 6,
"title": "问题标题",
"content": "问题内容",
"author_id": 748,
"created_at": "2012-08-10 14:50:13",
"updated_at": "2012-08-10 14:50:13"}