GET api/Center/GetCyberSmartStudentList/{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 GetCyberSmartStudentList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| cybstid | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| teamleaderid | string |
None. |
|
| pcid | string |
None. |
|
| schoolid | string |
None. |
|
| schoolname | string |
None. |
|
| language | string |
None. |
|
| studentname | string |
None. |
|
| classcluster | string |
None. |
|
| standard | string |
None. |
|
| workshopperson | string |
None. |
|
| workshopdate | date |
None. |
|
| contactno | string |
None. |
|
| pgid | string |
None. |
|
| academicyear | string |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updateby | string |
None. |
|
| updatedon | date |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"cybstid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"teamleaderid": "sample string 4",
"pcid": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"language": "sample string 8",
"studentname": "sample string 9",
"classcluster": "sample string 10",
"standard": "sample string 11",
"workshopperson": "sample string 12",
"workshopdate": "2025-10-30T02:58:56.0090751+05:30",
"contactno": "sample string 13",
"pgid": "sample string 14",
"academicyear": "sample string 15",
"createdby": "sample string 16",
"createdon": "2025-10-30T02:58:56.0090751+05:30",
"updateby": "sample string 17",
"updatedon": "2025-10-30T02:58:56.0090751+05:30",
"tRecordCount": 1
},
{
"cybstid": "sample string 1",
"state": "sample string 2",
"city": "sample string 3",
"teamleaderid": "sample string 4",
"pcid": "sample string 5",
"schoolid": "sample string 6",
"schoolname": "sample string 7",
"language": "sample string 8",
"studentname": "sample string 9",
"classcluster": "sample string 10",
"standard": "sample string 11",
"workshopperson": "sample string 12",
"workshopdate": "2025-10-30T02:58:56.0090751+05:30",
"contactno": "sample string 13",
"pgid": "sample string 14",
"academicyear": "sample string 15",
"createdby": "sample string 16",
"createdon": "2025-10-30T02:58:56.0090751+05:30",
"updateby": "sample string 17",
"updatedon": "2025-10-30T02:58:56.0090751+05:30",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCyberSmartStudentList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCyberSmartStudentList_Result>
<academicyear>sample string 15</academicyear>
<city>sample string 3</city>
<classcluster>sample string 10</classcluster>
<contactno>sample string 13</contactno>
<createdby>sample string 16</createdby>
<createdon>2025-10-30T02:58:56.0090751+05:30</createdon>
<cybstid>sample string 1</cybstid>
<language>sample string 8</language>
<pcid>sample string 5</pcid>
<pgid>sample string 14</pgid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<standard>sample string 11</standard>
<state>sample string 2</state>
<studentname>sample string 9</studentname>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 4</teamleaderid>
<updateby>sample string 17</updateby>
<updatedon>2025-10-30T02:58:56.0090751+05:30</updatedon>
<workshopdate>2025-10-30T02:58:56.0090751+05:30</workshopdate>
<workshopperson>sample string 12</workshopperson>
</GetCyberSmartStudentList_Result>
<GetCyberSmartStudentList_Result>
<academicyear>sample string 15</academicyear>
<city>sample string 3</city>
<classcluster>sample string 10</classcluster>
<contactno>sample string 13</contactno>
<createdby>sample string 16</createdby>
<createdon>2025-10-30T02:58:56.0090751+05:30</createdon>
<cybstid>sample string 1</cybstid>
<language>sample string 8</language>
<pcid>sample string 5</pcid>
<pgid>sample string 14</pgid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 7</schoolname>
<standard>sample string 11</standard>
<state>sample string 2</state>
<studentname>sample string 9</studentname>
<tRecordCount>1</tRecordCount>
<teamleaderid>sample string 4</teamleaderid>
<updateby>sample string 17</updateby>
<updatedon>2025-10-30T02:58:56.0090751+05:30</updatedon>
<workshopdate>2025-10-30T02:58:56.0090751+05:30</workshopdate>
<workshopperson>sample string 12</workshopperson>
</GetCyberSmartStudentList_Result>
</ArrayOfGetCyberSmartStudentList_Result>