GET api/Center/GetATALCompMidlineReport/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetATALCompMidlineReport_ResultName | Description | Type | Additional 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": 13, "c1": 14, "c2": 15, "c3": 16 }, { "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": 13, "c1": 14, "c2": 15, "c3": 16 } ]
application/xml, text/xml
Sample:
<ArrayOfGetATALCompMidlineReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetATALCompMidlineReport_Result> <academicyear>sample string 10</academicyear> <c1>14</c1> <c2>15</c2> <c3>16</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>13</totstudent> </GetATALCompMidlineReport_Result> <GetATALCompMidlineReport_Result> <academicyear>sample string 10</academicyear> <c1>14</c1> <c2>15</c2> <c3>16</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>13</totstudent> </GetATALCompMidlineReport_Result> </ArrayOfGetATALCompMidlineReport_Result>