GET api/Center/GetMyESchoolAssessmentGradewise/{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 GetMyESchoolAssessmentGradewise_ResultName | Description | Type | Additional information |
---|---|---|---|
standard | integer |
None. |
|
examtype | string |
None. |
|
year | string |
None. |
|
partnerid | string |
None. |
|
centid | string |
None. |
|
schoolid | string |
None. |
|
batchid | string |
None. |
|
status | integer |
None. |
|
centname | string |
None. |
|
schoolname | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "standard": 1, "examtype": "sample string 1", "year": "sample string 2", "partnerid": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "batchid": "sample string 6", "status": 1, "centname": "sample string 7", "schoolname": "sample string 8", "tRecordCount": 9 }, { "standard": 1, "examtype": "sample string 1", "year": "sample string 2", "partnerid": "sample string 3", "centid": "sample string 4", "schoolid": "sample string 5", "batchid": "sample string 6", "status": 1, "centname": "sample string 7", "schoolname": "sample string 8", "tRecordCount": 9 } ]
application/xml, text/xml
Sample:
<ArrayOfGetMyESchoolAssessmentGradewise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetMyESchoolAssessmentGradewise_Result> <batchid>sample string 6</batchid> <centid>sample string 4</centid> <centname>sample string 7</centname> <examtype>sample string 1</examtype> <partnerid>sample string 3</partnerid> <schoolid>sample string 5</schoolid> <schoolname>sample string 8</schoolname> <standard>1</standard> <status>1</status> <tRecordCount>9</tRecordCount> <year>sample string 2</year> </GetMyESchoolAssessmentGradewise_Result> <GetMyESchoolAssessmentGradewise_Result> <batchid>sample string 6</batchid> <centid>sample string 4</centid> <centname>sample string 7</centname> <examtype>sample string 1</examtype> <partnerid>sample string 3</partnerid> <schoolid>sample string 5</schoolid> <schoolname>sample string 8</schoolname> <standard>1</standard> <status>1</status> <tRecordCount>9</tRecordCount> <year>sample string 2</year> </GetMyESchoolAssessmentGradewise_Result> </ArrayOfGetMyESchoolAssessmentGradewise_Result>