GET api/Center/GetCALGradewiseAttPartnerPaiGraph/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetCALGradewiseAttPartnerPaiGraph_Result
NameDescriptionTypeAdditional information
month

string

None.

year

string

None.

totstudent

integer

None.

agrade

integer

None.

bgrade

integer

None.

cgrade

integer

None.

dgrade

integer

None.

egrade

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "month": "sample string 1",
    "year": "sample string 2",
    "totstudent": 1,
    "agrade": 1,
    "bgrade": 1,
    "cgrade": 1,
    "dgrade": 1,
    "egrade": 1
  },
  {
    "month": "sample string 1",
    "year": "sample string 2",
    "totstudent": 1,
    "agrade": 1,
    "bgrade": 1,
    "cgrade": 1,
    "dgrade": 1,
    "egrade": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetCALGradewiseAttPartnerPaiGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetCALGradewiseAttPartnerPaiGraph_Result>
    <agrade>1</agrade>
    <bgrade>1</bgrade>
    <cgrade>1</cgrade>
    <dgrade>1</dgrade>
    <egrade>1</egrade>
    <month>sample string 1</month>
    <totstudent>1</totstudent>
    <year>sample string 2</year>
  </GetCALGradewiseAttPartnerPaiGraph_Result>
  <GetCALGradewiseAttPartnerPaiGraph_Result>
    <agrade>1</agrade>
    <bgrade>1</bgrade>
    <cgrade>1</cgrade>
    <dgrade>1</dgrade>
    <egrade>1</egrade>
    <month>sample string 1</month>
    <totstudent>1</totstudent>
    <year>sample string 2</year>
  </GetCALGradewiseAttPartnerPaiGraph_Result>
</ArrayOfGetCALGradewiseAttPartnerPaiGraph_Result>