GET api/Student/GetStudentAttendanceDetail?attdate={attdate}&batchid={batchid}&createby={createby}&userole={userole}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
attdate

string

Required

batchid

string

Required

createby

string

Required

userole

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetStudentAttend
NameDescriptionTypeAdditional information
Result

string

None.

batchid

string

None.

studentid

string

None.

fullname

string

None.

courseid

string

None.

coursename

string

None.

remark

string

None.

status

boolean

None.

attdate

date

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Result": "sample string 1",
    "batchid": "sample string 2",
    "studentid": "sample string 3",
    "fullname": "sample string 4",
    "courseid": "sample string 5",
    "coursename": "sample string 6",
    "remark": "sample string 7",
    "status": true,
    "attdate": "2025-05-10T11:11:17.8718657+05:30",
    "tRecordCount": 1
  },
  {
    "Result": "sample string 1",
    "batchid": "sample string 2",
    "studentid": "sample string 3",
    "fullname": "sample string 4",
    "courseid": "sample string 5",
    "coursename": "sample string 6",
    "remark": "sample string 7",
    "status": true,
    "attdate": "2025-05-10T11:11:17.8718657+05:30",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentAttend xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStudentAttend>
    <Result>sample string 1</Result>
    <attdate>2025-05-10T11:11:17.8718657+05:30</attdate>
    <batchid>sample string 2</batchid>
    <courseid>sample string 5</courseid>
    <coursename>sample string 6</coursename>
    <fullname>sample string 4</fullname>
    <remark>sample string 7</remark>
    <status>true</status>
    <studentid>sample string 3</studentid>
    <tRecordCount>1</tRecordCount>
  </GetStudentAttend>
  <GetStudentAttend>
    <Result>sample string 1</Result>
    <attdate>2025-05-10T11:11:17.8718657+05:30</attdate>
    <batchid>sample string 2</batchid>
    <courseid>sample string 5</courseid>
    <coursename>sample string 6</coursename>
    <fullname>sample string 4</fullname>
    <remark>sample string 7</remark>
    <status>true</status>
    <studentid>sample string 3</studentid>
    <tRecordCount>1</tRecordCount>
  </GetStudentAttend>
</ArrayOfGetStudentAttend>