GET api/Employee/GetDSFeedbackSummaryList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetDSFeedbackSummaryList_Result
NameDescriptionTypeAdditional information
debatch

string

None.

batname

string

None.

empcount

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "empcount": 1,
    "tRecordCount": 3
  },
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "empcount": 1,
    "tRecordCount": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetDSFeedbackSummaryList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetDSFeedbackSummaryList_Result>
    <batname>sample string 2</batname>
    <debatch>sample string 1</debatch>
    <empcount>1</empcount>
    <tRecordCount>3</tRecordCount>
  </GetDSFeedbackSummaryList_Result>
  <GetDSFeedbackSummaryList_Result>
    <batname>sample string 2</batname>
    <debatch>sample string 1</debatch>
    <empcount>1</empcount>
    <tRecordCount>3</tRecordCount>
  </GetDSFeedbackSummaryList_Result>
</ArrayOfGetDSFeedbackSummaryList_Result>