GET api/JankariPortal/GetRptTraineeFinalAssessment/{userid}/{role}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptTraineeFinalAssessment_ResultName | Description | Type | Additional information |
---|---|---|---|
empid | string |
None. |
|
empname | string |
None. |
|
totassign | integer |
None. |
|
totatt | integer |
None. |
|
totobser | integer |
None. |
|
totalmark | integer |
None. |
|
videomark | integer |
None. |
|
totsoftskill | integer |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "empid": "sample string 1", "empname": "sample string 2", "totassign": 1, "totatt": 1, "totobser": 1, "totalmark": 1, "videomark": 1, "totsoftskill": 1, "tRecordCount": 1 }, { "empid": "sample string 1", "empname": "sample string 2", "totassign": 1, "totatt": 1, "totobser": 1, "totalmark": 1, "videomark": 1, "totsoftskill": 1, "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptTraineeFinalAssessment_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptTraineeFinalAssessment_Result> <empid>sample string 1</empid> <empname>sample string 2</empname> <tRecordCount>1</tRecordCount> <totalmark>1</totalmark> <totassign>1</totassign> <totatt>1</totatt> <totobser>1</totobser> <totsoftskill>1</totsoftskill> <videomark>1</videomark> </GetRptTraineeFinalAssessment_Result> <GetRptTraineeFinalAssessment_Result> <empid>sample string 1</empid> <empname>sample string 2</empname> <tRecordCount>1</tRecordCount> <totalmark>1</totalmark> <totassign>1</totassign> <totatt>1</totatt> <totobser>1</totobser> <totsoftskill>1</totsoftskill> <videomark>1</videomark> </GetRptTraineeFinalAssessment_Result> </ArrayOfGetRptTraineeFinalAssessment_Result>