GET api/Center/GetSchoolTeacherTrainingTestReport/{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 GetSchoolTeacherTrainingTestReport_ResultName | Description | Type | Additional information |
---|---|---|---|
schteachtranid | string |
None. |
|
projectname | string |
None. |
|
tlname | string |
None. |
|
date | date |
None. |
|
teachername | string |
None. |
|
centname | string |
None. |
|
contactno | string |
None. |
|
location | string |
None. |
|
type | 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. |
|
totalmarks | integer |
None. |
|
outof | integer |
None. |
|
persecnt | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "schteachtranid": "sample string 1", "projectname": "sample string 2", "tlname": "sample string 3", "date": "2025-05-10T11:51:02.2720153+05:30", "teachername": "sample string 4", "centname": "sample string 5", "contactno": "sample string 6", "location": "sample string 7", "type": "sample string 8", "q1": 9, "q2": 10, "q3": 11, "q4": 12, "q5": 13, "q6": 14, "q7": 15, "q8": 16, "q9": 17, "q10": 18, "totalmarks": 19, "outof": 20, "persecnt": 21 }, { "schteachtranid": "sample string 1", "projectname": "sample string 2", "tlname": "sample string 3", "date": "2025-05-10T11:51:02.2720153+05:30", "teachername": "sample string 4", "centname": "sample string 5", "contactno": "sample string 6", "location": "sample string 7", "type": "sample string 8", "q1": 9, "q2": 10, "q3": 11, "q4": 12, "q5": 13, "q6": 14, "q7": 15, "q8": 16, "q9": 17, "q10": 18, "totalmarks": 19, "outof": 20, "persecnt": 21 } ]
application/xml, text/xml
Sample:
<ArrayOfGetSchoolTeacherTrainingTestReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetSchoolTeacherTrainingTestReport_Result> <centname>sample string 5</centname> <contactno>sample string 6</contactno> <date>2025-05-10T11:51:02.2720153+05:30</date> <location>sample string 7</location> <outof>20</outof> <persecnt>21</persecnt> <projectname>sample string 2</projectname> <q1>9</q1> <q10>18</q10> <q2>10</q2> <q3>11</q3> <q4>12</q4> <q5>13</q5> <q6>14</q6> <q7>15</q7> <q8>16</q8> <q9>17</q9> <schteachtranid>sample string 1</schteachtranid> <teachername>sample string 4</teachername> <tlname>sample string 3</tlname> <totalmarks>19</totalmarks> <type>sample string 8</type> </GetSchoolTeacherTrainingTestReport_Result> <GetSchoolTeacherTrainingTestReport_Result> <centname>sample string 5</centname> <contactno>sample string 6</contactno> <date>2025-05-10T11:51:02.2720153+05:30</date> <location>sample string 7</location> <outof>20</outof> <persecnt>21</persecnt> <projectname>sample string 2</projectname> <q1>9</q1> <q10>18</q10> <q2>10</q2> <q3>11</q3> <q4>12</q4> <q5>13</q5> <q6>14</q6> <q7>15</q7> <q8>16</q8> <q9>17</q9> <schteachtranid>sample string 1</schteachtranid> <teachername>sample string 4</teachername> <tlname>sample string 3</tlname> <totalmarks>19</totalmarks> <type>sample string 8</type> </GetSchoolTeacherTrainingTestReport_Result> </ArrayOfGetSchoolTeacherTrainingTestReport_Result>