Course Catalog 2019-07-29T12:39:11+08:00

API – Course Catalog

Introduction

The course catalog object includes all course information of current academic year. The data is showing the latest course catalog and refreshed in a bulk every day.

API Reference

Course Catalog Data Dictionary

FieldTypeIndexedDescriptionExample
courseCodestringYesCurrent course code

It is made up of 2 components, a 4-letter course prefix and a 4-digit course number

"courseCode": "ACCT2000"
oldCourseCodestringYesCourse code used before 2018/2019 academic year

It is made up of 2 components, a 4-letter course prefix and a 3-digit course number

"courseCode": "ACCT210"
courseTitlestringYesCourse Title"courseTitle": "MANAGEMENT ACCOUNTING I"
offeringUnitstringYesAbbreviation of Offering Unit"offeringUnit": "FBA"
offeringProgLevelstringNoOffering programme level, valid values are: UG (undergraduate), PG (postgraduate)"offeringProgLevel": "UG"
offeringDeptstringYesAbbreviation of Offering Department"offeringDept": "AIM"
preRequisitestringNoPre-requisite course if any"preRequisite": "ACCT1000"
creditsdoubleNoCredits of the course"credits": 3.0
courseTypestringNoType of the course, valid values are: Non-GE, GE (Only for undergraduate)
“GE” stands for “General Education”
"courseType": "Non-GE"
geAreastringNoGeneral Education Area (Only for undergraduate)"geArea": ""
suggestedYearOfStudyintegerNoSuggested Year of Study for this course (Only for undergraduate)"suggestedYearOfStudy": 2
durationstringNoDuration of this course"duration": "Semester Course"
gradingSystemstringNoGrading System of the course"gradingSystem": "Letter Grade"
mediumOfInstructionstringNoLanguage used for course instruction"mediumOfInstruction": "English"
courseDescriptionstringNoDescription of this course"courseDescription": "This is the first course in the Cost/Managerial sequence for Accounting and Financial Controllership students. It provides an introduction and detailed discussion of Cost Accounting topics such as: Cost terminology, job order and process costing, cost assignment systems, maser budgets and flexible budgets."
ilostringNoIntended Learning Outcomes (ILO)"ilo": "1. To introduce students to distinguish financial accounting, management accounting, and cost accounting. 2. To introduce different costs terms and cost-volume-profit analysis. 3. To describe the building-block concepts of job costing, activity-based costing and activity-based management. 4. To provide a framwork for judging performance by using master budget and flexible budgets. 5. To differentiate between variable costing and absorption costing, and to identify cost drivers for decision making process."