GET api/Partner/GetCALSancharakFeedback/{userid}/{pgid}/{urole}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | string |
Required |
|
| pgid | string |
Required |
|
| urole | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetCALSancharakFeedback_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| partnerid | string |
None. |
|
| totalResponse | integer |
None. |
|
| academicyear | string |
None. |
|
| GeneralimpactExcellent | decimal number |
None. |
|
| GeneralimpactGood | decimal number |
None. |
|
| GeneralimpactSatisfactory | decimal number |
None. |
|
| GeneralimpactPoor | decimal number |
None. |
|
| PracticalFullyPracticalCovered | decimal number |
None. |
|
| PracticalGoodEXtent | decimal number |
None. |
|
| PracticalSomeExtent | decimal number |
None. |
|
| PracticalNotatall | decimal number |
None. |
|
| GreatAtmosphere | decimal number |
None. |
|
| GoodAtmosphere | decimal number |
None. |
|
| SomeExtentAtmosphere | decimal number |
None. |
|
| NotatallAtmosphere | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"totalResponse": 1,
"academicyear": "sample string 3",
"GeneralimpactExcellent": 1.1,
"GeneralimpactGood": 1.1,
"GeneralimpactSatisfactory": 1.1,
"GeneralimpactPoor": 1.1,
"PracticalFullyPracticalCovered": 1.1,
"PracticalGoodEXtent": 1.1,
"PracticalSomeExtent": 1.1,
"PracticalNotatall": 1.1,
"GreatAtmosphere": 1.1,
"GoodAtmosphere": 1.1,
"SomeExtentAtmosphere": 1.1,
"NotatallAtmosphere": 1.1
},
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"totalResponse": 1,
"academicyear": "sample string 3",
"GeneralimpactExcellent": 1.1,
"GeneralimpactGood": 1.1,
"GeneralimpactSatisfactory": 1.1,
"GeneralimpactPoor": 1.1,
"PracticalFullyPracticalCovered": 1.1,
"PracticalGoodEXtent": 1.1,
"PracticalSomeExtent": 1.1,
"PracticalNotatall": 1.1,
"GreatAtmosphere": 1.1,
"GoodAtmosphere": 1.1,
"SomeExtentAtmosphere": 1.1,
"NotatallAtmosphere": 1.1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetCALSancharakFeedback_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetCALSancharakFeedback_Result>
<GeneralimpactExcellent>1.1</GeneralimpactExcellent>
<GeneralimpactGood>1.1</GeneralimpactGood>
<GeneralimpactPoor>1.1</GeneralimpactPoor>
<GeneralimpactSatisfactory>1.1</GeneralimpactSatisfactory>
<GoodAtmosphere>1.1</GoodAtmosphere>
<GreatAtmosphere>1.1</GreatAtmosphere>
<NotatallAtmosphere>1.1</NotatallAtmosphere>
<PracticalFullyPracticalCovered>1.1</PracticalFullyPracticalCovered>
<PracticalGoodEXtent>1.1</PracticalGoodEXtent>
<PracticalNotatall>1.1</PracticalNotatall>
<PracticalSomeExtent>1.1</PracticalSomeExtent>
<SomeExtentAtmosphere>1.1</SomeExtentAtmosphere>
<academicyear>sample string 3</academicyear>
<partnerid>sample string 2</partnerid>
<pgid>sample string 1</pgid>
<totalResponse>1</totalResponse>
</GetCALSancharakFeedback_Result>
<GetCALSancharakFeedback_Result>
<GeneralimpactExcellent>1.1</GeneralimpactExcellent>
<GeneralimpactGood>1.1</GeneralimpactGood>
<GeneralimpactPoor>1.1</GeneralimpactPoor>
<GeneralimpactSatisfactory>1.1</GeneralimpactSatisfactory>
<GoodAtmosphere>1.1</GoodAtmosphere>
<GreatAtmosphere>1.1</GreatAtmosphere>
<NotatallAtmosphere>1.1</NotatallAtmosphere>
<PracticalFullyPracticalCovered>1.1</PracticalFullyPracticalCovered>
<PracticalGoodEXtent>1.1</PracticalGoodEXtent>
<PracticalNotatall>1.1</PracticalNotatall>
<PracticalSomeExtent>1.1</PracticalSomeExtent>
<SomeExtentAtmosphere>1.1</SomeExtentAtmosphere>
<academicyear>sample string 3</academicyear>
<partnerid>sample string 2</partnerid>
<pgid>sample string 1</pgid>
<totalResponse>1</totalResponse>
</GetCALSancharakFeedback_Result>
</ArrayOfGetCALSancharakFeedback_Result>