AcademicRegistrationEnrollment
This service provides information about enrollments for a given semester. This includes a student's schedule, an instructor's schedule and enrollments for courses and sections of courses.
Base URL: /domains/legacy/academic/registration/enrollment
Version: v1
Summary
Path | Operation | Description |
---|---|---|
/bothschedules/{id_type}/{id_value}* | GET | Get Instructor schedule |
/bothschedules/{id_type}/{id_value}/{year_term} | GET | Get Instructor and student schedule |
/courseroll/{year_term}/{teaching_area_or_curriculum_id}/{catalog_number_or_title_code} | GET | Get Course roll |
/courseroll/{year_term}/{teaching_area_or_curriculum_id}/{catalog_number_or_title_code}/{section_number} | GET | Get section roll |
/creditsummary/{id_type}/{id_value} | GET | Get credit Summary |
/dayeligible/{id_type}/{id_value}/{year_term} | GET | Get DAY eligibility status of a person |
/instructorschedule/{id_type}/{id_value}* | GET | Get Instructor schedule |
/instructorschedule/{id_type}/{id_value}/{year_term} | GET | Get Instructor schedule |
/multisection/{year_term}* | GET | Get MultiSection Schedule |
/studentschedule/{id_type}/{id_value}* | GET | Get student schedule |
/studentschedule/{id_type}/{id_value}/{year_term} | GET | Get student schedule |
Paths
Get Instructor schedule
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
numYearTerms | Specify number of yearTerm parameters provided in the request | query | string | |
yearTerm | A year term to query (can specify multiple) | query | 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/bothschedules/netid/mdb264/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "764634873",
"email_address": "buggs_bunny@cartoon.com",
"instructor_class_count": 1,
"instructor_class_list": [
{
"block_code": "S",
"catalog_number": "101",
"combine_set": [
{
"block_code2": "",
"catalog_number2": "",
"course_title2": "",
"curriculum_id2": "",
"instructor_type2": "",
"section_number2": "",
"section_type2": "",
"subject_area2": "",
"title_code2": "",
"year_term": ""
}
],
"course_title": "First-Year Portuguese",
"cross_listed": "N",
"curriculum_id": "04774",
"instructor_type": "PRIMARY",
"section_number": "001",
"section_size": "25",
"section_type": "DAY",
"subject_area": "PORT",
"title_code": "002",
"total_enrolled": "7",
"year_term": "20185"
}
],
"person_id": "585241162",
"preferred_first_name": "Buggs",
"sort_name": "Ithaca, Buggs Bunny",
"student_class_count": 5,
"student_class_list": [
{
"audit": "N",
"block_code": "S",
"catalog_number": "205",
"course_title": "University Spanish 3",
"credit_hours": "4.0",
"curriculum_id": "11354",
"instructor_set": [
{
"instructor_name": "TBA",
"instructor_type": "PRIMARY"
}
],
"section_number": "005",
"section_type": "DAY",
"subject_area": "SPAN",
"title_code": "000",
"year_term": "20185"
}
],
"surname": "Ithaca",
"work_email_address": ""
}
} - 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 /bothschedules/{id_type}/{id_value}/{year_term}
Tags: EnrollmentServiceGet Instructor and student schedule side by side
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
year_term | descriptions | 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/bothschedules/netid/mdb264/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "764634873",
"email_address": "buggs_bunny@cartoon.com",
"instructor_class_count": 1,
"instructor_class_list": [
{
"block_code": "S",
"catalog_number": "101",
"combine_set": [
{
"block_code2": "",
"catalog_number2": "",
"course_title2": "",
"curriculum_id2": "",
"instructor_type2": "",
"section_number2": "",
"section_type2": "",
"subject_area2": "",
"title_code2": "",
"year_term": ""
}
],
"course_title": "First-Year Portuguese",
"cross_listed": "N",
"curriculum_id": "04774",
"instructor_type": "PRIMARY",
"section_number": "001",
"section_size": "25",
"section_type": "DAY",
"subject_area": "PORT",
"title_code": "002",
"total_enrolled": "7",
"year_term": "20185"
}
],
"person_id": "585241162",
"preferred_first_name": "Buggs",
"sort_name": "Ithaca, Buggs Bunny",
"student_class_count": 5,
"student_class_list": [
{
"audit": "N",
"block_code": "S",
"catalog_number": "205",
"course_title": "University Spanish 3",
"credit_hours": "4.0",
"curriculum_id": "11354",
"instructor_set": [
{
"instructor_name": "TBA",
"instructor_type": "PRIMARY"
}
],
"section_number": "005",
"section_type": "DAY",
"subject_area": "SPAN",
"title_code": "000",
"year_term": "20185"
}
],
"surname": "Ithaca",
"work_email_address": ""
}
} - 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 /courseroll/{year_term}/{teaching_area_or_curriculum_id}/{catalog_number_or_title_code}
Tags: EnrollmentServiceGet course roll
year_term | Determines a specific year and term | path | string | |
teaching_area_or_curriculum_id | Find by the designated teaching area OR by the curriculum ID | path | string | |
catalog_number_or_title_code | Find by catalog number OR by the title code | 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/courseroll/20185/math/110/001",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"class_list": [
{
"audit": "N",
"block_code": "S",
"byu_id": "764634873",
"catalog_number": "110",
"curriculum_id": "06387",
"email_address": "buggs_bunny@cartoon.com",
"enrollment_status": "E",
"gender": "M",
"major": "Psychology",
"major_code": "735420",
"net_id": "ib37",
"person_id": "585241162",
"preferred_first_name": "Buggs",
"program_id": "33455",
"section_number": "001",
"section_type": "DAY",
"sort_name": "Ithaca, Buggs Bunny",
"subject_area": "MATH",
"surname": "Ithaca",
"title_code": "001",
"work_email_address": ""
}
],
"request_count": 34
}
} - 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 /courseroll/{year_term}/{teaching_area_or_curriculum_id}/{catalog_number_or_title_code}/{section_number}
Tags: EnrollmentServiceGet section roll
year_term | Determines a specific year and term | path | string | |
teaching_area_or_curriculum_id | Find by the designated teaching area OR by the curriculum ID | path | string | |
catalog_number_or_title_code | Find by catalog number OR by the title code | path | string | |
section_number | Designates a specific section | 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/courseroll/20185/math/110/001",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"class_list": [
{
"audit": "N",
"block_code": "S",
"byu_id": "764634873",
"catalog_number": "110",
"curriculum_id": "06387",
"email_address": "buggs_bunny@cartoon.com",
"enrollment_status": "E",
"gender": "M",
"major": "Psychology",
"major_code": "735420",
"net_id": "ib37",
"person_id": "585241162",
"preferred_first_name": "Buggs",
"program_id": "33455",
"section_number": "001",
"section_type": "DAY",
"sort_name": "Ithaca, Buggs Bunny",
"subject_area": "MATH",
"surname": "Ithaca",
"title_code": "001",
"work_email_address": ""
}
],
"request_count": 34
}
} - 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 a summary of student credits
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | 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/creditsummary/netid/camcope/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_desc": "",
"byu_earned": 0,
"byu_gpa": 0,
"byu_graded": 0,
"byu_points": 0,
"high_school_gpa": 0,
"total_desc": "",
"total_earned": 0,
"total_gpa": 0,
"total_graded": 0,
"total_points": 0,
"transfer_desc": "",
"transfer_earned": 0,
"transfer_gpa": 0,
"transfer_graded": 0,
"transfer_points": 0
}
} - 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.
GET /dayeligible/{id_type}/{id_value}/{year_term}
Tags: EnrollmentServiceGet DAY eligibility status of a person
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
year_term | descriptions | 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/dayeligible/netid/camcope/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"current_academic_standing": "GOOD",
"future_year_term": "",
"is_day_eligible": "yes",
"mission_defer": "N",
"year_term": "20185"
}
} - 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 Instructor schedule
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
numYearTerms | Specify number of yearTerm parameters provided in the request | query | string | |
yearTerm | A year term to query (can specify multiple if numYearTerms says so) | query | 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/instructorschedule/netid/nam27/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "764634873",
"class_list": [
{
"block_code": "S",
"catalog_number": "374",
"combine_set": [
{
"block_code2": "",
"catalog_number2": "",
"course_title2": "",
"curriculum_id2": "",
"instructor_type2": "",
"section_number2": "",
"section_type2": "",
"subject_area2": "",
"title_code2": "",
"year_term": ""
}
],
"course_title": "British Lit 1789 - 1832",
"cross_listed": "N",
"curriculum_id": "01894",
"instructor_type": "PRIMARY",
"section_number": "001",
"section_size": "35",
"section_type": "DAY",
"subject_area": "ENGL",
"title_code": "019",
"total_enrolled": "35",
"year_term": "20185"
}
],
"email_address": "buggs_bunny@cartoon.com",
"instructor_class_count": 3,
"person_id": "585241162",
"preferred_first_name": "Bugs",
"request_count": 3,
"sort_name": "Ithaca, Bugs Bunny",
"surname": "Ithaca",
"work_email_address": ""
}
} - 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 /instructorschedule/{id_type}/{id_value}/{year_term}
Tags: EnrollmentServiceGet one Instructor schedule
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
year_term | Determines a specific year and term | 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/instructorschedule/netid/nam27/20185",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "764634873",
"class_list": [
{
"block_code": "S",
"catalog_number": "374",
"combine_set": [
{
"block_code2": "",
"catalog_number2": "",
"course_title2": "",
"curriculum_id2": "",
"instructor_type2": "",
"section_number2": "",
"section_type2": "",
"subject_area2": "",
"title_code2": "",
"year_term": ""
}
],
"course_title": "British Lit 1789 - 1832",
"cross_listed": "N",
"curriculum_id": "01894",
"instructor_type": "PRIMARY",
"section_number": "001",
"section_size": "35",
"section_type": "DAY",
"subject_area": "ENGL",
"title_code": "019",
"total_enrolled": "35",
"year_term": "20185"
}
],
"email_address": "buggs_bunny@cartoon.com",
"instructor_class_count": 3,
"person_id": "585241162",
"preferred_first_name": "Bugs",
"request_count": 3,
"sort_name": "Ithaca, Bugs Bunny",
"surname": "Ithaca",
"work_email_address": ""
}
} - 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 multiple sections up to 3999 students at a time
year_term | Determines a specific year and term | path | string | |
numSections | How many of the sections are in your query path (up to four) | query | string | |
sectionId | An 11 digit number comprising of the 5 digit course number the 3 digit catalogue number and the 3 digit section number | query | string | |
include_waitlist | true or false value that triggers to include | query | 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": "?num_sections=1§ionID=06387110001",
"method": "GET",
"resource": "/json/20181",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"class_list": [
{
"audit": "N",
"block_code": "S",
"byu_id": "054414354",
"catalog_number": "110",
"curriculum_id": "06387",
"email_address": "bestnicole@live.com",
"enrollment_status": "E",
"gender": "F",
"major": "Public Health",
"major_code": "662544",
"net_id": "nbest",
"person_id": "308291642",
"preferred_first_name": "Nicole",
"program_id": "33669",
"section_number": "001",
"section_type": "DAY",
"sort_name": "Best, Nicole",
"subject_area": "MATH",
"surname": "Best",
"title_code": "001",
"work_email_address": ""
}
]
}
} - 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 multiple student schedules through query parameters.
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
numYearTerms | Specify number of yearTerm parameters provided in the request | query | string | |
yearTerm | A year term to query (can specify multiple) | query | 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": "numYearTerms=2&yearTerm=20035&yearTerm=20041",
"method": "GET",
"resource": "/json/studentschedule/netid/ib37",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "123456789",
"class_list": [
{
"audit": "N",
"block_code": "S",
"catalog_number": "160",
"course_title": "Intro to Animation",
"credit_hours": "1.5",
"curriculum_id": "10278",
"instructor_set": [
{
"instructor_name": "Woodward, Ryan J",
"instructor_type": "PRIMARY"
}
],
"section_number": "001",
"section_type": "DAY",
"subject_area": "VAANM",
"title_code": "001",
"year_term": "20035"
}
],
"email_address": "buggs_bunny@cartoon.com",
"person_id": "987654321",
"preferred_first_name": "Bugs",
"request_count": 9,
"sort_name": "Ithaca, Bugs Bunny",
"student_class_count": 9,
"surname": "Ithaca",
"work_email_address": ""
}
} - 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 student schedule
id_type | Determines the type of id - personid, byuid, netid | path | string | |
id_value | Holds the value of the id according to the id_type | path | string | |
year_term | Determines a specific year and term | 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": "numYearTerms=2&yearTerm=20035&yearTerm=20041",
"method": "GET",
"resource": "/json/studentschedule/netid/ib37",
"status": 200,
"statusMessage": "Service request is OK and a response has been generated."
},
"response": {
"byu_id": "123456789",
"class_list": [
{
"audit": "N",
"block_code": "S",
"catalog_number": "160",
"course_title": "Intro to Animation",
"credit_hours": "1.5",
"curriculum_id": "10278",
"instructor_set": [
{
"instructor_name": "Woodward, Ryan J",
"instructor_type": "PRIMARY"
}
],
"section_number": "001",
"section_type": "DAY",
"subject_area": "VAANM",
"title_code": "001",
"year_term": "20035"
}
],
"email_address": "buggs_bunny@cartoon.com",
"person_id": "987654321",
"preferred_first_name": "Bugs",
"request_count": 9,
"sort_name": "Ithaca, Bugs Bunny",
"student_class_count": 9,
"surname": "Ithaca",
"work_email_address": ""
}
} - 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
- request: request
-
- response: object
-
- person_id: person_id
-
- byu_id: byu_id
-
- sort_name: sort_name
-
- surname: surname
-
- preferred_first_name: preferred_first_name
-
- email_address: email_address
-
- work_email_address: work_email_address
-
- student_class_count: student_class_count
-
- student_class_list: class_list
-
- instructor_class_count: instructor_class_count
-
- instructor_class_list: instructorScheduleClassRow
-
- request: request
-
- response: object
-
- byu_desc: string
-
- byu_earned: number
-
- byu_graded: number
-
- byu_points: number
-
- byu_gpa: number
-
- transfer_desc: string
-
- transfer_earned: number
-
- transfer_graded: number
-
- transfer_points: number
-
- transfer_gpa: number
-
- total_desc: string
-
- total_earned: number
-
- total_graded: number
-
- total_points: number
-
- total_gpa: number
-
- high_school_gpa: number
-
- request: request
-
- response: object
-
- year_term: string
-
- is_day_eligible: string
-
- current_academic_standing: string
-
- mission_defer: string
-
- future_year_term: string
-
- request_count: request_count
-
- person_id: person_id
-
- byu_id: byu_id
-
- sort_name: sort_name
-
- surname: surname
-
- preferred_first_name: preferred_first_name
-
- email_address: email_address
-
- work_email_address: work_email_address
-
- instructor_class_count: instructor_class_count
-
- class_list: instructorScheduleClassRow
-
- request: request
-
- response: InstructorSched
-
- cross_listed: cross_listed
-
- year_term: year_term
-
- subject_area: subject_area
-
- catalog_number: catalog_number
-
- section_type: section_type
-
- curriculum_id: curriculum_id
-
- title_code: title_code
-
- section_number: section_number
-
- block_code: block_code
-
- instructor_type: instructor_type
-
- course_title: course_title
-
- section_size: audit
-
- total_enrolled: credit_hours
-
- combine_set: object[]
-
object - year_term: year_term
-
- subject_area2: subject_area
-
- catalog_number2: catalog_number
-
- section_type2: section_type
-
- curriculum_id2: curriculum_id
-
- title_code2: title_code
-
- section_number2: section_number
-
- block_code2: block_code
-
- instructor_type2: instructor_type
-
- course_title2: course_title
-
- instructor_type: instructor_type
-
- instructor_name: sort_name
-
- person_id: person_id
-
- byu_id: byu_id
-
- net_id: net_id
-
- sort_name: sort_name
-
- surname: surname
-
- preferred_first_name: preferred_first_name
-
- gender: gender
-
- program_id: program_id
-
- major_code: major_code
-
- major: major
-
- subject_area: subject_area
-
- catalog_number: catalog_number
-
- section_number: section_number
-
- curriculum_id: curriculum_id
-
- title_code: title_code
-
- section_type: section_type
-
- audit: audit
-
- block_code: block_code
-
- enrollment_status: enrollment_status
-
- email_address: email_address
-
- work_email_address: work_email_address
-
- method: string
-
- resource: string
-
- attributes: string
-
- status: number
-
- statusMessage: string
-
- request_count: number
-
- class_list: object[]
- request_count: request_count
-
- person_id: person_id
-
- byu_id: byu_id
-
- sort_name: sort_name
-
- surname: surname
-
- preferred_first_name: preferred_first_name
-
- email_address: email_address
-
- work_email_address: work_email_address
-
- student_class_count: student_class_count
-
- class_list: class_list
-
- request: request
-
- response: StudentSched
-
- year_term: year_term
-
- subject_area: subject_area
-
- catalog_number: catalog_number
-
- section_number: section_number
-
- curriculum_id: curriculum_id
-
- title_code: title_code
-
- section_type: section_type
-
- audit: audit
-
- block_code: block_code
-
- credit_hours: credit_hours
-
- course_title: course_title
-
- instructor_set: object[]