AcademicClassScheduleExamDepartmentSchedule
This service returns a list of classes and exam info for a selected year term and teaching area.
Base URL: /domains/legacy/academic/classschedule/examdepartmentschedule
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{yearTerm}/{teachingArea} | GET | Returns list of classes and exam info for selected yearterm and teaching area. |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
GET /{yearTerm}/{teachingArea}
Tags: ExamDepartmentScheduleServiceReturns list of classes and exam info for selected yearterm and teaching area.
yearTerm | yearTerm -> [1-2][0-9]{3}[1345] | path | string | |
teachingArea | string -> [A-Z]{3-5} | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
return the list of classes and exam info for a selected year term.
Example for application/json{
"request": {
"attributes": "",
"method": "GET",
"resource": "/json/20181/ACC/",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"BEGDATE": "2018-01-08",
"DEPTDATA": "ACC",
"DISPLAYYEARTERM": "Winter 2018",
"ENDDATE": "2018-04-25",
"SCHEDULEDATA": [
{
"building": "SLC",
"catalogNumber": "200",
"classTime": "10:15a - 12:45p",
"creditHours": "3.0",
"days": "F",
"honors": "",
"instructorId": "123456789",
"instructorSortName": "Person, Name",
"labQuizSection": "",
"room": "316",
"roomCapacity": "48",
"sectionNumber": "005",
"sectionSize": "48",
"sectionType": "Salt Lake",
"serviceLearning": "",
"totalEnrolled": "13",
"useEndDate": "18-04-20",
"useStartDate": "18-04-20"
}
]
}
} - 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
-
Failure 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.
- 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
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- DEPTDATA: DEPTDATA
-
- DISPLAYYEARTERM: DISPLAYYEARTERM
-
- BEGDATE: BEGDATE
-
- ENDDATE: ENDDATE
-
- SCHEDULEDATA: SCHEDULEDATA
-
- catalogNumber: catalogNumber
-
- sectionNumber: sectionNumber
-
- labQuizSection: labQuizSection
-
- honors: honors
-
- serviceLearning: serviceLearning
-
- sectionType: sectionType
-
- creditHours: creditHours
-
- days: days
-
- useStartDate: useStartDate
-
- useEndDate: useEndDate
-
- classTime: classTime
-
- room: room
-
- building: building
-
- roomCapacity: roomCapacity
-
- instructorId: instructorId
-
- instructorSortName: instructorSortName
-
- totalEnrolled: totalEnrolled
-
- sectionSize: sectionSize
-