GET Knowledge/getKnowledgeTypeList
获取知识角类型
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取知识角类型
Collection of KnowledgeTypeDatasResult| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
id |
integer |
None. |
| name |
名称 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": [
{
"id": 1,
"name": "sample string 2"
},
{
"id": 1,
"name": "sample string 2"
}
],
"msg": null
}
application/xml, text/xml
Sample:
<ArrayOfKnowledgeTypeDatasResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Result">
<KnowledgeTypeDatasResult>
<id>1</id>
<name>sample string 2</name>
</KnowledgeTypeDatasResult>
<KnowledgeTypeDatasResult>
<id>1</id>
<name>sample string 2</name>
</KnowledgeTypeDatasResult>
</ArrayOfKnowledgeTypeDatasResult>