AcademicClassScheduleCourseDemandTracking
This service summarizes the student log of class demand-raincheck lists from registration.
Base URL: /domains/legacy/academic/classschedule/coursedemandtracking
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/documentation | GET | service definition |
/{yearTerm}/{currId}/{titleCode}/{view} | GET | Returns list of rainchecked students for selected course. |
Paths
GET /documentation
service definition
Uses default content-types: application/json application/xml
- 200 OK
-
Success
GET /{yearTerm}/{currId}/{titleCode}/{view}
Tags: CourseDemandTrackingServiceReturns list of rainchecked students for selected course.
yearTerm | yearTerm -> [1-2][0-9]{3}[1345] | path | string | |
currId | string -> 5 digit number | path | string | |
titleCode | string -> 3 digit number | path | string | |
view | string -> [A|C|AD|DR|D|N] All, Cleared to register, Added the class, Dropped the class, Deleted, No Action | path | string |
Uses default content-types: application/json application/xml
- 200 OK
-
Service request is OK and a response has been generated.
- 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
-
- dept_name: dept_name
-
- catalog_number: catalog_number
-
- catalog_suffix: catalog_suffix
-
- transcript_title: transcript_title
-
- curriculum_id: curriculum_id
-
- title_code: title_code
-
- rain_check_sum: rain_check_sum
-
- section_size_sum: section_size_sum
-
- number_of_sections: number_of_sections
-
- number_enrolled: number_enrolled
-
- rainChecks: rainChecks
-