GET api/Center/GetRptIDIFeedbackList/{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 GetRptIDIFeedbackList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| fellowid | string |
None. |
|
| studentid | string |
None. |
|
| studentname | string |
None. |
|
| fellowname | string |
None. |
|
| centname | string |
None. |
|
| batchname | string |
None. |
|
| parentbatch | string |
None. |
|
| batchid | 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. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"fellowid": "sample string 2",
"studentid": "sample string 3",
"studentname": "sample string 4",
"fellowname": "sample string 5",
"centname": "sample string 6",
"batchname": "sample string 7",
"parentbatch": "sample string 8",
"batchid": "sample string 9",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"tRecordCount": 10
},
{
"centid": "sample string 1",
"fellowid": "sample string 2",
"studentid": "sample string 3",
"studentname": "sample string 4",
"fellowname": "sample string 5",
"centname": "sample string 6",
"batchname": "sample string 7",
"parentbatch": "sample string 8",
"batchid": "sample string 9",
"q1": 1,
"q2": 1,
"q3": 1,
"q4": 1,
"q5": 1,
"q6": 1,
"q7": 1,
"q8": 1,
"tRecordCount": 10
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptIDIFeedbackList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptIDIFeedbackList_Result>
<batchid>sample string 9</batchid>
<batchname>sample string 7</batchname>
<centid>sample string 1</centid>
<centname>sample string 6</centname>
<fellowid>sample string 2</fellowid>
<fellowname>sample string 5</fellowname>
<parentbatch>sample string 8</parentbatch>
<q1>1</q1>
<q2>1</q2>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<studentid>sample string 3</studentid>
<studentname>sample string 4</studentname>
<tRecordCount>10</tRecordCount>
</GetRptIDIFeedbackList_Result>
<GetRptIDIFeedbackList_Result>
<batchid>sample string 9</batchid>
<batchname>sample string 7</batchname>
<centid>sample string 1</centid>
<centname>sample string 6</centname>
<fellowid>sample string 2</fellowid>
<fellowname>sample string 5</fellowname>
<parentbatch>sample string 8</parentbatch>
<q1>1</q1>
<q2>1</q2>
<q3>1</q3>
<q4>1</q4>
<q5>1</q5>
<q6>1</q6>
<q7>1</q7>
<q8>1</q8>
<studentid>sample string 3</studentid>
<studentname>sample string 4</studentname>
<tRecordCount>10</tRecordCount>
</GetRptIDIFeedbackList_Result>
</ArrayOfGetRptIDIFeedbackList_Result>