GET api/BasicData/GetKnowLedgeArticleInfo?fid={fid}
获取一个知识文章内容
请求参数信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| fid |
记录ID |
string |
Required |
Body 参数
None.
接口返回信息
返回信息说明
JMResponseOfKnowLedgeArticleEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | KnowLedgeArticleEntity |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {
"FId": "sample string 1",
"FClassId": "sample string 2",
"FFullName": "sample string 3",
"FContent": "sample string 4",
"FViewType": 0,
"FKeyWords": "sample string 5",
"FAbstract": "sample string 6",
"FEnabledMark": true,
"FCreatorTime": "2026-02-04 21:50:37",
"FCreatorUserId": "sample string 8",
"FLastModifyTime": "2026-02-04 21:50:37",
"FLastModifyUserId": "sample string 9"
}
}
application/xml, text/xml
Sample:
<JMResponseOfKnowLedgeArticleEntity3cfPIyKx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">
<code>sample string 1</code>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLYServices.Domain.Entity.SystemDocument">
<d2p1:FAbstract>sample string 6</d2p1:FAbstract>
<d2p1:FClassId>sample string 2</d2p1:FClassId>
<d2p1:FContent>sample string 4</d2p1:FContent>
<d2p1:FCreatorTime>2026-02-04T21:50:37.0340224+08:00</d2p1:FCreatorTime>
<d2p1:FCreatorUserId>sample string 8</d2p1:FCreatorUserId>
<d2p1:FEnabledMark>true</d2p1:FEnabledMark>
<d2p1:FFullName>sample string 3</d2p1:FFullName>
<d2p1:FId>sample string 1</d2p1:FId>
<d2p1:FKeyWords>sample string 5</d2p1:FKeyWords>
<d2p1:FLastModifyTime>2026-02-04T21:50:37.0340224+08:00</d2p1:FLastModifyTime>
<d2p1:FLastModifyUserId>sample string 9</d2p1:FLastModifyUserId>
<d2p1:FViewType>个人可见</d2p1:FViewType>
</data>
<msg>sample string 2</msg>
</JMResponseOfKnowLedgeArticleEntity3cfPIyKx>