GET api/Student/GetCALAssessmentNotification1to4Math/{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 GetCALAssessmentNotification1to4Math_Result| Name | 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. |
|
| examtype | string |
None. |
|
| tRecordCount | integer |
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",
"examtype": "sample string 13",
"tRecordCount": 1
},
{
"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",
"examtype": "sample string 13",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALAssessmentNotification1to4Math_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALAssessmentNotification1to4Math_Result>
<batchid>sample string 9</batchid>
<centid>sample string 1</centid>
<contactno>sample string 6</contactno>
<division>sample string 8</division>
<examtype>sample string 13</examtype>
<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>
<tRecordCount>1</tRecordCount>
<username>sample string 10</username>
</GetCALAssessmentNotification1to4Math_Result>
<GetCALAssessmentNotification1to4Math_Result>
<batchid>sample string 9</batchid>
<centid>sample string 1</centid>
<contactno>sample string 6</contactno>
<division>sample string 8</division>
<examtype>sample string 13</examtype>
<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>
<tRecordCount>1</tRecordCount>
<username>sample string 10</username>
</GetCALAssessmentNotification1to4Math_Result>
</ArrayOfGetCALAssessmentNotification1to4Math_Result>