GET api/Employee/GetRptDigitalCourseFeedbackCount?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetRptDigitalCourseFeedbackCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| state | string |
None. |
|
| FeedbackCalls | integer |
None. |
|
| NotReachable | integer |
None. |
|
| NotApplicable | integer |
None. |
|
| totalcalls | integer |
None. |
|
| dcid | string |
None. |
|
| dcname | string |
None. |
|
| feedby | string |
None. |
|
| feedbyname | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"state": "sample string 1",
"FeedbackCalls": 2,
"NotReachable": 3,
"NotApplicable": 4,
"totalcalls": 5,
"dcid": "sample string 6",
"dcname": "sample string 7",
"feedby": "sample string 8",
"feedbyname": "sample string 9",
"tRecordCount": 1
},
{
"state": "sample string 1",
"FeedbackCalls": 2,
"NotReachable": 3,
"NotApplicable": 4,
"totalcalls": 5,
"dcid": "sample string 6",
"dcname": "sample string 7",
"feedby": "sample string 8",
"feedbyname": "sample string 9",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetRptDigitalCourseFeedbackCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetRptDigitalCourseFeedbackCount_Result>
<FeedbackCalls>2</FeedbackCalls>
<NotApplicable>4</NotApplicable>
<NotReachable>3</NotReachable>
<dcid>sample string 6</dcid>
<dcname>sample string 7</dcname>
<feedby>sample string 8</feedby>
<feedbyname>sample string 9</feedbyname>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totalcalls>5</totalcalls>
</GetRptDigitalCourseFeedbackCount_Result>
<GetRptDigitalCourseFeedbackCount_Result>
<FeedbackCalls>2</FeedbackCalls>
<NotApplicable>4</NotApplicable>
<NotReachable>3</NotReachable>
<dcid>sample string 6</dcid>
<dcname>sample string 7</dcname>
<feedby>sample string 8</feedby>
<feedbyname>sample string 9</feedbyname>
<state>sample string 1</state>
<tRecordCount>1</tRecordCount>
<totalcalls>5</totalcalls>
</GetRptDigitalCourseFeedbackCount_Result>
</ArrayOfGetRptDigitalCourseFeedbackCount_Result>