GET api/Student/GetStudentSummerCampNonPif/{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 GetStudentSummerCampNonPif_Result
NameDescriptionTypeAdditional information
studentid

string

None.

studentname

string

None.

batchid

string

None.

batchname

string

None.

state

string

None.

district

string

None.

city

string

None.

mobileno

string

None.

gender

string

None.

age

string

None.

startdate

date

None.

enddate

date

None.

academicyear

string

None.

sancharakname

string

None.

sancharakid

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "studentid": "sample string 1",
    "studentname": "sample string 2",
    "batchid": "sample string 3",
    "batchname": "sample string 4",
    "state": "sample string 5",
    "district": "sample string 6",
    "city": "sample string 7",
    "mobileno": "sample string 8",
    "gender": "sample string 9",
    "age": "sample string 10",
    "startdate": "2026-05-03T17:28:39.0124513+05:30",
    "enddate": "2026-05-03T17:28:39.0124513+05:30",
    "academicyear": "sample string 11",
    "sancharakname": "sample string 12",
    "sancharakid": "sample string 13"
  },
  {
    "studentid": "sample string 1",
    "studentname": "sample string 2",
    "batchid": "sample string 3",
    "batchname": "sample string 4",
    "state": "sample string 5",
    "district": "sample string 6",
    "city": "sample string 7",
    "mobileno": "sample string 8",
    "gender": "sample string 9",
    "age": "sample string 10",
    "startdate": "2026-05-03T17:28:39.0124513+05:30",
    "enddate": "2026-05-03T17:28:39.0124513+05:30",
    "academicyear": "sample string 11",
    "sancharakname": "sample string 12",
    "sancharakid": "sample string 13"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentSummerCampNonPif_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetStudentSummerCampNonPif_Result>
    <academicyear>sample string 11</academicyear>
    <age>sample string 10</age>
    <batchid>sample string 3</batchid>
    <batchname>sample string 4</batchname>
    <city>sample string 7</city>
    <district>sample string 6</district>
    <enddate>2026-05-03T17:28:39.0124513+05:30</enddate>
    <gender>sample string 9</gender>
    <mobileno>sample string 8</mobileno>
    <sancharakid>sample string 13</sancharakid>
    <sancharakname>sample string 12</sancharakname>
    <startdate>2026-05-03T17:28:39.0124513+05:30</startdate>
    <state>sample string 5</state>
    <studentid>sample string 1</studentid>
    <studentname>sample string 2</studentname>
  </GetStudentSummerCampNonPif_Result>
  <GetStudentSummerCampNonPif_Result>
    <academicyear>sample string 11</academicyear>
    <age>sample string 10</age>
    <batchid>sample string 3</batchid>
    <batchname>sample string 4</batchname>
    <city>sample string 7</city>
    <district>sample string 6</district>
    <enddate>2026-05-03T17:28:39.0124513+05:30</enddate>
    <gender>sample string 9</gender>
    <mobileno>sample string 8</mobileno>
    <sancharakid>sample string 13</sancharakid>
    <sancharakname>sample string 12</sancharakname>
    <startdate>2026-05-03T17:28:39.0124513+05:30</startdate>
    <state>sample string 5</state>
    <studentid>sample string 1</studentid>
    <studentname>sample string 2</studentname>
  </GetStudentSummerCampNonPif_Result>
</ArrayOfGetStudentSummerCampNonPif_Result>