GET api/Partner/GetCALAssessmentGraphCount?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALAssessmentGraphCount_Result
NameDescriptionTypeAdditional information
standard

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:
[
  {
    "standard": "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"
  },
  {
    "standard": "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:
<ArrayOfGetCALAssessmentGraphCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALAssessmentGraphCount_Result>
    <A>5</A>
    <B>6</B>
    <C>7</C>
    <apercent>sample string 9</apercent>
    <boys>2</boys>
    <bpercent>sample string 10</bpercent>
    <cpercent>sample string 11</cpercent>
    <girls>3</girls>
    <partnerid>sample string 8</partnerid>
    <standard>sample string 1</standard>
    <totstudent>4</totstudent>
  </GetCALAssessmentGraphCount_Result>
  <GetCALAssessmentGraphCount_Result>
    <A>5</A>
    <B>6</B>
    <C>7</C>
    <apercent>sample string 9</apercent>
    <boys>2</boys>
    <bpercent>sample string 10</bpercent>
    <cpercent>sample string 11</cpercent>
    <girls>3</girls>
    <partnerid>sample string 8</partnerid>
    <standard>sample string 1</standard>
    <totstudent>4</totstudent>
  </GetCALAssessmentGraphCount_Result>
</ArrayOfGetCALAssessmentGraphCount_Result>