GET api/Employee/GetRptEmployeeTrainingSummaryAssociate/{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 GetRptEmployeeTrainingSummaryAssociate_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| offstate | string |
None. |
|
| offcity | string |
None. |
|
| empcount | integer |
None. |
|
| totdays | integer |
None. |
|
| presentemp | integer |
None. |
|
| avgemp | integer |
None. |
|
| presentper | integer |
None. |
|
| partnername | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"offstate": "sample string 1",
"offcity": "sample string 2",
"empcount": 1,
"totdays": 1,
"presentemp": 1,
"avgemp": 1,
"presentper": 3,
"partnername": "sample string 4",
"tRecordCount": 1
},
{
"offstate": "sample string 1",
"offcity": "sample string 2",
"empcount": 1,
"totdays": 1,
"presentemp": 1,
"avgemp": 1,
"presentper": 3,
"partnername": "sample string 4",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptEmployeeTrainingSummaryAssociate_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptEmployeeTrainingSummaryAssociate_Result>
<avgemp>1</avgemp>
<empcount>1</empcount>
<offcity>sample string 2</offcity>
<offstate>sample string 1</offstate>
<partnername>sample string 4</partnername>
<presentemp>1</presentemp>
<presentper>3</presentper>
<tRecordCount>1</tRecordCount>
<totdays>1</totdays>
</GetRptEmployeeTrainingSummaryAssociate_Result>
<GetRptEmployeeTrainingSummaryAssociate_Result>
<avgemp>1</avgemp>
<empcount>1</empcount>
<offcity>sample string 2</offcity>
<offstate>sample string 1</offstate>
<partnername>sample string 4</partnername>
<presentemp>1</presentemp>
<presentper>3</presentper>
<tRecordCount>1</tRecordCount>
<totdays>1</totdays>
</GetRptEmployeeTrainingSummaryAssociate_Result>
</ArrayOfGetRptEmployeeTrainingSummaryAssociate_Result>