GET api/Student/GetRptTechnovatorsParticipants/{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 GetRptTechnovatorsParticipants_ResultName | 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. |
|
remark | string |
None. |
|
gender | string |
None. |
|
category | string |
None. |
|
topic | string |
None. |
|
rating | integer |
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", "remark": "sample string 12", "gender": "sample string 13", "category": "sample string 14", "topic": "sample string 15", "rating": 16, "tRecordCount": 17 }, { "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", "remark": "sample string 12", "gender": "sample string 13", "category": "sample string 14", "topic": "sample string 15", "rating": 16, "tRecordCount": 17 } ]
application/xml, text/xml
Sample:
<ArrayOfGetRptTechnovatorsParticipants_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetRptTechnovatorsParticipants_Result> <category>sample string 14</category> <centid>sample string 5</centid> <centname>sample string 7</centname> <gender>sample string 13</gender> <rating>16</rating> <regid>sample string 1</regid> <remark>sample string 12</remark> <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>17</tRecordCount> <teamleaderid>sample string 3</teamleaderid> <tlname>sample string 4</tlname> <topic>sample string 15</topic> </GetRptTechnovatorsParticipants_Result> <GetRptTechnovatorsParticipants_Result> <category>sample string 14</category> <centid>sample string 5</centid> <centname>sample string 7</centname> <gender>sample string 13</gender> <rating>16</rating> <regid>sample string 1</regid> <remark>sample string 12</remark> <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>17</tRecordCount> <teamleaderid>sample string 3</teamleaderid> <tlname>sample string 4</tlname> <topic>sample string 15</topic> </GetRptTechnovatorsParticipants_Result> </ArrayOfGetRptTechnovatorsParticipants_Result>