GET api/Employee/GetDSEmployeeFeedbackgraphonepage/{state}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
state

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FeedbackCountGraph
NameDescriptionTypeAdditional information
gfid

integer

None.

state

string

None.

Excellent

integer

None.

Good

integer

None.

Fair

integer

None.

updateon

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "gfid": 1,
    "state": "sample string 2",
    "Excellent": 1,
    "Good": 1,
    "Fair": 1,
    "updateon": "2025-05-10T10:49:09.9280848+05:30"
  },
  {
    "gfid": 1,
    "state": "sample string 2",
    "Excellent": 1,
    "Good": 1,
    "Fair": 1,
    "updateon": "2025-05-10T10:49:09.9280848+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFeedbackCountGraph xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <FeedbackCountGraph>
    <Excellent>1</Excellent>
    <Fair>1</Fair>
    <Good>1</Good>
    <gfid>1</gfid>
    <state>sample string 2</state>
    <updateon>2025-05-10T10:49:09.9280848+05:30</updateon>
  </FeedbackCountGraph>
  <FeedbackCountGraph>
    <Excellent>1</Excellent>
    <Fair>1</Fair>
    <Good>1</Good>
    <gfid>1</gfid>
    <state>sample string 2</state>
    <updateon>2025-05-10T10:49:09.9280848+05:30</updateon>
  </FeedbackCountGraph>
</ArrayOfFeedbackCountGraph>