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

string

None.

district

string

None.

city

string

None.

partnerid

string

None.

partnername

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

udiseno

string

None.

trainingdate

date

None.

teachername

string

None.

gender

string

None.

contactnumber

string

None.

resourcename

string

None.

tlname

string

None.

pcname

string

None.

ohname

string

None.

associatename

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "district": "sample string 2",
    "city": "sample string 3",
    "partnerid": "sample string 4",
    "partnername": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "schoolid": "sample string 8",
    "schoolname": "sample string 9",
    "udiseno": "sample string 10",
    "trainingdate": "2026-05-03T17:28:37.3543371+05:30",
    "teachername": "sample string 11",
    "gender": "sample string 12",
    "contactnumber": "sample string 13",
    "resourcename": "sample string 14",
    "tlname": "sample string 15",
    "pcname": "sample string 16",
    "ohname": "sample string 17",
    "associatename": "sample string 18"
  },
  {
    "state": "sample string 1",
    "district": "sample string 2",
    "city": "sample string 3",
    "partnerid": "sample string 4",
    "partnername": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "schoolid": "sample string 8",
    "schoolname": "sample string 9",
    "udiseno": "sample string 10",
    "trainingdate": "2026-05-03T17:28:37.3543371+05:30",
    "teachername": "sample string 11",
    "gender": "sample string 12",
    "contactnumber": "sample string 13",
    "resourcename": "sample string 14",
    "tlname": "sample string 15",
    "pcname": "sample string 16",
    "ohname": "sample string 17",
    "associatename": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptMyESchoolTeacherTrainingReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptMyESchoolTeacherTrainingReport_Result>
    <associatename>sample string 18</associatename>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 3</city>
    <contactnumber>sample string 13</contactnumber>
    <district>sample string 2</district>
    <gender>sample string 12</gender>
    <ohname>sample string 17</ohname>
    <partnerid>sample string 4</partnerid>
    <partnername>sample string 5</partnername>
    <pcname>sample string 16</pcname>
    <resourcename>sample string 14</resourcename>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 9</schoolname>
    <state>sample string 1</state>
    <teachername>sample string 11</teachername>
    <tlname>sample string 15</tlname>
    <trainingdate>2026-05-03T17:28:37.3543371+05:30</trainingdate>
    <udiseno>sample string 10</udiseno>
  </GetRptMyESchoolTeacherTrainingReport_Result>
  <GetRptMyESchoolTeacherTrainingReport_Result>
    <associatename>sample string 18</associatename>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 3</city>
    <contactnumber>sample string 13</contactnumber>
    <district>sample string 2</district>
    <gender>sample string 12</gender>
    <ohname>sample string 17</ohname>
    <partnerid>sample string 4</partnerid>
    <partnername>sample string 5</partnername>
    <pcname>sample string 16</pcname>
    <resourcename>sample string 14</resourcename>
    <schoolid>sample string 8</schoolid>
    <schoolname>sample string 9</schoolname>
    <state>sample string 1</state>
    <teachername>sample string 11</teachername>
    <tlname>sample string 15</tlname>
    <trainingdate>2026-05-03T17:28:37.3543371+05:30</trainingdate>
    <udiseno>sample string 10</udiseno>
  </GetRptMyESchoolTeacherTrainingReport_Result>
</ArrayOfGetRptMyESchoolTeacherTrainingReport_Result>