GET api/Student/DownloadSRMAssessment/{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 DownloadSRMAssessment_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

parentname

string

None.

parentid

string

None.

gender

string

None.

age

string

None.

childname

string

None.

childgender

string

None.

childage

string

None.

contactno

string

None.

address

string

None.

meladate

string

None.

acyear

string

None.

examtype

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "parentname": "sample string 3",
    "parentid": "sample string 4",
    "gender": "sample string 5",
    "age": "sample string 6",
    "childname": "sample string 7",
    "childgender": "sample string 8",
    "childage": "sample string 9",
    "contactno": "sample string 10",
    "address": "sample string 11",
    "meladate": "sample string 12",
    "acyear": "sample string 13",
    "examtype": "sample string 14"
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "parentname": "sample string 3",
    "parentid": "sample string 4",
    "gender": "sample string 5",
    "age": "sample string 6",
    "childname": "sample string 7",
    "childgender": "sample string 8",
    "childage": "sample string 9",
    "contactno": "sample string 10",
    "address": "sample string 11",
    "meladate": "sample string 12",
    "acyear": "sample string 13",
    "examtype": "sample string 14"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadSRMAssessment_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadSRMAssessment_Result>
    <acyear>sample string 13</acyear>
    <address>sample string 11</address>
    <age>sample string 6</age>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <childage>sample string 9</childage>
    <childgender>sample string 8</childgender>
    <childname>sample string 7</childname>
    <contactno>sample string 10</contactno>
    <examtype>sample string 14</examtype>
    <gender>sample string 5</gender>
    <meladate>sample string 12</meladate>
    <parentid>sample string 4</parentid>
    <parentname>sample string 3</parentname>
  </DownloadSRMAssessment_Result>
  <DownloadSRMAssessment_Result>
    <acyear>sample string 13</acyear>
    <address>sample string 11</address>
    <age>sample string 6</age>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <childage>sample string 9</childage>
    <childgender>sample string 8</childgender>
    <childname>sample string 7</childname>
    <contactno>sample string 10</contactno>
    <examtype>sample string 14</examtype>
    <gender>sample string 5</gender>
    <meladate>sample string 12</meladate>
    <parentid>sample string 4</parentid>
    <parentname>sample string 3</parentname>
  </DownloadSRMAssessment_Result>
</ArrayOfDownloadSRMAssessment_Result>