POST Employee/GetDetails
Request Information
URI Parameters
None.
Body Parameters
BasePageIID| Name | Description | Type | Additional information |
|---|---|---|---|
| TID | integer |
None. |
|
| EquTypeIds | string |
None. |
|
| CompanyName | string |
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:
{
"TID": 1,
"EquTypeIds": "sample string 2",
"CompanyName": "sample string 3",
"PageSize": 4,
"PageIndex": 5,
"QueryKey": "sample string 6",
"StartTime": "sample string 7",
"EndTime": "sample string 8",
"IID": 9,
"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:
<BasePageIID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
<EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 8</EndTime>
<IID xmlns="http://schemas.datacontract.org/2004/07/">9</IID>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/">5</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/">4</PageSize>
<QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 6</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 7</StartTime>
<CompanyName>sample string 3</CompanyName>
<EquTypeIds>sample string 2</EquTypeIds>
<TID>1</TID>
</BasePageIID>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BasePageResultTOfLib_EmployeeDef| 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 Lib_EmployeeDef |
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,
"Employee_Id": 1,
"Def_NO": "sample string 2",
"Def_Type": "sample string 3",
"Def_valid": "2026-04-16 20:01:25",
"Getcertificate_Date": "2026-04-16 20:01:25",
"Def_Url": "sample string 4"
},
{
"IID": 1,
"Employee_Id": 1,
"Def_NO": "sample string 2",
"Def_Type": "sample string 3",
"Def_valid": "2026-04-16 20:01:25",
"Getcertificate_Date": "2026-04-16 20:01:25",
"Def_Url": "sample string 4"
}
],
"PositionPage": 8,
"PositionRow": 9
}
application/xml, text/xml
Sample:
<BasePageResultTOfLib_EmployeeDefMvUOqDL6 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:Lib_EmployeeDef>
<d2p1:Def_NO>sample string 2</d2p1:Def_NO>
<d2p1:Def_Type>sample string 3</d2p1:Def_Type>
<d2p1:Def_Url>sample string 4</d2p1:Def_Url>
<d2p1:Def_valid>2026-04-16T20:01:25.5858266+08:00</d2p1:Def_valid>
<d2p1:Employee_Id>1</d2p1:Employee_Id>
<d2p1:Getcertificate_Date>2026-04-16T20:01:25.5858266+08:00</d2p1:Getcertificate_Date>
<d2p1:IID>1</d2p1:IID>
</d2p1:Lib_EmployeeDef>
<d2p1:Lib_EmployeeDef>
<d2p1:Def_NO>sample string 2</d2p1:Def_NO>
<d2p1:Def_Type>sample string 3</d2p1:Def_Type>
<d2p1:Def_Url>sample string 4</d2p1:Def_Url>
<d2p1:Def_valid>2026-04-16T20:01:25.5858266+08:00</d2p1:Def_valid>
<d2p1:Employee_Id>1</d2p1:Employee_Id>
<d2p1:Getcertificate_Date>2026-04-16T20:01:25.5858266+08:00</d2p1:Getcertificate_Date>
<d2p1:IID>1</d2p1:IID>
</d2p1:Lib_EmployeeDef>
</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>
</BasePageResultTOfLib_EmployeeDefMvUOqDL6>