GET api/Student/GetNonPIFStudentAssessmentNotification?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetNonPIFStudentAssessmentNotification_Result
NameDescriptionTypeAdditional information
schoolname

string

None.

studentid

string

None.

studentname

string

None.

mobileno

integer

None.

standard

integer

None.

division

string

None.

batch

string

None.

username

string

None.

password

string

None.

course

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "schoolname": "sample string 1",
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "mobileno": 1,
    "standard": 1,
    "division": "sample string 4",
    "batch": "sample string 5",
    "username": "sample string 6",
    "password": "sample string 7",
    "course": "sample string 8"
  },
  {
    "schoolname": "sample string 1",
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "mobileno": 1,
    "standard": 1,
    "division": "sample string 4",
    "batch": "sample string 5",
    "username": "sample string 6",
    "password": "sample string 7",
    "course": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetNonPIFStudentAssessmentNotification_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetNonPIFStudentAssessmentNotification_Result>
    <batch>sample string 5</batch>
    <course>sample string 8</course>
    <division>sample string 4</division>
    <mobileno>1</mobileno>
    <password>sample string 7</password>
    <schoolname>sample string 1</schoolname>
    <standard>1</standard>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <username>sample string 6</username>
  </GetNonPIFStudentAssessmentNotification_Result>
  <GetNonPIFStudentAssessmentNotification_Result>
    <batch>sample string 5</batch>
    <course>sample string 8</course>
    <division>sample string 4</division>
    <mobileno>1</mobileno>
    <password>sample string 7</password>
    <schoolname>sample string 1</schoolname>
    <standard>1</standard>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <username>sample string 6</username>
  </GetNonPIFStudentAssessmentNotification_Result>
</ArrayOfGetNonPIFStudentAssessmentNotification_Result>