GET api/Student/GetRptAIAppData?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptAIAppData_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| aiid | integer |
None. |
|
| userid | string |
None. |
|
| name | string |
None. |
|
| gender | string |
None. |
|
| dob | string |
None. |
|
| string |
None. |
||
| mobile | string |
None. |
|
| state | string |
None. |
|
| city | string |
None. |
|
| standard | string |
None. |
|
| type | string |
None. |
|
| courseid | string |
None. |
|
| coursename | string |
None. |
|
| language | string |
None. |
|
| q1 | integer |
None. |
|
| q2 | integer |
None. |
|
| q3 | integer |
None. |
|
| q4 | integer |
None. |
|
| q5 | integer |
None. |
|
| q6 | integer |
None. |
|
| q7 | integer |
None. |
|
| q8 | integer |
None. |
|
| q9 | integer |
None. |
|
| q10 | integer |
None. |
|
| q11 | integer |
None. |
|
| q12 | integer |
None. |
|
| q13 | integer |
None. |
|
| q14 | integer |
None. |
|
| q15 | integer |
None. |
|
| q16 | integer |
None. |
|
| q17 | integer |
None. |
|
| q18 | integer |
None. |
|
| q19 | integer |
None. |
|
| q20 | integer |
None. |
|
| totalscore | integer |
None. |
|
| outof | integer |
None. |
|
| percentage | decimal number |
None. |
|
| grade | string |
None. |
|
| createon | date |
None. |
|
| syncdate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"aiid": 1,
"userid": "sample string 2",
"name": "sample string 3",
"gender": "sample string 4",
"dob": "sample string 5",
"email": "sample string 6",
"mobile": "sample string 7",
"state": "sample string 8",
"city": "sample string 9",
"standard": "sample string 10",
"type": "sample string 11",
"courseid": "sample string 12",
"coursename": "sample string 13",
"language": "sample string 14",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"q9": 1,
"q10": 1,
"q11": 1,
"q12": 1,
"q13": 1,
"q14": 1,
"q15": 1,
"q16": 1,
"q17": 1,
"q18": 1,
"q19": 1,
"q20": 1,
"totalscore": 1,
"outof": 1,
"percentage": 1.0,
"grade": "sample string 15",
"createon": "2025-10-30T05:04:42.5120261+05:30",
"syncdate": "2025-10-30T05:04:42.5120261+05:30"
},
{
"aiid": 1,
"userid": "sample string 2",
"name": "sample string 3",
"gender": "sample string 4",
"dob": "sample string 5",
"email": "sample string 6",
"mobile": "sample string 7",
"state": "sample string 8",
"city": "sample string 9",
"standard": "sample string 10",
"type": "sample string 11",
"courseid": "sample string 12",
"coursename": "sample string 13",
"language": "sample string 14",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"q9": 1,
"q10": 1,
"q11": 1,
"q12": 1,
"q13": 1,
"q14": 1,
"q15": 1,
"q16": 1,
"q17": 1,
"q18": 1,
"q19": 1,
"q20": 1,
"totalscore": 1,
"outof": 1,
"percentage": 1.0,
"grade": "sample string 15",
"createon": "2025-10-30T05:04:42.5120261+05:30",
"syncdate": "2025-10-30T05:04:42.5120261+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptAIAppData_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptAIAppData_Result>
<aiid>1</aiid>
<city>sample string 9</city>
<courseid>sample string 12</courseid>
<coursename>sample string 13</coursename>
<createon>2025-10-30T05:04:42.5120261+05:30</createon>
<dob>sample string 5</dob>
<email>sample string 6</email>
<gender>sample string 4</gender>
<grade>sample string 15</grade>
<language>sample string 14</language>
<mobile>sample string 7</mobile>
<name>sample string 3</name>
<outof>1</outof>
<percentage>1</percentage>
<q1>1</q1>
<q10>1</q10>
<q11>1</q11>
<q12>1</q12>
<q13>1</q13>
<q14>1</q14>
<q15>1</q15>
<q16>1</q16>
<q17>1</q17>
<q18>1</q18>
<q19>1</q19>
<q2>1</q2>
<q20>1</q20>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<q9>1</q9>
<standard>sample string 10</standard>
<state>sample string 8</state>
<syncdate>2025-10-30T05:04:42.5120261+05:30</syncdate>
<totalscore>1</totalscore>
<type>sample string 11</type>
<userid>sample string 2</userid>
</GetRptAIAppData_Result>
<GetRptAIAppData_Result>
<aiid>1</aiid>
<city>sample string 9</city>
<courseid>sample string 12</courseid>
<coursename>sample string 13</coursename>
<createon>2025-10-30T05:04:42.5120261+05:30</createon>
<dob>sample string 5</dob>
<email>sample string 6</email>
<gender>sample string 4</gender>
<grade>sample string 15</grade>
<language>sample string 14</language>
<mobile>sample string 7</mobile>
<name>sample string 3</name>
<outof>1</outof>
<percentage>1</percentage>
<q1>1</q1>
<q10>1</q10>
<q11>1</q11>
<q12>1</q12>
<q13>1</q13>
<q14>1</q14>
<q15>1</q15>
<q16>1</q16>
<q17>1</q17>
<q18>1</q18>
<q19>1</q19>
<q2>1</q2>
<q20>1</q20>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<q9>1</q9>
<standard>sample string 10</standard>
<state>sample string 8</state>
<syncdate>2025-10-30T05:04:42.5120261+05:30</syncdate>
<totalscore>1</totalscore>
<type>sample string 11</type>
<userid>sample string 2</userid>
</GetRptAIAppData_Result>
</ArrayOfGetRptAIAppData_Result>