GET api/Student/GetTechnovatorsParticipantsList/{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 GetTechnovatorsParticipantsList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| regid | string |
None. |
|
| state | string |
None. |
|
| teamleaderid | string |
None. |
|
| tlname | string |
None. |
|
| centid | string |
None. |
|
| schoolid | string |
None. |
|
| centname | string |
None. |
|
| schoolname | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| standard | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"regid": "sample string 1",
"state": "sample string 2",
"teamleaderid": "sample string 3",
"tlname": "sample string 4",
"centid": "sample string 5",
"schoolid": "sample string 6",
"centname": "sample string 7",
"schoolname": "sample string 8",
"studentid": "sample string 9",
"studentname": "sample string 10",
"standard": "sample string 11",
"tRecordCount": 12
},
{
"regid": "sample string 1",
"state": "sample string 2",
"teamleaderid": "sample string 3",
"tlname": "sample string 4",
"centid": "sample string 5",
"schoolid": "sample string 6",
"centname": "sample string 7",
"schoolname": "sample string 8",
"studentid": "sample string 9",
"studentname": "sample string 10",
"standard": "sample string 11",
"tRecordCount": 12
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTechnovatorsParticipantsList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetTechnovatorsParticipantsList_Result>
<centid>sample string 5</centid>
<centname>sample string 7</centname>
<regid>sample string 1</regid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 8</schoolname>
<standard>sample string 11</standard>
<state>sample string 2</state>
<studentid>sample string 9</studentid>
<studentname>sample string 10</studentname>
<tRecordCount>12</tRecordCount>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 4</tlname>
</GetTechnovatorsParticipantsList_Result>
<GetTechnovatorsParticipantsList_Result>
<centid>sample string 5</centid>
<centname>sample string 7</centname>
<regid>sample string 1</regid>
<schoolid>sample string 6</schoolid>
<schoolname>sample string 8</schoolname>
<standard>sample string 11</standard>
<state>sample string 2</state>
<studentid>sample string 9</studentid>
<studentname>sample string 10</studentname>
<tRecordCount>12</tRecordCount>
<teamleaderid>sample string 3</teamleaderid>
<tlname>sample string 4</tlname>
</GetTechnovatorsParticipantsList_Result>
</ArrayOfGetTechnovatorsParticipantsList_Result>