AcademicClassScheduleBYUOnlineWS
Provides a list of courses being taught online either by BYUOnline or otherwise
Base URL: /domains/legacy/academic/class_schedule/byuonlinews
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/{mode}/{year_term} | GET | data about online course offerings |
Paths
data about online course offerings
mode | the valid values are byuonline and notbyuonline | path | string | |
year_term | year term of the online offerings | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
Example for application/json{
"request": {
"method": "GET",
"resource": "/json/byuonline/20173",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"class_list": [
{
"block_code": "1",
"byu_online": "Y",
"catalog_number": "462",
"college_name": "Physical and Mathematical Sciences, College of",
"college_unit_id": "1017",
"course_description": "Principles and concepts of designing and building distributed systems. Introduction to architectures for distributed computation. Reliability, availability, and scalability of large applications. Cloud computing and APIs.",
"course_prereqs": "C S 340, 360.",
"course_title": "Large-Scale Distributed System Design.",
"credit_hours": "3.0",
"curriculum_id": "10117",
"department_name": "Computer Science, Department of",
"department_unit_id": "1323",
"end_date": "19 Jun 2017",
"fulfills_ge": "N",
"grade_rule": "8",
"instruction_mode": "",
"instructors": [
{
"byu_id": "098631511",
"instructor_name": "Windley, Phillip John",
"instructor_type": "PRIMARY",
"person_id": "809202442"
}
],
"orion_product_id": "10087585",
"reg_end_date": "09 May 2017",
"reg_start_date": "01 Feb 2017",
"schedule": [
{
"begin_time": "0700",
"building": "SNLB",
"days_taught": "MTWTh",
"end_time": "0850",
"room": "219"
}
],
"section_number": "001",
"section_type": "ONLINE",
"start_date": "02 May 2017",
"teaching_area": "C S",
"title_code": "000",
"year_term": "20173"
}
]
}
} - 400 Bad Request
-
There appears to be a syntax error in the composition of the service request. The response structure may contain information about the error. If the base URI or service request URI is invalid, any response will come as an HTTP response.
- 401 Unauthorized
-
Failed to authenticate.
- 403 Forbidden
-
The user does not have access to the resource.
- 404 Not Found
-
The target resource can not be found for the provided resource identifiers.
- 405 Method Not Allowed
-
The service method is not supported by the service.
- 409 Conflict
-
A conflict has occurred. The response structure may contain information about the conflict.
- 500 Internal Server Error
-
An error occurred generating the response to the service request. This is strictly a server error and not an application error.
Schema definitions
{
"request": {
"method": "GET",
"resource": "/json/byuonline/20173",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"class_list": [
{
"block_code": "1",
"byu_online": "Y",
"catalog_number": "462",
"college_name": "Physical and Mathematical Sciences, College of",
"college_unit_id": "1017",
"course_description": "Principles and concepts of designing and building distributed systems. Introduction to architectures for distributed computation. Reliability, availability, and scalability of large applications. Cloud computing and APIs.",
"course_prereqs": "C S 340, 360.",
"course_title": "Large-Scale Distributed System Design.",
"credit_hours": "3.0",
"curriculum_id": "10117",
"department_name": "Computer Science, Department of",
"department_unit_id": "1323",
"end_date": "19 Jun 2017",
"fulfills_ge": "N",
"grade_rule": "8",
"instruction_mode": "",
"instructors": [
{
"byu_id": "098631511",
"instructor_name": "Windley, Phillip John",
"instructor_type": "PRIMARY",
"person_id": "809202442"
}
],
"orion_product_id": "10087585",
"reg_end_date": "09 May 2017",
"reg_start_date": "01 Feb 2017",
"schedule": [
{
"begin_time": "0700",
"building": "SNLB",
"days_taught": "MTWTh",
"end_time": "0850",
"room": "219"
}
],
"section_number": "001",
"section_type": "ONLINE",
"start_date": "02 May 2017",
"teaching_area": "C S",
"title_code": "000",
"year_term": "20173"
}
]
}
}
- year_term: string
-
- curriculum_id: string
-
- title_code: string
-
- teaching_area: string
-
- catalog_number: string
-
- section_number: string
-
- section_type: string
-
- course_title: string
-
- block_code: string
-
- credit_hours: string
-
- start_date: string
-
- end_date: string
-
- reg_start_date: string
-
- reg_end_date: string
-
- grade_rule: string
-
- course_description: string
-
- course_prereqs: string
-
- orion_product_id: string
-
- college_unit_id: string
-
- college_name: string
-
- department_unit_id: string
-
- department_name: string
-
- instruction_mode: string
-
- byu_online: string
-
- fulfills_ge: string
-
- instructors: instructor_list
-
- schedule: schedule_list
-
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- class_list: class_list
-
- building: string
-
- room: string
-
- days_taught: string
-
- begin_time: string
-
- end_time: string
-