GET api/Employee/GetDigitalCourseFeedbackList?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetDigitalCourseFeedbackList_ResultName | Description | Type | Additional information |
---|---|---|---|
dsempid | string |
None. |
|
fullname | string |
None. |
|
batname | string |
None. |
|
dcid | string |
None. |
|
batchid | string |
None. |
|
dcname | string |
None. |
|
remark | string |
None. |
|
feedby | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "dsempid": "sample string 1", "fullname": "sample string 2", "batname": "sample string 3", "dcid": "sample string 4", "batchid": "sample string 5", "dcname": "sample string 6", "remark": "sample string 7", "feedby": "sample string 8", "tRecordCount": 1 }, { "dsempid": "sample string 1", "fullname": "sample string 2", "batname": "sample string 3", "dcid": "sample string 4", "batchid": "sample string 5", "dcname": "sample string 6", "remark": "sample string 7", "feedby": "sample string 8", "tRecordCount": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetDigitalCourseFeedbackList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetDigitalCourseFeedbackList_Result> <batchid>sample string 5</batchid> <batname>sample string 3</batname> <dcid>sample string 4</dcid> <dcname>sample string 6</dcname> <dsempid>sample string 1</dsempid> <feedby>sample string 8</feedby> <fullname>sample string 2</fullname> <remark>sample string 7</remark> <tRecordCount>1</tRecordCount> </GetDigitalCourseFeedbackList_Result> <GetDigitalCourseFeedbackList_Result> <batchid>sample string 5</batchid> <batname>sample string 3</batname> <dcid>sample string 4</dcid> <dcname>sample string 6</dcname> <dsempid>sample string 1</dsempid> <feedby>sample string 8</feedby> <fullname>sample string 2</fullname> <remark>sample string 7</remark> <tRecordCount>1</tRecordCount> </GetDigitalCourseFeedbackList_Result> </ArrayOfGetDigitalCourseFeedbackList_Result>