GET api/Employee/EmployeeAsessmentReport
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EmployeeExamName | Description | Type | Additional information |
---|---|---|---|
empexamid | integer |
None. |
|
fullname | string |
None. |
|
mobile | string |
None. |
|
totalmark | string |
None. |
|
percentage | string |
None. |
|
examdate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "empexamid": 1, "fullname": "sample string 2", "mobile": "sample string 3", "totalmark": "sample string 4", "percentage": "sample string 5", "examdate": "2025-06-28T00:47:31.0007067+05:30" }, { "empexamid": 1, "fullname": "sample string 2", "mobile": "sample string 3", "totalmark": "sample string 4", "percentage": "sample string 5", "examdate": "2025-06-28T00:47:31.0007067+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfEmployeeExam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <EmployeeExam> <empexamid>1</empexamid> <examdate>2025-06-28T00:47:31.0007067+05:30</examdate> <fullname>sample string 2</fullname> <mobile>sample string 3</mobile> <percentage>sample string 5</percentage> <totalmark>sample string 4</totalmark> </EmployeeExam> <EmployeeExam> <empexamid>1</empexamid> <examdate>2025-06-28T00:47:31.0007067+05:30</examdate> <fullname>sample string 2</fullname> <mobile>sample string 3</mobile> <percentage>sample string 5</percentage> <totalmark>sample string 4</totalmark> </EmployeeExam> </ArrayOfEmployeeExam>