GET api/Center/GetPrincipalWorkshopTestReport/{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 GetPrincipalWorkshopTestReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ptrid | string |
None. |
|
| projectname | string |
None. |
|
| date | date |
None. |
|
| principalname | 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:
[
{
"ptrid": "sample string 1",
"projectname": "sample string 2",
"date": "2025-10-30T05:02:00.4851629+05:30",
"principalname": "sample string 3",
"centname": "sample string 4",
"contactno": "sample string 5",
"location": "sample string 6",
"type": "sample string 7",
"q1": 8,
"q2": 9,
"q3": 10,
"q4": 11,
"q5": 12,
"q6": 13,
"q7": 14,
"q8": 15,
"q9": 16,
"q10": 17,
"totalmarks": 18,
"outof": 19,
"persecnt": 20
},
{
"ptrid": "sample string 1",
"projectname": "sample string 2",
"date": "2025-10-30T05:02:00.4851629+05:30",
"principalname": "sample string 3",
"centname": "sample string 4",
"contactno": "sample string 5",
"location": "sample string 6",
"type": "sample string 7",
"q1": 8,
"q2": 9,
"q3": 10,
"q4": 11,
"q5": 12,
"q6": 13,
"q7": 14,
"q8": 15,
"q9": 16,
"q10": 17,
"totalmarks": 18,
"outof": 19,
"persecnt": 20
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPrincipalWorkshopTestReport_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPrincipalWorkshopTestReport_Result>
<centname>sample string 4</centname>
<contactno>sample string 5</contactno>
<date>2025-10-30T05:02:00.4851629+05:30</date>
<location>sample string 6</location>
<outof>19</outof>
<persecnt>20</persecnt>
<principalname>sample string 3</principalname>
<projectname>sample string 2</projectname>
<ptrid>sample string 1</ptrid>
<q1>8</q1>
<q10>17</q10>
<q2>9</q2>
<q3>10</q3>
<q4>11</q4>
<q5>12</q5>
<q6>13</q6>
<q7>14</q7>
<q8>15</q8>
<q9>16</q9>
<totalmarks>18</totalmarks>
<type>sample string 7</type>
</GetPrincipalWorkshopTestReport_Result>
<GetPrincipalWorkshopTestReport_Result>
<centname>sample string 4</centname>
<contactno>sample string 5</contactno>
<date>2025-10-30T05:02:00.4851629+05:30</date>
<location>sample string 6</location>
<outof>19</outof>
<persecnt>20</persecnt>
<principalname>sample string 3</principalname>
<projectname>sample string 2</projectname>
<ptrid>sample string 1</ptrid>
<q1>8</q1>
<q10>17</q10>
<q2>9</q2>
<q3>10</q3>
<q4>11</q4>
<q5>12</q5>
<q6>13</q6>
<q7>14</q7>
<q8>15</q8>
<q9>16</q9>
<totalmarks>18</totalmarks>
<type>sample string 7</type>
</GetPrincipalWorkshopTestReport_Result>
</ArrayOfGetPrincipalWorkshopTestReport_Result>