GET api/Student/DownloadSRMFeedBack/{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 DownloadSRMFeedBack_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| centid | string |
None. |
|
| centname | string |
None. |
|
| parentname | string |
None. |
|
| parentid | string |
None. |
|
| gender | string |
None. |
|
| acyear | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"centid": "sample string 1",
"centname": "sample string 2",
"parentname": "sample string 3",
"parentid": "sample string 4",
"gender": "sample string 5",
"acyear": "sample string 6"
},
{
"centid": "sample string 1",
"centname": "sample string 2",
"parentname": "sample string 3",
"parentid": "sample string 4",
"gender": "sample string 5",
"acyear": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfDownloadSRMFeedBack_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<DownloadSRMFeedBack_Result>
<acyear>sample string 6</acyear>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<gender>sample string 5</gender>
<parentid>sample string 4</parentid>
<parentname>sample string 3</parentname>
</DownloadSRMFeedBack_Result>
<DownloadSRMFeedBack_Result>
<acyear>sample string 6</acyear>
<centid>sample string 1</centid>
<centname>sample string 2</centname>
<gender>sample string 5</gender>
<parentid>sample string 4</parentid>
<parentname>sample string 3</parentname>
</DownloadSRMFeedBack_Result>
</ArrayOfDownloadSRMFeedBack_Result>