GET api/{version}/Students/GetFeedBackReport?registrationId={registrationId}
Used for getting the feedbaack report in the student module
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
FeedBackReportDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage |
Will be avaialble when we are going to dispaly any message instead of data |
string |
None. |
| ProgramEvaluation |
Which contains the details of the program evalution for the registration |
ProgramEvaluation |
None. |
| ListFeedBackReport |
List contains the details of the feedback |
Collection of FeedBackReport |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseMessage": "sample string 1",
"ProgramEvaluation": {
"ProgramEvaluationId": 1,
"StudentName": "sample string 2",
"CourseId": 3,
"CenterId": 4,
"PeriodId": 5,
"CourseRate": 1,
"PEElseWhere": true,
"PEWhen": "sample string 7",
"PEWhere": "sample string 8",
"PECompare": "sample string 9",
"PEExamPlan": "sample string 10",
"PEDepthSubjectID": 11,
"Name": "sample string 12",
"Title": "sample string 13",
"Telephone": "sample string 14",
"Company": "sample string 15",
"Address": "sample string 16",
"WebsiteRate": "sample string 17",
"WebsiteRatingValue": 18,
"WebsiteSuggestions": "sample string 19",
"Comments": "sample string 20",
"ProgramEvaluationDate": "sample string 21",
"FeedbackId": "sample string 22",
"TelephoneCountryCode": "sample string 23",
"PeelsewhereText": "sample string 24",
"CourseRateText": "sample string 25",
"CourseRatingValue": 26,
"CourseName": "sample string 27",
"RegistrationId": 28,
"UserId": 29,
"IsSystemFeedback": true,
"Email": "sample string 31"
},
"ListFeedBackReport": [
{
"InstructorName": "sample string 1",
"_reportData": [
{
"DataText": "sample string 1",
"Question": "sample string 2",
"LettersCount": 3,
"DataTextRatingValue": 4
},
{
"DataText": "sample string 1",
"Question": "sample string 2",
"LettersCount": 3,
"DataTextRatingValue": 4
}
]
},
{
"InstructorName": "sample string 1",
"_reportData": [
{
"DataText": "sample string 1",
"Question": "sample string 2",
"LettersCount": 3,
"DataTextRatingValue": 4
},
{
"DataText": "sample string 1",
"Question": "sample string 2",
"LettersCount": 3,
"DataTextRatingValue": 4
}
]
}
]
}