查看内部文档

GET /apiv2/internal_knowledge_posts/{id}.json
curl 示例
curl https://{subdomain}.kf5.com/apiv2/internal_knowledge_posts/{id}.json \
  -v -u {email_address}:{password}
返回示例
Status: 200 OK{
        "id": "1009775",
        "category_id": "1002340",
        "title": "tetst",
        "content": "哈哈哈哈",
        "user_id": "22799645",
        "active": "1",
        "created": "1505898338",
        "updated": "1505898338",
        "file": [
            {
            "id": "4035314",
            "name": "飞诊问题(回复).docx",
            "token": "00159c22f5796d1fc59d440c49b0e40",
            "url": "https://im2beta.kf5.com/attachments/download/4035314/00159c22f5796d1fc59d440c49b0e40/?filename=%E9%A3%9E%E8%AF%8A%E9%97%AE%E9%A2%98%EF%BC%88%E5%9B%9E%E5%A4%8D%EF%BC%89.docx"
            }
        ]}