GET api/Partner/GetIDIAssessmentGraphCount?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetIDIAssessmentGraphCount_ResultName | Description | Type | Additional information |
---|---|---|---|
coursename | string |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
totstudent | integer |
None. |
|
A | integer |
None. |
|
B | integer |
None. |
|
C | integer |
None. |
|
partnerid | string |
None. |
|
apercent | string |
None. |
|
bpercent | string |
None. |
|
cpercent | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "coursename": "sample string 1", "boys": 2, "girls": 3, "totstudent": 4, "A": 5, "B": 6, "C": 7, "partnerid": "sample string 8", "apercent": "sample string 9", "bpercent": "sample string 10", "cpercent": "sample string 11" }, { "coursename": "sample string 1", "boys": 2, "girls": 3, "totstudent": 4, "A": 5, "B": 6, "C": 7, "partnerid": "sample string 8", "apercent": "sample string 9", "bpercent": "sample string 10", "cpercent": "sample string 11" } ]
application/xml, text/xml
Sample:
<ArrayOfGetIDIAssessmentGraphCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetIDIAssessmentGraphCount_Result> <A>5</A> <B>6</B> <C>7</C> <apercent>sample string 9</apercent> <boys>2</boys> <bpercent>sample string 10</bpercent> <coursename>sample string 1</coursename> <cpercent>sample string 11</cpercent> <girls>3</girls> <partnerid>sample string 8</partnerid> <totstudent>4</totstudent> </GetIDIAssessmentGraphCount_Result> <GetIDIAssessmentGraphCount_Result> <A>5</A> <B>6</B> <C>7</C> <apercent>sample string 9</apercent> <boys>2</boys> <bpercent>sample string 10</bpercent> <coursename>sample string 1</coursename> <cpercent>sample string 11</cpercent> <girls>3</girls> <partnerid>sample string 8</partnerid> <totstudent>4</totstudent> </GetIDIAssessmentGraphCount_Result> </ArrayOfGetIDIAssessmentGraphCount_Result>