POST Exam/Exam_Paper/View
Request Information
URI Parameters
None.
Body Parameters
BasePage| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"PageSize": 1,
"PageIndex": 2,
"QueryKey": "sample string 3",
"StartTime": "sample string 4",
"EndTime": "sample string 5",
"IID": 6,
"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:
<BasePage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
<EndTime>sample string 5</EndTime>
<IID>6</IID>
<PageIndex>2</PageIndex>
<PageSize>1</PageSize>
<QueryKey>sample string 3</QueryKey>
<ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
<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">
<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>sample string 4</StartTime>
</BasePage>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BasePageResultTOfExam_Paper| 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 Exam_Paper |
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": "sample string 1",
"PNO": "sample string 2",
"PName": "sample string 3",
"Maker": "sample string 4",
"Make_Date": "2026-04-16 20:05:48",
"Auditer": "sample string 5",
"Audit_Date": "2026-04-16 20:05:48",
"Audit_Content": "sample string 6",
"Modifier": "sample string 7",
"Mod_Date": "2026-04-16 20:05:48",
"Company_Name": "sample string 8",
"Status": "sample string 9",
"Remark": "sample string 10"
},
{
"IID": "sample string 1",
"PNO": "sample string 2",
"PName": "sample string 3",
"Maker": "sample string 4",
"Make_Date": "2026-04-16 20:05:48",
"Auditer": "sample string 5",
"Audit_Date": "2026-04-16 20:05:48",
"Audit_Content": "sample string 6",
"Modifier": "sample string 7",
"Mod_Date": "2026-04-16 20:05:48",
"Company_Name": "sample string 8",
"Status": "sample string 9",
"Remark": "sample string 10"
}
],
"PositionPage": 8,
"PositionRow": 9
}
application/xml, text/xml
Sample:
<BasePageResultTOfExam_PaperMvUOqDL6 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:Exam_Paper>
<d2p1:Audit_Content>sample string 6</d2p1:Audit_Content>
<d2p1:Audit_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Audit_Date>
<d2p1:Auditer>sample string 5</d2p1:Auditer>
<d2p1:Company_Name>sample string 8</d2p1:Company_Name>
<d2p1:IID>sample string 1</d2p1:IID>
<d2p1:Make_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Make_Date>
<d2p1:Maker>sample string 4</d2p1:Maker>
<d2p1:Mod_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Mod_Date>
<d2p1:Modifier>sample string 7</d2p1:Modifier>
<d2p1:PNO>sample string 2</d2p1:PNO>
<d2p1:PName>sample string 3</d2p1:PName>
<d2p1:Remark>sample string 10</d2p1:Remark>
<d2p1:Status>sample string 9</d2p1:Status>
</d2p1:Exam_Paper>
<d2p1:Exam_Paper>
<d2p1:Audit_Content>sample string 6</d2p1:Audit_Content>
<d2p1:Audit_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Audit_Date>
<d2p1:Auditer>sample string 5</d2p1:Auditer>
<d2p1:Company_Name>sample string 8</d2p1:Company_Name>
<d2p1:IID>sample string 1</d2p1:IID>
<d2p1:Make_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Make_Date>
<d2p1:Maker>sample string 4</d2p1:Maker>
<d2p1:Mod_Date>2026-04-16T20:05:48.3282166+08:00</d2p1:Mod_Date>
<d2p1:Modifier>sample string 7</d2p1:Modifier>
<d2p1:PNO>sample string 2</d2p1:PNO>
<d2p1:PName>sample string 3</d2p1:PName>
<d2p1:Remark>sample string 10</d2p1:Remark>
<d2p1:Status>sample string 9</d2p1:Status>
</d2p1:Exam_Paper>
</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>
</BasePageResultTOfExam_PaperMvUOqDL6>