GET api/Employee/GetDSEmployeeFeedbackgraph?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDSEmployeeFeedbackgraph_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| academicyear | string |
None. |
|
| state | string |
None. |
|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| Excellent | integer |
None. |
|
| Good | integer |
None. |
|
| Fair | integer |
None. |
|
| Recommend | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"academicyear": "sample string 1",
"state": "sample string 2",
"pgid": "sample string 3",
"pgname": "sample string 4",
"Excellent": 5,
"Good": 6,
"Fair": 7,
"Recommend": 8
},
{
"academicyear": "sample string 1",
"state": "sample string 2",
"pgid": "sample string 3",
"pgname": "sample string 4",
"Excellent": 5,
"Good": 6,
"Fair": 7,
"Recommend": 8
}
]
application/xml, text/xml
Sample:
<ArrayOfGetDSEmployeeFeedbackgraph_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetDSEmployeeFeedbackgraph_Result>
<Excellent>5</Excellent>
<Fair>7</Fair>
<Good>6</Good>
<Recommend>8</Recommend>
<academicyear>sample string 1</academicyear>
<pgid>sample string 3</pgid>
<pgname>sample string 4</pgname>
<state>sample string 2</state>
</GetDSEmployeeFeedbackgraph_Result>
<GetDSEmployeeFeedbackgraph_Result>
<Excellent>5</Excellent>
<Fair>7</Fair>
<Good>6</Good>
<Recommend>8</Recommend>
<academicyear>sample string 1</academicyear>
<pgid>sample string 3</pgid>
<pgname>sample string 4</pgname>
<state>sample string 2</state>
</GetDSEmployeeFeedbackgraph_Result>
</ArrayOfGetDSEmployeeFeedbackgraph_Result>