GET api/Center/GetCyberSmartStudent/{cybstid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cybstid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CyberSmartStudentName | 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. |
|
seqno | integer |
None. |
|
createdby | string |
None. |
|
createdon | date |
None. |
|
updateby | string |
None. |
|
updatedon | date |
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-05-10T10:39:33.0557073+05:30", "contactno": "sample string 13", "pgid": "sample string 14", "academicyear": "sample string 15", "seqno": 1, "createdby": "sample string 16", "createdon": "2025-05-10T10:39:33.0557073+05:30", "updateby": "sample string 17", "updatedon": "2025-05-10T10:39:33.0557073+05:30" }, { "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-05-10T10:39:33.0557073+05:30", "contactno": "sample string 13", "pgid": "sample string 14", "academicyear": "sample string 15", "seqno": 1, "createdby": "sample string 16", "createdon": "2025-05-10T10:39:33.0557073+05:30", "updateby": "sample string 17", "updatedon": "2025-05-10T10:39:33.0557073+05:30" } ]
application/xml, text/xml
Sample:
<ArrayOfCyberSmartStudent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <CyberSmartStudent> <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-05-10T10:39:33.0557073+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> <seqno>1</seqno> <standard>sample string 11</standard> <state>sample string 2</state> <studentname>sample string 9</studentname> <teamleaderid>sample string 4</teamleaderid> <updateby>sample string 17</updateby> <updatedon>2025-05-10T10:39:33.0557073+05:30</updatedon> <workshopdate>2025-05-10T10:39:33.0557073+05:30</workshopdate> <workshopperson>sample string 12</workshopperson> </CyberSmartStudent> <CyberSmartStudent> <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-05-10T10:39:33.0557073+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> <seqno>1</seqno> <standard>sample string 11</standard> <state>sample string 2</state> <studentname>sample string 9</studentname> <teamleaderid>sample string 4</teamleaderid> <updateby>sample string 17</updateby> <updatedon>2025-05-10T10:39:33.0557073+05:30</updatedon> <workshopdate>2025-05-10T10:39:33.0557073+05:30</workshopdate> <workshopperson>sample string 12</workshopperson> </CyberSmartStudent> </ArrayOfCyberSmartStudent>