GET api/Center/GetMySchoolSchoolSurveyList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetMySchoolSchoolSurveyList_Result
NameDescriptionTypeAdditional information
surveyid

string

None.

surveydate

string

None.

survername

string

None.

village

string

None.

center

string

None.

schoolname

string

None.

medium

string

None.

stadnard

string

None.

schoolcode

string

None.

contactno1

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "surveyid": "sample string 1",
    "surveydate": "sample string 2",
    "survername": "sample string 3",
    "village": "sample string 4",
    "center": "sample string 5",
    "schoolname": "sample string 6",
    "medium": "sample string 7",
    "stadnard": "sample string 8",
    "schoolcode": "sample string 9",
    "contactno1": "sample string 10",
    "tRecordCount": 11
  },
  {
    "surveyid": "sample string 1",
    "surveydate": "sample string 2",
    "survername": "sample string 3",
    "village": "sample string 4",
    "center": "sample string 5",
    "schoolname": "sample string 6",
    "medium": "sample string 7",
    "stadnard": "sample string 8",
    "schoolcode": "sample string 9",
    "contactno1": "sample string 10",
    "tRecordCount": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMySchoolSchoolSurveyList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetMySchoolSchoolSurveyList_Result>
    <center>sample string 5</center>
    <contactno1>sample string 10</contactno1>
    <medium>sample string 7</medium>
    <schoolcode>sample string 9</schoolcode>
    <schoolname>sample string 6</schoolname>
    <stadnard>sample string 8</stadnard>
    <survername>sample string 3</survername>
    <surveydate>sample string 2</surveydate>
    <surveyid>sample string 1</surveyid>
    <tRecordCount>11</tRecordCount>
    <village>sample string 4</village>
  </GetMySchoolSchoolSurveyList_Result>
  <GetMySchoolSchoolSurveyList_Result>
    <center>sample string 5</center>
    <contactno1>sample string 10</contactno1>
    <medium>sample string 7</medium>
    <schoolcode>sample string 9</schoolcode>
    <schoolname>sample string 6</schoolname>
    <stadnard>sample string 8</stadnard>
    <survername>sample string 3</survername>
    <surveydate>sample string 2</surveydate>
    <surveyid>sample string 1</surveyid>
    <tRecordCount>11</tRecordCount>
    <village>sample string 4</village>
  </GetMySchoolSchoolSurveyList_Result>
</ArrayOfGetMySchoolSchoolSurveyList_Result>