GET api/Center/GetAttendanceSchoolWiseCALNew/{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 GetAttendanceSchoolWiseCALNew_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| month | string |
None. |
|
| year | string |
None. |
|
| partnername | string |
None. |
|
| tlname | string |
None. |
|
| city | string |
None. |
|
| schoolname | string |
None. |
|
| medium | string |
None. |
|
| nursery | string |
None. |
|
| jrkg | string |
None. |
|
| srkg | integer |
None. |
|
| one | string |
None. |
|
| two | string |
None. |
|
| three | string |
None. |
|
| four | string |
None. |
|
| five | string |
None. |
|
| six | string |
None. |
|
| seven | string |
None. |
|
| eight | string |
None. |
|
| nine | string |
None. |
|
| ten | string |
None. |
|
| eleven | string |
None. |
|
| twelve | string |
None. |
|
| totboys | string |
None. |
|
| totgirls | string |
None. |
|
| totstud | string |
None. |
|
| presntper | string |
None. |
|
| remark | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"month": "sample string 1",
"year": "sample string 2",
"partnername": "sample string 3",
"tlname": "sample string 4",
"city": "sample string 5",
"schoolname": "sample string 6",
"medium": "sample string 7",
"nursery": "sample string 8",
"jrkg": "sample string 9",
"srkg": 1,
"one": "sample string 10",
"two": "sample string 11",
"three": "sample string 12",
"four": "sample string 13",
"five": "sample string 14",
"six": "sample string 15",
"seven": "sample string 16",
"eight": "sample string 17",
"nine": "sample string 18",
"ten": "sample string 19",
"eleven": "sample string 20",
"twelve": "sample string 21",
"totboys": "sample string 22",
"totgirls": "sample string 23",
"totstud": "sample string 24",
"presntper": "sample string 25",
"remark": "sample string 26"
},
{
"month": "sample string 1",
"year": "sample string 2",
"partnername": "sample string 3",
"tlname": "sample string 4",
"city": "sample string 5",
"schoolname": "sample string 6",
"medium": "sample string 7",
"nursery": "sample string 8",
"jrkg": "sample string 9",
"srkg": 1,
"one": "sample string 10",
"two": "sample string 11",
"three": "sample string 12",
"four": "sample string 13",
"five": "sample string 14",
"six": "sample string 15",
"seven": "sample string 16",
"eight": "sample string 17",
"nine": "sample string 18",
"ten": "sample string 19",
"eleven": "sample string 20",
"twelve": "sample string 21",
"totboys": "sample string 22",
"totgirls": "sample string 23",
"totstud": "sample string 24",
"presntper": "sample string 25",
"remark": "sample string 26"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetAttendanceSchoolWiseCALNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetAttendanceSchoolWiseCALNew_Result>
<city>sample string 5</city>
<eight>sample string 17</eight>
<eleven>sample string 20</eleven>
<five>sample string 14</five>
<four>sample string 13</four>
<jrkg>sample string 9</jrkg>
<medium>sample string 7</medium>
<month>sample string 1</month>
<nine>sample string 18</nine>
<nursery>sample string 8</nursery>
<one>sample string 10</one>
<partnername>sample string 3</partnername>
<presntper>sample string 25</presntper>
<remark>sample string 26</remark>
<schoolname>sample string 6</schoolname>
<seven>sample string 16</seven>
<six>sample string 15</six>
<srkg>1</srkg>
<ten>sample string 19</ten>
<three>sample string 12</three>
<tlname>sample string 4</tlname>
<totboys>sample string 22</totboys>
<totgirls>sample string 23</totgirls>
<totstud>sample string 24</totstud>
<twelve>sample string 21</twelve>
<two>sample string 11</two>
<year>sample string 2</year>
</GetAttendanceSchoolWiseCALNew_Result>
<GetAttendanceSchoolWiseCALNew_Result>
<city>sample string 5</city>
<eight>sample string 17</eight>
<eleven>sample string 20</eleven>
<five>sample string 14</five>
<four>sample string 13</four>
<jrkg>sample string 9</jrkg>
<medium>sample string 7</medium>
<month>sample string 1</month>
<nine>sample string 18</nine>
<nursery>sample string 8</nursery>
<one>sample string 10</one>
<partnername>sample string 3</partnername>
<presntper>sample string 25</presntper>
<remark>sample string 26</remark>
<schoolname>sample string 6</schoolname>
<seven>sample string 16</seven>
<six>sample string 15</six>
<srkg>1</srkg>
<ten>sample string 19</ten>
<three>sample string 12</three>
<tlname>sample string 4</tlname>
<totboys>sample string 22</totboys>
<totgirls>sample string 23</totgirls>
<totstud>sample string 24</totstud>
<twelve>sample string 21</twelve>
<two>sample string 11</two>
<year>sample string 2</year>
</GetAttendanceSchoolWiseCALNew_Result>
</ArrayOfGetAttendanceSchoolWiseCALNew_Result>