GET api/Student/GetCALAssessmentNotification/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALAssessmentNotification_ResultName | Description | Type | Additional information |
---|---|---|---|
centid | string |
None. |
|
schoolid | string |
None. |
|
schoolname | string |
None. |
|
studentid | string |
None. |
|
studentname | string |
None. |
|
contactno | string |
None. |
|
standard | string |
None. |
|
division | string |
None. |
|
batchid | string |
None. |
|
username | string |
None. |
|
password | string |
None. |
|
smsstatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "centid": "sample string 1", "schoolid": "sample string 2", "schoolname": "sample string 3", "studentid": "sample string 4", "studentname": "sample string 5", "contactno": "sample string 6", "standard": "sample string 7", "division": "sample string 8", "batchid": "sample string 9", "username": "sample string 10", "password": "sample string 11", "smsstatus": "sample string 12" }, { "centid": "sample string 1", "schoolid": "sample string 2", "schoolname": "sample string 3", "studentid": "sample string 4", "studentname": "sample string 5", "contactno": "sample string 6", "standard": "sample string 7", "division": "sample string 8", "batchid": "sample string 9", "username": "sample string 10", "password": "sample string 11", "smsstatus": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfGetCALAssessmentNotification_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetCALAssessmentNotification_Result> <batchid>sample string 9</batchid> <centid>sample string 1</centid> <contactno>sample string 6</contactno> <division>sample string 8</division> <password>sample string 11</password> <schoolid>sample string 2</schoolid> <schoolname>sample string 3</schoolname> <smsstatus>sample string 12</smsstatus> <standard>sample string 7</standard> <studentid>sample string 4</studentid> <studentname>sample string 5</studentname> <username>sample string 10</username> </GetCALAssessmentNotification_Result> <GetCALAssessmentNotification_Result> <batchid>sample string 9</batchid> <centid>sample string 1</centid> <contactno>sample string 6</contactno> <division>sample string 8</division> <password>sample string 11</password> <schoolid>sample string 2</schoolid> <schoolname>sample string 3</schoolname> <smsstatus>sample string 12</smsstatus> <standard>sample string 7</standard> <studentid>sample string 4</studentid> <studentname>sample string 5</studentname> <username>sample string 10</username> </GetCALAssessmentNotification_Result> </ArrayOfGetCALAssessmentNotification_Result>