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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
batchid

string

Required

attdate

string

Required

createby

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetYouthAttendanceDetails_Result
NameDescriptionTypeAdditional information
attid

integer

None.

batchid

string

None.

batname

string

None.

studentid

integer

None.

studentname

string

None.

attdate

date

None.

status

string

None.

remark

string

None.

createdby

string

None.

createdon

date

None.

updateby

string

None.

updateon

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "attid": 1,
    "batchid": "sample string 2",
    "batname": "sample string 3",
    "studentid": 1,
    "studentname": "sample string 4",
    "attdate": "2026-05-03T17:28:41.0924111+05:30",
    "status": "sample string 5",
    "remark": "sample string 6",
    "createdby": "sample string 7",
    "createdon": "2026-05-03T17:28:41.0924111+05:30",
    "updateby": "sample string 8",
    "updateon": "2026-05-03T17:28:41.0924111+05:30"
  },
  {
    "attid": 1,
    "batchid": "sample string 2",
    "batname": "sample string 3",
    "studentid": 1,
    "studentname": "sample string 4",
    "attdate": "2026-05-03T17:28:41.0924111+05:30",
    "status": "sample string 5",
    "remark": "sample string 6",
    "createdby": "sample string 7",
    "createdon": "2026-05-03T17:28:41.0924111+05:30",
    "updateby": "sample string 8",
    "updateon": "2026-05-03T17:28:41.0924111+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetYouthAttendanceDetails_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetYouthAttendanceDetails_Result>
    <attdate>2026-05-03T17:28:41.0924111+05:30</attdate>
    <attid>1</attid>
    <batchid>sample string 2</batchid>
    <batname>sample string 3</batname>
    <createdby>sample string 7</createdby>
    <createdon>2026-05-03T17:28:41.0924111+05:30</createdon>
    <remark>sample string 6</remark>
    <status>sample string 5</status>
    <studentid>1</studentid>
    <studentname>sample string 4</studentname>
    <updateby>sample string 8</updateby>
    <updateon>2026-05-03T17:28:41.0924111+05:30</updateon>
  </GetYouthAttendanceDetails_Result>
  <GetYouthAttendanceDetails_Result>
    <attdate>2026-05-03T17:28:41.0924111+05:30</attdate>
    <attid>1</attid>
    <batchid>sample string 2</batchid>
    <batname>sample string 3</batname>
    <createdby>sample string 7</createdby>
    <createdon>2026-05-03T17:28:41.0924111+05:30</createdon>
    <remark>sample string 6</remark>
    <status>sample string 5</status>
    <studentid>1</studentid>
    <studentname>sample string 4</studentname>
    <updateby>sample string 8</updateby>
    <updateon>2026-05-03T17:28:41.0924111+05:30</updateon>
  </GetYouthAttendanceDetails_Result>
</ArrayOfGetYouthAttendanceDetails_Result>