POST Knowledge/Get?iid={iid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| iid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LibGetKnowledge| Name | Description | Type | Additional information |
|---|---|---|---|
| head | Lib_Knowledge |
None. |
|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| Key | string |
None. |
|
| images | Collection of InFileUpModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"images": [
{
"relation_Type": 1,
"file_name": "sample string 2",
"old_name": "sample string 3",
"iid": 4
},
{
"relation_Type": 1,
"file_name": "sample string 2",
"old_name": "sample string 3",
"iid": 4
}
],
"head": {
"IId": 1,
"Title": "sample string 2",
"Maker_Date": "2026-04-16 19:58:17",
"Maker": "sample string 3",
"Create_UserId": 1,
"Describe": "sample string 4"
},
"Success": 1,
"Msg": "sample string 2",
"Token": "sample string 3",
"Key": "sample string 4"
}
application/xml, text/xml
Sample:
<LibGetKnowledge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF">
<Key xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 4</Key>
<Msg xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 2</Msg>
<Success xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">1</Success>
<Token xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 3</Token>
<head>
<Create_UserId>1</Create_UserId>
<Describe>sample string 4</Describe>
<IId>1</IId>
<Maker>sample string 3</Maker>
<Maker_Date>2026-04-16T19:58:17.0038106+08:00</Maker_Date>
<Title>sample string 2</Title>
</head>
<images>
<InFileUpModel>
<file_name>sample string 2</file_name>
<iid>4</iid>
<old_name>sample string 3</old_name>
<relation_Type>1</relation_Type>
</InFileUpModel>
<InFileUpModel>
<file_name>sample string 2</file_name>
<iid>4</iid>
<old_name>sample string 3</old_name>
<relation_Type>1</relation_Type>
</InFileUpModel>
</images>
</LibGetKnowledge>