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

string

None.

studentid

string

None.

studentname

string

None.

contactno

string

None.

coursename

string

None.

batchname

string

None.

centname

string

None.

username

string

None.

password

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "contactno": "sample string 4",
    "coursename": "sample string 5",
    "batchname": "sample string 6",
    "centname": "sample string 7",
    "username": "sample string 8",
    "password": "sample string 9",
    "tRecordCount": 1
  },
  {
    "centid": "sample string 1",
    "studentid": "sample string 2",
    "studentname": "sample string 3",
    "contactno": "sample string 4",
    "coursename": "sample string 5",
    "batchname": "sample string 6",
    "centname": "sample string 7",
    "username": "sample string 8",
    "password": "sample string 9",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetAssessmentNotificationIDI_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetAssessmentNotificationIDI_Result>
    <batchname>sample string 6</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 7</centname>
    <contactno>sample string 4</contactno>
    <coursename>sample string 5</coursename>
    <password>sample string 9</password>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <tRecordCount>1</tRecordCount>
    <username>sample string 8</username>
  </GetAssessmentNotificationIDI_Result>
  <GetAssessmentNotificationIDI_Result>
    <batchname>sample string 6</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 7</centname>
    <contactno>sample string 4</contactno>
    <coursename>sample string 5</coursename>
    <password>sample string 9</password>
    <studentid>sample string 2</studentid>
    <studentname>sample string 3</studentname>
    <tRecordCount>1</tRecordCount>
    <username>sample string 8</username>
  </GetAssessmentNotificationIDI_Result>
</ArrayOfGetAssessmentNotificationIDI_Result>