GET api/Student/GetRptAttendanceSchoolWiseCAL/{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 GetRptAttendanceSchoolWiseCAL_Result
NameDescriptionTypeAdditional information
month

string

None.

year

string

None.

partnername

string

None.

tlname

string

None.

city

string

None.

schoolname

string

None.

medium

string

None.

nursery

integer

None.

jrkg

integer

None.

srkg

integer

None.

one

integer

None.

two

integer

None.

three

integer

None.

four

integer

None.

five

integer

None.

six

integer

None.

seven

integer

None.

eight

integer

None.

nine

integer

None.

ten

integer

None.

eleven

integer

None.

twelve

integer

None.

totboys

integer

None.

totgirls

integer

None.

totstud

integer

None.

presntper

string

None.

remark

string

None.

tRecordCount

integer

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": 1,
    "jrkg": 1,
    "srkg": 1,
    "one": 1,
    "two": 1,
    "three": 1,
    "four": 1,
    "five": 1,
    "six": 1,
    "seven": 1,
    "eight": 1,
    "nine": 1,
    "ten": 1,
    "eleven": 1,
    "twelve": 1,
    "totboys": 1,
    "totgirls": 1,
    "totstud": 1,
    "presntper": "sample string 8",
    "remark": "sample string 9",
    "tRecordCount": 1
  },
  {
    "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": 1,
    "jrkg": 1,
    "srkg": 1,
    "one": 1,
    "two": 1,
    "three": 1,
    "four": 1,
    "five": 1,
    "six": 1,
    "seven": 1,
    "eight": 1,
    "nine": 1,
    "ten": 1,
    "eleven": 1,
    "twelve": 1,
    "totboys": 1,
    "totgirls": 1,
    "totstud": 1,
    "presntper": "sample string 8",
    "remark": "sample string 9",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptAttendanceSchoolWiseCAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptAttendanceSchoolWiseCAL_Result>
    <city>sample string 5</city>
    <eight>1</eight>
    <eleven>1</eleven>
    <five>1</five>
    <four>1</four>
    <jrkg>1</jrkg>
    <medium>sample string 7</medium>
    <month>sample string 1</month>
    <nine>1</nine>
    <nursery>1</nursery>
    <one>1</one>
    <partnername>sample string 3</partnername>
    <presntper>sample string 8</presntper>
    <remark>sample string 9</remark>
    <schoolname>sample string 6</schoolname>
    <seven>1</seven>
    <six>1</six>
    <srkg>1</srkg>
    <tRecordCount>1</tRecordCount>
    <ten>1</ten>
    <three>1</three>
    <tlname>sample string 4</tlname>
    <totboys>1</totboys>
    <totgirls>1</totgirls>
    <totstud>1</totstud>
    <twelve>1</twelve>
    <two>1</two>
    <year>sample string 2</year>
  </GetRptAttendanceSchoolWiseCAL_Result>
  <GetRptAttendanceSchoolWiseCAL_Result>
    <city>sample string 5</city>
    <eight>1</eight>
    <eleven>1</eleven>
    <five>1</five>
    <four>1</four>
    <jrkg>1</jrkg>
    <medium>sample string 7</medium>
    <month>sample string 1</month>
    <nine>1</nine>
    <nursery>1</nursery>
    <one>1</one>
    <partnername>sample string 3</partnername>
    <presntper>sample string 8</presntper>
    <remark>sample string 9</remark>
    <schoolname>sample string 6</schoolname>
    <seven>1</seven>
    <six>1</six>
    <srkg>1</srkg>
    <tRecordCount>1</tRecordCount>
    <ten>1</ten>
    <three>1</three>
    <tlname>sample string 4</tlname>
    <totboys>1</totboys>
    <totgirls>1</totgirls>
    <totstud>1</totstud>
    <twelve>1</twelve>
    <two>1</two>
    <year>sample string 2</year>
  </GetRptAttendanceSchoolWiseCAL_Result>
</ArrayOfGetRptAttendanceSchoolWiseCAL_Result>