GET api/Student/GetPlannedMonthlySchoolMES/{month}/{year}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
month

string

Required

year

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPlannedMonthlySchoolMES_Result
NameDescriptionTypeAdditional information
centermode

string

None.

state

string

None.

city

string

None.

teamleaderid

string

None.

teamleadername

string

None.

pcid

string

None.

ohid

string

None.

pcname

string

None.

ohname

string

None.

centid

string

None.

centname

string

None.

schoolid

string

None.

schoolname

string

None.

month

string

None.

year

string

None.

schoolvisit

string

None.

officework

string

None.

otherwork

string

None.

assessment

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centermode": "sample string 1",
    "state": "sample string 2",
    "city": "sample string 3",
    "teamleaderid": "sample string 4",
    "teamleadername": "sample string 5",
    "pcid": "sample string 6",
    "ohid": "sample string 7",
    "pcname": "sample string 8",
    "ohname": "sample string 9",
    "centid": "sample string 10",
    "centname": "sample string 11",
    "schoolid": "sample string 12",
    "schoolname": "sample string 13",
    "month": "sample string 14",
    "year": "sample string 15",
    "schoolvisit": "sample string 16",
    "officework": "sample string 17",
    "otherwork": "sample string 18",
    "assessment": "sample string 19"
  },
  {
    "centermode": "sample string 1",
    "state": "sample string 2",
    "city": "sample string 3",
    "teamleaderid": "sample string 4",
    "teamleadername": "sample string 5",
    "pcid": "sample string 6",
    "ohid": "sample string 7",
    "pcname": "sample string 8",
    "ohname": "sample string 9",
    "centid": "sample string 10",
    "centname": "sample string 11",
    "schoolid": "sample string 12",
    "schoolname": "sample string 13",
    "month": "sample string 14",
    "year": "sample string 15",
    "schoolvisit": "sample string 16",
    "officework": "sample string 17",
    "otherwork": "sample string 18",
    "assessment": "sample string 19"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPlannedMonthlySchoolMES_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPlannedMonthlySchoolMES_Result>
    <assessment>sample string 19</assessment>
    <centermode>sample string 1</centermode>
    <centid>sample string 10</centid>
    <centname>sample string 11</centname>
    <city>sample string 3</city>
    <month>sample string 14</month>
    <officework>sample string 17</officework>
    <ohid>sample string 7</ohid>
    <ohname>sample string 9</ohname>
    <otherwork>sample string 18</otherwork>
    <pcid>sample string 6</pcid>
    <pcname>sample string 8</pcname>
    <schoolid>sample string 12</schoolid>
    <schoolname>sample string 13</schoolname>
    <schoolvisit>sample string 16</schoolvisit>
    <state>sample string 2</state>
    <teamleaderid>sample string 4</teamleaderid>
    <teamleadername>sample string 5</teamleadername>
    <year>sample string 15</year>
  </GetPlannedMonthlySchoolMES_Result>
  <GetPlannedMonthlySchoolMES_Result>
    <assessment>sample string 19</assessment>
    <centermode>sample string 1</centermode>
    <centid>sample string 10</centid>
    <centname>sample string 11</centname>
    <city>sample string 3</city>
    <month>sample string 14</month>
    <officework>sample string 17</officework>
    <ohid>sample string 7</ohid>
    <ohname>sample string 9</ohname>
    <otherwork>sample string 18</otherwork>
    <pcid>sample string 6</pcid>
    <pcname>sample string 8</pcname>
    <schoolid>sample string 12</schoolid>
    <schoolname>sample string 13</schoolname>
    <schoolvisit>sample string 16</schoolvisit>
    <state>sample string 2</state>
    <teamleaderid>sample string 4</teamleaderid>
    <teamleadername>sample string 5</teamleadername>
    <year>sample string 15</year>
  </GetPlannedMonthlySchoolMES_Result>
</ArrayOfGetPlannedMonthlySchoolMES_Result>