GET api/Center/GetATALCompBaselineReport/{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 GetATALCompBaselineReport_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

tlname

string

None.

partnername

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

examtype

string

None.

academicyear

string

None.

standard

string

None.

pgid

string

None.

totstudent

integer

None.

c1

integer

None.

c2

integer

None.

c3

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "tlname": "sample string 3",
    "partnername": "sample string 4",
    "centid": "sample string 5",
    "centname": "sample string 6",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "examtype": "sample string 9",
    "academicyear": "sample string 10",
    "standard": "sample string 11",
    "pgid": "sample string 12",
    "totstudent": 1,
    "c1": 1,
    "c2": 1,
    "c3": 1
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "tlname": "sample string 3",
    "partnername": "sample string 4",
    "centid": "sample string 5",
    "centname": "sample string 6",
    "schoolid": "sample string 7",
    "schoolname": "sample string 8",
    "examtype": "sample string 9",
    "academicyear": "sample string 10",
    "standard": "sample string 11",
    "pgid": "sample string 12",
    "totstudent": 1,
    "c1": 1,
    "c2": 1,
    "c3": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetATALCompBaselineReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetATALCompBaselineReport_Result>
    <academicyear>sample string 10</academicyear>
    <c1>1</c1>
    <c2>1</c2>
    <c3>1</c3>
    <centid>sample string 5</centid>
    <centname>sample string 6</centname>
    <city>sample string 2</city>
    <examtype>sample string 9</examtype>
    <partnername>sample string 4</partnername>
    <pgid>sample string 12</pgid>
    <schoolid>sample string 7</schoolid>
    <schoolname>sample string 8</schoolname>
    <standard>sample string 11</standard>
    <state>sample string 1</state>
    <tlname>sample string 3</tlname>
    <totstudent>1</totstudent>
  </GetATALCompBaselineReport_Result>
  <GetATALCompBaselineReport_Result>
    <academicyear>sample string 10</academicyear>
    <c1>1</c1>
    <c2>1</c2>
    <c3>1</c3>
    <centid>sample string 5</centid>
    <centname>sample string 6</centname>
    <city>sample string 2</city>
    <examtype>sample string 9</examtype>
    <partnername>sample string 4</partnername>
    <pgid>sample string 12</pgid>
    <schoolid>sample string 7</schoolid>
    <schoolname>sample string 8</schoolname>
    <standard>sample string 11</standard>
    <state>sample string 1</state>
    <tlname>sample string 3</tlname>
    <totstudent>1</totstudent>
  </GetATALCompBaselineReport_Result>
</ArrayOfGetATALCompBaselineReport_Result>