GET api/Student/GetRptCALWeeklyAttedance/{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 GetRptCALWeeklyAttedance_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

totpresent

integer

None.

presentper

integer

None.

total

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "totpresent": 1,
    "presentper": 1,
    "total": 1,
    "tRecordCount": 7
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "centid": "sample string 3",
    "centname": "sample string 4",
    "schoolid": "sample string 5",
    "schoolname": "sample string 6",
    "totpresent": 1,
    "presentper": 1,
    "total": 1,
    "tRecordCount": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptCALWeeklyAttedance_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptCALWeeklyAttedance_Result>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 2</city>
    <presentper>1</presentper>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <state>sample string 1</state>
    <tRecordCount>7</tRecordCount>
    <total>1</total>
    <totpresent>1</totpresent>
  </GetRptCALWeeklyAttedance_Result>
  <GetRptCALWeeklyAttedance_Result>
    <centid>sample string 3</centid>
    <centname>sample string 4</centname>
    <city>sample string 2</city>
    <presentper>1</presentper>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 6</schoolname>
    <state>sample string 1</state>
    <tRecordCount>7</tRecordCount>
    <total>1</total>
    <totpresent>1</totpresent>
  </GetRptCALWeeklyAttedance_Result>
</ArrayOfGetRptCALWeeklyAttedance_Result>