POST BaseData/Configuration/View
Request Information
URI Parameters
None.
Body Parameters
GetConfigItemListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| QueryKey | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
|
| IID | integer |
None. |
|
| SortList | Collection of BaseSort |
None. |
|
| ScreenList | Collection of BaseScreen |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"PageSize": 2,
"PageIndex": 3,
"QueryKey": "sample string 4",
"StartTime": "sample string 5",
"EndTime": "sample string 6",
"IID": 7,
"SortList": [
{
"SortName": "sample string 1",
"Asc": true
},
{
"SortName": "sample string 1",
"Asc": true
}
],
"ScreenList": [
{
"ScreenName": "sample string 1",
"ScreenValue": "sample string 2"
},
{
"ScreenName": "sample string 1",
"ScreenValue": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<GetConfigItemListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request.BaseData">
<EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 6</EndTime>
<IID xmlns="http://schemas.datacontract.org/2004/07/">7</IID>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/">3</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/">2</PageSize>
<QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 4</QueryKey>
<ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" xmlns="http://schemas.datacontract.org/2004/07/">
<d2p1:BaseScreen>
<d2p1:ScreenName>sample string 1</d2p1:ScreenName>
<d2p1:ScreenValue>sample string 2</d2p1:ScreenValue>
</d2p1:BaseScreen>
<d2p1:BaseScreen>
<d2p1:ScreenName>sample string 1</d2p1:ScreenName>
<d2p1:ScreenValue>sample string 2</d2p1:ScreenValue>
</d2p1:BaseScreen>
</ScreenList>
<SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" xmlns="http://schemas.datacontract.org/2004/07/">
<d2p1:BaseSort>
<d2p1:Asc>true</d2p1:Asc>
<d2p1:SortName>sample string 1</d2p1:SortName>
</d2p1:BaseSort>
<d2p1:BaseSort>
<d2p1:Asc>true</d2p1:Asc>
<d2p1:SortName>sample string 1</d2p1:SortName>
</d2p1:BaseSort>
</SortList>
<StartTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 5</StartTime>
<Type>1</Type>
</GetConfigItemListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BasePageResultTOfBase_Configuration_Item| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | integer |
None. |
|
| Msg | string |
None. |
|
| Token | string |
None. |
|
| PageCount | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Totals | integer |
None. |
|
| DataContent | Collection of Base_Configuration_Item |
None. |
|
| PositionPage | integer |
None. |
|
| PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": 1,
"Msg": "sample string 2",
"Token": "sample string 3",
"PageCount": 4,
"PageIndex": 5,
"PageSize": 6,
"Totals": 7,
"DataContent": [
{
"IID": 1,
"Name": "sample string 2",
"creator": "sample string 3",
"create_date": "2026-04-16 19:53:41",
"modifier": "sample string 4",
"modify_date": "2026-04-16 19:53:41",
"remark": "sample string 5",
"Type": 1,
"TypeName": "sample string 6"
},
{
"IID": 1,
"Name": "sample string 2",
"creator": "sample string 3",
"create_date": "2026-04-16 19:53:41",
"modifier": "sample string 4",
"modify_date": "2026-04-16 19:53:41",
"remark": "sample string 5",
"Type": 1,
"TypeName": "sample string 6"
}
],
"PositionPage": 8,
"PositionRow": 9
}
application/xml, text/xml
Sample:
<BasePageResultTOfBase_Configuration_ItemMvUOqDL6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
<DataContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF">
<d2p1:Base_Configuration_Item>
<d2p1:IID>1</d2p1:IID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>1</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:create_date>2026-04-16T19:53:41.0914004+08:00</d2p1:create_date>
<d2p1:creator>sample string 3</d2p1:creator>
<d2p1:modifier>sample string 4</d2p1:modifier>
<d2p1:modify_date>2026-04-16T19:53:41.0914004+08:00</d2p1:modify_date>
<d2p1:remark>sample string 5</d2p1:remark>
</d2p1:Base_Configuration_Item>
<d2p1:Base_Configuration_Item>
<d2p1:IID>1</d2p1:IID>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:Type>1</d2p1:Type>
<d2p1:TypeName>sample string 6</d2p1:TypeName>
<d2p1:create_date>2026-04-16T19:53:41.0914004+08:00</d2p1:create_date>
<d2p1:creator>sample string 3</d2p1:creator>
<d2p1:modifier>sample string 4</d2p1:modifier>
<d2p1:modify_date>2026-04-16T19:53:41.0914004+08:00</d2p1:modify_date>
<d2p1:remark>sample string 5</d2p1:remark>
</d2p1:Base_Configuration_Item>
</DataContent>
<Msg>sample string 2</Msg>
<PageCount>4</PageCount>
<PageIndex>5</PageIndex>
<PageSize>6</PageSize>
<PositionPage>8</PositionPage>
<PositionRow>9</PositionRow>
<Success>1</Success>
<Token>sample string 3</Token>
<Totals>7</Totals>
</BasePageResultTOfBase_Configuration_ItemMvUOqDL6>