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