GET api/{version}/Registration/GetMobileAppMenu?registrationId={registrationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
MobileAppMenu| Name | Description | Type | Additional information |
|---|---|---|---|
| StudyPlan |
Show or hide the study plan menu option |
boolean |
None. |
| ScheduleDetails |
Show or hide the schedule menu option |
boolean |
None. |
| QuestionToInstructor |
Show or hide the question to instructor menu option |
boolean |
None. |
| AllowQuestionToInstructor | boolean |
None. |
|
| AllowDiscussionForum | boolean |
None. |
|
| DiscussionForum |
Show or hide the discussion forum menu option |
boolean |
None. |
| blAttendanceReport |
Show or hide the attendance report menu option |
boolean |
None. |
| blStudentFeedBackReport |
Show or hide the feedback report option |
boolean |
None. |
| UnreadMailCount | integer |
None. |
|
| blRepeatRegistration | boolean |
None. |
|
| blReimbursementLetter | boolean |
None. |
|
| blFullTimeStudentDiscount | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"StudyPlan": true,
"ScheduleDetails": true,
"QuestionToInstructor": true,
"AllowQuestionToInstructor": true,
"AllowDiscussionForum": true,
"DiscussionForum": true,
"blAttendanceReport": true,
"blStudentFeedBackReport": true,
"UnreadMailCount": 9,
"blRepeatRegistration": true,
"blReimbursementLetter": true,
"blFullTimeStudentDiscount": true
}