GET api/JankariPortal/GetRptEmployeeTrainingDetail/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| role | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptEmployeeTrainingDetail_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| offstate | string |
None. |
|
| offcity | string |
None. |
|
| tdate | string |
None. |
|
| createdby | string |
None. |
|
| reportsto | string |
None. |
|
| tprogram | string |
None. |
|
| totemp | integer |
None. |
|
| present | integer |
None. |
|
| absent | integer |
None. |
|
| attper | integer |
None. |
|
| partnername | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"offstate": "sample string 1",
"offcity": "sample string 2",
"tdate": "sample string 3",
"createdby": "sample string 4",
"reportsto": "sample string 5",
"tprogram": "sample string 6",
"totemp": 1,
"present": 1,
"absent": 1,
"attper": 7,
"partnername": "sample string 8",
"tRecordCount": 1
},
{
"offstate": "sample string 1",
"offcity": "sample string 2",
"tdate": "sample string 3",
"createdby": "sample string 4",
"reportsto": "sample string 5",
"tprogram": "sample string 6",
"totemp": 1,
"present": 1,
"absent": 1,
"attper": 7,
"partnername": "sample string 8",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptEmployeeTrainingDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptEmployeeTrainingDetail_Result>
<absent>1</absent>
<attper>7</attper>
<createdby>sample string 4</createdby>
<offcity>sample string 2</offcity>
<offstate>sample string 1</offstate>
<partnername>sample string 8</partnername>
<present>1</present>
<reportsto>sample string 5</reportsto>
<tRecordCount>1</tRecordCount>
<tdate>sample string 3</tdate>
<totemp>1</totemp>
<tprogram>sample string 6</tprogram>
</GetRptEmployeeTrainingDetail_Result>
<GetRptEmployeeTrainingDetail_Result>
<absent>1</absent>
<attper>7</attper>
<createdby>sample string 4</createdby>
<offcity>sample string 2</offcity>
<offstate>sample string 1</offstate>
<partnername>sample string 8</partnername>
<present>1</present>
<reportsto>sample string 5</reportsto>
<tRecordCount>1</tRecordCount>
<tdate>sample string 3</tdate>
<totemp>1</totemp>
<tprogram>sample string 6</tprogram>
</GetRptEmployeeTrainingDetail_Result>
</ArrayOfGetRptEmployeeTrainingDetail_Result>