AcademicCurriculumCourseTitle
This service provides a listing of the courses taught for a given teaching area or curriculum id.
Base URL: /domains/legacy/academic/curriculum/coursetitle
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/{scope}/{+course_identifier} | GET | Get courses by course identifier |
/{scope}/{+course_identifier}/{catalog_code} | GET | Get title info with specific catalog code |
Paths
Get courses by course identifier
scope | Selects either all courses offered OR current and future offerings | path | string , x ∈ { ALL , CURRENT } | |
+course_identifier | Identifies specific course | 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": {
"attributes": "",
"method": "GET",
"resource": "/json/ALL/10665/006",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"course_title_set": [
{
"catalog_number": "468",
"curriculum_id": "10665",
"effective_date": "20100830",
"expired_date": "29991231",
"subject_area": "MMBIO",
"title_code": "006",
"transcript_title": "Genomics"
}
],
"request_count": 1
}
} - 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.
- 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.
GET /{scope}/{+course_identifier}/{catalog_code}
Tags: CourseTitleServiceGet title info with specific catalog code
scope | Selects either all courses offered OR current and future offerings | path | string , x ∈ { ALL , CURRENT } | |
+course_identifier | Identifies specific course | path | string | |
catalog_code | A specific catalog code for course | 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": {
"attributes": "",
"method": "GET",
"resource": "/json/ALL/10665/006",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"course_title_set": [
{
"catalog_number": "468",
"curriculum_id": "10665",
"effective_date": "20100830",
"expired_date": "29991231",
"subject_area": "MMBIO",
"title_code": "006",
"transcript_title": "Genomics"
}
],
"request_count": 1
}
} - 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.
- 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
- subject_area: string
-
- catalog_number: string
-
- curriculum_id: string
-
- title_code: string
-
- effective_date: string
-
- expired_date: string
-
yyyymmdd
- transcript_title: string
-
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- request_count: number
-
- course_title_set: object[]