GET api/Student/GetATLSchoolModuleData/{academicyear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| academicyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ATLSchoolModuleData| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| tlid | string |
None. |
|
| centid | string |
None. |
|
| partnerid | string |
None. |
|
| teamleader | string |
None. |
|
| schoolid | string |
None. |
|
| centname | string |
None. |
|
| schoolname | string |
None. |
|
| exam | string |
None. |
|
| academicyear | string |
None. |
|
| partnername | string |
None. |
|
| standard | string |
None. |
|
| totenrolment | integer |
None. |
|
| appeared | integer |
None. |
|
| boys | integer |
None. |
|
| girls | integer |
None. |
|
| module1 | integer |
None. |
|
| module2 | integer |
None. |
|
| module3 | integer |
None. |
|
| module4 | integer |
None. |
|
| module5 | integer |
None. |
|
| modulestembased | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"state": "sample string 2",
"city": "sample string 3",
"tlid": "sample string 4",
"centid": "sample string 5",
"partnerid": "sample string 6",
"teamleader": "sample string 7",
"schoolid": "sample string 8",
"centname": "sample string 9",
"schoolname": "sample string 10",
"exam": "sample string 11",
"academicyear": "sample string 12",
"partnername": "sample string 13",
"standard": "sample string 14",
"totenrolment": 1,
"appeared": 1,
"boys": 1,
"girls": 1,
"module1": 1,
"module2": 1,
"module3": 1,
"module4": 1,
"module5": 1,
"modulestembased": 1
},
{
"id": 1,
"state": "sample string 2",
"city": "sample string 3",
"tlid": "sample string 4",
"centid": "sample string 5",
"partnerid": "sample string 6",
"teamleader": "sample string 7",
"schoolid": "sample string 8",
"centname": "sample string 9",
"schoolname": "sample string 10",
"exam": "sample string 11",
"academicyear": "sample string 12",
"partnername": "sample string 13",
"standard": "sample string 14",
"totenrolment": 1,
"appeared": 1,
"boys": 1,
"girls": 1,
"module1": 1,
"module2": 1,
"module3": 1,
"module4": 1,
"module5": 1,
"modulestembased": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfATLSchoolModuleData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<ATLSchoolModuleData>
<academicyear>sample string 12</academicyear>
<appeared>1</appeared>
<boys>1</boys>
<centid>sample string 5</centid>
<centname>sample string 9</centname>
<city>sample string 3</city>
<exam>sample string 11</exam>
<girls>1</girls>
<id>1</id>
<module1>1</module1>
<module2>1</module2>
<module3>1</module3>
<module4>1</module4>
<module5>1</module5>
<modulestembased>1</modulestembased>
<partnerid>sample string 6</partnerid>
<partnername>sample string 13</partnername>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 10</schoolname>
<standard>sample string 14</standard>
<state>sample string 2</state>
<teamleader>sample string 7</teamleader>
<tlid>sample string 4</tlid>
<totenrolment>1</totenrolment>
</ATLSchoolModuleData>
<ATLSchoolModuleData>
<academicyear>sample string 12</academicyear>
<appeared>1</appeared>
<boys>1</boys>
<centid>sample string 5</centid>
<centname>sample string 9</centname>
<city>sample string 3</city>
<exam>sample string 11</exam>
<girls>1</girls>
<id>1</id>
<module1>1</module1>
<module2>1</module2>
<module3>1</module3>
<module4>1</module4>
<module5>1</module5>
<modulestembased>1</modulestembased>
<partnerid>sample string 6</partnerid>
<partnername>sample string 13</partnername>
<schoolid>sample string 8</schoolid>
<schoolname>sample string 10</schoolname>
<standard>sample string 14</standard>
<state>sample string 2</state>
<teamleader>sample string 7</teamleader>
<tlid>sample string 4</tlid>
<totenrolment>1</totenrolment>
</ATLSchoolModuleData>
</ArrayOfATLSchoolModuleData>