AcademicCurriculumSubjectArea2
This service returns a course listing from the university catalog in the AIM System.
Base URL: /domains/legacy/academic/curriculum/subjectarea2
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/{teaching_area}/{info_field} | GET | Returns back an academic unit with a sub list determined by the selected info_field. |
Paths
GET /{teaching_area}/{info_field}
Tags: SubjectArea2ServiceReturns back an academic unit with a sub list determined by the selected info_field.
teaching_area | string -> | path | string | |
info_field | string -> The information the user would like to retrieve. [versions|history|contacts] | 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/MATH/versions|contacts|history",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"acronymVersions": [
{
"date_time_updated": "",
"effective_date": "31 Aug 1998",
"expired_date": "31 Dec 2999",
"sort_name": "Accounting",
"teaching_area": "ACC"
}
],
"contacts": [
{
"address": "",
"contact_note": "",
"contact_type": "GRADE CONTACT",
"date_time_updated": "17 Jun 2004 10:16 am",
"effective_date": "01 Jan 1900",
"email": "ad322@email.byu.edu",
"expired_date": "31 Dec 2999",
"name": "Ithaca, Albus Dumbledore",
"phone_number": ""
}
],
"history": [
{
"date_time_updated": "23 Sep 2003",
"effective_date": "04 Sep 1973",
"expired_date": "31 Dec 2999",
"sort_name": "Mathematics",
"teaching_area": "MATH"
}
],
"teaching_area": {
"dept_name": "MATH",
"effective_date": "04 Sep 1973",
"expired_date": "31 Dec 2999",
"hierarchy_list": [
{
"unit_id": "1017",
"unit_level": "2",
"unit_name": "Physical and Mathematical Sciences, College of",
"unit_type": "COLLEGE"
}
],
"prev_dept_name": "",
"sort_name": "Mathematics"
}
}
} - 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
- teaching_area: string
-
- sort_name: string
-
- effective_date: string
-
- expired_date: string
-
- date_time_updated: string
-
- contact_type: string
-
- name: string
-
- phone_number: string
-
- email: string
-
- address: string
-
- contact_note: string
-
- effective_date: string
-
- expired_date: string
-
- date_time_updated: string
-
- teaching_area: string
-
- sort_name: string
-
- effective_date: string
-
- expired_date: string
-
- date_time_updated: string
-
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- teaching_area: teaching_area
-
- acronymVersions: acronymVersions
-
- history: history
-
- contacts: contacts
-