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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetMyESchoolAserPartnerGraph_Result
NameDescriptionTypeAdditional information
pgid

string

None.

partnerid

string

None.

standard

string

None.

totstud

integer

None.

q1b1

integer

None.

q2b1

integer

None.

q3b1

integer

None.

q4b1

integer

None.

q1

decimal number

None.

q2

decimal number

None.

q3

decimal number

None.

q4

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "standard": "sample string 3",
    "totstud": 1,
    "q1b1": 1,
    "q2b1": 1,
    "q3b1": 1,
    "q4b1": 1,
    "q1": 1.0,
    "q2": 1.0,
    "q3": 1.0,
    "q4": 1.0
  },
  {
    "pgid": "sample string 1",
    "partnerid": "sample string 2",
    "standard": "sample string 3",
    "totstud": 1,
    "q1b1": 1,
    "q2b1": 1,
    "q3b1": 1,
    "q4b1": 1,
    "q1": 1.0,
    "q2": 1.0,
    "q3": 1.0,
    "q4": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMyESchoolAserPartnerGraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMyESchoolAserPartnerGraph_Result>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <q1>1</q1>
    <q1b1>1</q1b1>
    <q2>1</q2>
    <q2b1>1</q2b1>
    <q3>1</q3>
    <q3b1>1</q3b1>
    <q4>1</q4>
    <q4b1>1</q4b1>
    <standard>sample string 3</standard>
    <totstud>1</totstud>
  </GetMyESchoolAserPartnerGraph_Result>
  <GetMyESchoolAserPartnerGraph_Result>
    <partnerid>sample string 2</partnerid>
    <pgid>sample string 1</pgid>
    <q1>1</q1>
    <q1b1>1</q1b1>
    <q2>1</q2>
    <q2b1>1</q2b1>
    <q3>1</q3>
    <q3b1>1</q3b1>
    <q4>1</q4>
    <q4b1>1</q4b1>
    <standard>sample string 3</standard>
    <totstud>1</totstud>
  </GetMyESchoolAserPartnerGraph_Result>
</ArrayOfGetMyESchoolAserPartnerGraph_Result>