GET api/JankariPortal/GetRptEmployeeTrainingSummary/{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 GetRptEmployeeTrainingSummary_ResultName | 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:
<ArrayOfGetRptEmployeeTrainingSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptEmployeeTrainingSummary_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> </GetRptEmployeeTrainingSummary_Result> <GetRptEmployeeTrainingSummary_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> </GetRptEmployeeTrainingSummary_Result> </ArrayOfGetRptEmployeeTrainingSummary_Result>