内部文档列表

GET /apiv2/internal_knowledge_posts.json
查看指定内部文档分区下的文档列表
GET /apiv2/internal_knowledge_posts.json?categroy_id={categroy_id}

返回示例

{
    "questions": [
        {
        "title": "tetst",
        "category_id": "1002340",
        "created_time": "2017-09-20 17:05",
        "updated_time": "6天前",
        "user": "IM2beta王浩",
        "id": "1009775"
        }
    ],
    "category_name": "ttt",
    "pagination": {
        "total": "1",
        "pageSize": 30,
        "currentPage": 1
    }