Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Ellucian Banner - Courses

    campusM Logo wh bkg sm1.png

    Overview and Prerequisites

    Prior to reviewing this page, please review the Ellucian Banner Integration Directory page, including prerequisites found here.

    User Experience

    The Courses service allows students to view their courses for the current semester.
    Property Static Tile
    Default Size 1x1
    Minimum Size 1x1
    Suggested Design Courses - Tile.png

    Screenshots

    Courses - Screenshot - 1.png

    Sample Requests

    Sample Request

    https://{HOST}/StudentApi/api/students/{userId}/class-schedules?term={term} 

     
    Sample Response
    [  
       {  
          "studentCourseRegistrations":[  
             {  
                "academicYear":"2016",
                "academicYearDescription":"2016-2017",
                "completionDate":"2017-05-07",
                "courseNumber":"301",
                "courseReferenceNumber":"11373",
                "courseRegistrationStatus":{  
                   "code":"RE",
                   "description":"Registered"
                },
                "courseTitle":"Supply Chain Management",
                "creditHour":3,
                "faculty":[  
                   {  
                      "bannerId":"831237142",
                      "displayName":"Rogers, Zachary",
                      "emailAddress":"nobody@university.edu",
                      "primaryIndicator":true
                   }
                ],
                "gradingMode":"T",
                "gradingModeDescription":"Traditional",
                "instructionalMethod":null,
                "instructionalMethodDescription":null,
                "level":{  
                   "ceuInd":false
                },
                "meetingTimes":[  
                   {  
                      "beginTime":"0930",
                      "building":"RCKWL",
                      "buildingDescription":"Rockwell",
                      "campus":"M",
                      "campusDescription":"Main",
                      "creditHourSession":3,
                      "endDate":"2017-05-07",
                      "endTime":"1045",
                      "friday":false,
                      "hoursWeek":2.5,
                      "meetingScheduleType":"LE",
                      "monday":false,
                      "room":"170",
                      "saturday":false,
                      "startDate":"2017-01-17",
                      "sunday":false,
                      "thursday":true,
                      "tuesday":true,
                      "wednesday":false
                   }
                ],
                "partOfTerm":"AP",
                "partOfTermDescription":"16 weeks, starts 1st week",
                "scheduleDescription":"Lecture",
                "scheduleType":"LE",
                "sequenceNumber":"001",
                "startDate":"2017-01-17",
                "subject":"MGT",
                "subjectDescription":"Management-MGT",
                "term":"201710",
                "termDescription":"Spring Semester 2017"
             }
          ]
       }
    ]
    

    Offline Functionality

    Not supported.

    Configuration Options

    Configuration Item Options Default Value
    Default Screen
    • Current semester grades
    • Terms list
    Terms list

    Labels

    Label Default Value
    Tile name on home screen Courses
    Page title Courses
    No Information Message No Courses

    Suggested Testing Guidelines

    The following acceptance criteria is recommend to be used as part of the testing and approval process:
    • User can access the Courses Tile and see their courses for the current term
    • Was this article helpful?