GET api/Center/GetStudentAssignmentList/{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 GetStudentAssignmentList_Result
NameDescriptionTypeAdditional information
schoolid

string

None.

schoolname

string

None.

batchid

string

None.

standard

string

None.

date

date

None.

totpresent

integer

None.

totabsent

integer

None.

total

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "schoolid": "sample string 1",
    "schoolname": "sample string 2",
    "batchid": "sample string 3",
    "standard": "sample string 4",
    "date": "2025-06-28T01:11:33.4133626+05:30",
    "totpresent": 1,
    "totabsent": 1,
    "total": 1,
    "tRecordCount": 5
  },
  {
    "schoolid": "sample string 1",
    "schoolname": "sample string 2",
    "batchid": "sample string 3",
    "standard": "sample string 4",
    "date": "2025-06-28T01:11:33.4133626+05:30",
    "totpresent": 1,
    "totabsent": 1,
    "total": 1,
    "tRecordCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentAssignmentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStudentAssignmentList_Result>
    <batchid>sample string 3</batchid>
    <date>2025-06-28T01:11:33.4133626+05:30</date>
    <schoolid>sample string 1</schoolid>
    <schoolname>sample string 2</schoolname>
    <standard>sample string 4</standard>
    <tRecordCount>5</tRecordCount>
    <totabsent>1</totabsent>
    <total>1</total>
    <totpresent>1</totpresent>
  </GetStudentAssignmentList_Result>
  <GetStudentAssignmentList_Result>
    <batchid>sample string 3</batchid>
    <date>2025-06-28T01:11:33.4133626+05:30</date>
    <schoolid>sample string 1</schoolid>
    <schoolname>sample string 2</schoolname>
    <standard>sample string 4</standard>
    <tRecordCount>5</tRecordCount>
    <totabsent>1</totabsent>
    <total>1</total>
    <totpresent>1</totpresent>
  </GetStudentAssignmentList_Result>
</ArrayOfGetStudentAssignmentList_Result>