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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptDigitalCourseFeedback_Result
NameDescriptionTypeAdditional information
batchid

string

None.

batname

string

None.

feedby

string

None.

feedon

date

None.

feedbyname

string

None.

FeedbackCalls

integer

None.

NotReachable

integer

None.

NotApplicable

integer

None.

totalcalls

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "batchid": "sample string 1",
    "batname": "sample string 2",
    "feedby": "sample string 3",
    "feedon": "2025-05-10T10:47:04.691579+05:30",
    "feedbyname": "sample string 4",
    "FeedbackCalls": 5,
    "NotReachable": 6,
    "NotApplicable": 7,
    "totalcalls": 8,
    "tRecordCount": 1
  },
  {
    "batchid": "sample string 1",
    "batname": "sample string 2",
    "feedby": "sample string 3",
    "feedon": "2025-05-10T10:47:04.691579+05:30",
    "feedbyname": "sample string 4",
    "FeedbackCalls": 5,
    "NotReachable": 6,
    "NotApplicable": 7,
    "totalcalls": 8,
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptDigitalCourseFeedback_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptDigitalCourseFeedback_Result>
    <FeedbackCalls>5</FeedbackCalls>
    <NotApplicable>7</NotApplicable>
    <NotReachable>6</NotReachable>
    <batchid>sample string 1</batchid>
    <batname>sample string 2</batname>
    <feedby>sample string 3</feedby>
    <feedbyname>sample string 4</feedbyname>
    <feedon>2025-05-10T10:47:04.691579+05:30</feedon>
    <tRecordCount>1</tRecordCount>
    <totalcalls>8</totalcalls>
  </GetRptDigitalCourseFeedback_Result>
  <GetRptDigitalCourseFeedback_Result>
    <FeedbackCalls>5</FeedbackCalls>
    <NotApplicable>7</NotApplicable>
    <NotReachable>6</NotReachable>
    <batchid>sample string 1</batchid>
    <batname>sample string 2</batname>
    <feedby>sample string 3</feedby>
    <feedbyname>sample string 4</feedbyname>
    <feedon>2025-05-10T10:47:04.691579+05:30</feedon>
    <tRecordCount>1</tRecordCount>
    <totalcalls>8</totalcalls>
  </GetRptDigitalCourseFeedback_Result>
</ArrayOfGetRptDigitalCourseFeedback_Result>