regis

<back to all web services

SectionsAdminRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Sections/Admin/{reporting_term}
"use strict";
export class SectionAdminResponse {
    /** @param {{uuid?:string,section_id?:number,course_id?:number,course_name?:string,min_credits?:number,max_credits?:number,credit_increments?:number,min_audits?:number,max_audits?:number,audit_increments?:number,section_code?:string,title?:string,pretty_title?:string,override_course_description?:string,current_status?:string,location?:string,room?:string,is_audio?:boolean,is_oncampus?:boolean,distance_ed_materials?:string,start_date?:string,end_date?:string,first_meeting_date?:string,last_meeting_date?:string,meeting_days?:string,start_times?:string,end_times?:string,is_pass_fail?:boolean,is_weekend?:boolean,is_weekday?:boolean,is_evening?:boolean,is_waitlist?:boolean,has_special_requirements?:boolean,special_requirements?:string,is_unlisted?:boolean,capacity?:number,flat_fee_amount?:number,additional_fee_amount?:number,override_registration_start_date?:string,override_registration_end_date?:string,override_add_start_date?:string,override_add_end_date?:string,override_drop_start_date?:string,override_drop_end_date?:string,override_grading_end_date?:string,term?:string,reporting_term?:string,reporting_year?:number,added_date?:string,added_by?:string,changed_date?:string,changed_by?:string,timestamp?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    uuid;
    /** @type {number} */
    section_id;
    /** @type {?number} */
    course_id;
    /** @type {string} */
    course_name;
    /** @type {?number} */
    min_credits;
    /** @type {?number} */
    max_credits;
    /** @type {?number} */
    credit_increments;
    /** @type {?number} */
    min_audits;
    /** @type {?number} */
    max_audits;
    /** @type {?number} */
    audit_increments;
    /** @type {string} */
    section_code;
    /** @type {string} */
    title;
    /** @type {string} */
    pretty_title;
    /** @type {string} */
    override_course_description;
    /** @type {string} */
    current_status;
    /** @type {string} */
    location;
    /** @type {string} */
    room;
    /** @type {boolean} */
    is_audio;
    /** @type {boolean} */
    is_oncampus;
    /** @type {string} */
    distance_ed_materials;
    /** @type {?string} */
    start_date;
    /** @type {?string} */
    end_date;
    /** @type {?string} */
    first_meeting_date;
    /** @type {?string} */
    last_meeting_date;
    /** @type {string} */
    meeting_days;
    /** @type {string} */
    start_times;
    /** @type {string} */
    end_times;
    /** @type {boolean} */
    is_pass_fail;
    /** @type {boolean} */
    is_weekend;
    /** @type {boolean} */
    is_weekday;
    /** @type {boolean} */
    is_evening;
    /** @type {boolean} */
    is_waitlist;
    /** @type {boolean} */
    has_special_requirements;
    /** @type {string} */
    special_requirements;
    /** @type {boolean} */
    is_unlisted;
    /** @type {?number} */
    capacity;
    /** @type {?number} */
    flat_fee_amount;
    /** @type {?number} */
    additional_fee_amount;
    /** @type {?string} */
    override_registration_start_date;
    /** @type {?string} */
    override_registration_end_date;
    /** @type {?string} */
    override_add_start_date;
    /** @type {?string} */
    override_add_end_date;
    /** @type {?string} */
    override_drop_start_date;
    /** @type {?string} */
    override_drop_end_date;
    /** @type {?string} */
    override_grading_end_date;
    /** @type {string} */
    term;
    /** @type {string} */
    reporting_term;
    /** @type {number} */
    reporting_year;
    /** @type {?string} */
    added_date;
    /** @type {string} */
    added_by;
    /** @type {?string} */
    changed_date;
    /** @type {string} */
    changed_by;
    /** @type {string} */
    timestamp;
}
export class SectionsAdminResponse {
    /** @param {{responseStatus?:ResponseStatus,reporting_term?:string,sections?:SectionAdminResponse[],section_rates?:{ [index: number]: SectionRateWithAmountResponse[]; },section_refund_schedules?:{ [index: number]: SectionRefundScheduleResponse[]; },locations?:string[],section_instructors?:{ [index: number]: InstructorResponse[]; },section_document_codes?:{ [index: number]: string[]; },crosslisted_sections?:{ [index: number]: number[]; }}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {ResponseStatus} */
    responseStatus;
    /** @type {string} */
    reporting_term;
    /** @type {SectionAdminResponse[]} */
    sections;
    /** @type {{ [index: number]: SectionRateWithAmountResponse[]; }} */
    section_rates;
    /** @type {{ [index: number]: SectionRefundScheduleResponse[]; }} */
    section_refund_schedules;
    /** @type {string[]} */
    locations;
    /** @type {{ [index: number]: InstructorResponse[]; }} */
    section_instructors;
    /** @type {{ [index: number]: string[]; }} */
    section_document_codes;
    /** @type {{ [index: number]: number[]; }} */
    crosslisted_sections;
}
export class SectionsAdminRequest {
    /** @param {{reporting_term?:string}} [init] */
    constructor(init) { Object.assign(this, init) }
    /** @type {string} */
    reporting_term;
}

JavaScript SectionsAdminRequest DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Sections/Admin/{reporting_term} HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	reporting_term: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	responseStatus: 
	{
		errorCode: String,
		message: String,
		stackTrace: String,
		errors: 
		[
			{
				errorCode: String,
				fieldName: String,
				message: String,
				meta: 
				{
					String: String
				}
			}
		],
		meta: 
		{
			String: String
		}
	},
	reporting_term: String,
	sections: 
	[
		{
			uuid: String,
			section_id: 0,
			course_id: 0,
			course_name: String,
			min_credits: 0,
			max_credits: 0,
			credit_increments: 0,
			min_audits: 0,
			max_audits: 0,
			audit_increments: 0,
			section_code: String,
			title: String,
			pretty_title: String,
			override_course_description: String,
			current_status: String,
			location: String,
			room: String,
			is_audio: False,
			is_oncampus: False,
			distance_ed_materials: String,
			start_date: 0001-01-01,
			end_date: 0001-01-01,
			first_meeting_date: 0001-01-01,
			last_meeting_date: 0001-01-01,
			meeting_days: String,
			start_times: String,
			end_times: String,
			is_pass_fail: False,
			is_weekend: False,
			is_weekday: False,
			is_evening: False,
			is_waitlist: False,
			has_special_requirements: False,
			special_requirements: String,
			is_unlisted: False,
			capacity: 0,
			flat_fee_amount: 0,
			additional_fee_amount: 0,
			override_registration_start_date: 0001-01-01,
			override_registration_end_date: 0001-01-01,
			override_add_start_date: 0001-01-01,
			override_add_end_date: 0001-01-01,
			override_drop_start_date: 0001-01-01,
			override_drop_end_date: 0001-01-01,
			override_grading_end_date: 0001-01-01,
			term: String,
			reporting_term: String,
			reporting_year: 0,
			added_date: 0001-01-01,
			added_by: String,
			changed_date: 0001-01-01,
			changed_by: String,
			timestamp: 0001-01-01
		}
	],
	section_rates: 
	{
		0: 
		[
			{
				rate_id: 0,
				charge: 0,
				credit: 0,
				responseStatus: 
				{
					errorCode: String,
					message: String,
					stackTrace: String,
					errors: 
					[
						{
							errorCode: String,
							fieldName: String,
							message: String,
							meta: 
							{
								String: String
							}
						}
					],
					meta: 
					{
						String: String
					}
				},
				uuid: String,
				secUUID: String,
				section_id: 0,
				course_name: String,
				section_code: String,
				title: String,
				reporting_term: String,
				rate_code: String,
				rate_description: String,
				is_override_credit_rate: False,
				is_override_audit_rate: False
			}
		]
	},
	section_refund_schedules: 
	{
		0: 
		[
			{
				responseStatus: 
				{
					errorCode: String,
					message: String,
					stackTrace: String,
					errors: 
					[
						{
							errorCode: String,
							fieldName: String,
							message: String,
							meta: 
							{
								String: String
							}
						}
					],
					meta: 
					{
						String: String
					}
				},
				uuid: String,
				secUUID: String,
				section_id: 0,
				course_name: String,
				section_code: String,
				title: String,
				reporting_term: String,
				rate_code: String,
				rate_description: String,
				percentage: 0,
				start_date: 0001-01-01,
				end_date: 0001-01-01
			}
		]
	},
	locations: 
	[
		String
	],
	section_instructors: 
	{
		0: 
		[
			{
				responseStatus: 
				{
					errorCode: String,
					message: String,
					stackTrace: String,
					errors: 
					[
						{
							errorCode: String,
							fieldName: String,
							message: String,
							meta: 
							{
								String: String
							}
						}
					],
					meta: 
					{
						String: String
					}
				},
				regent_id: 0,
				regent_login: String,
				preferred_name: String,
				first_name: String,
				last_name: String,
				full_name: String,
				email: String,
				image_base64: String
			}
		]
	},
	section_document_codes: 
	{
		0: 
		[
			String
		]
	},
	crosslisted_sections: 
	{
		0: 
		[
			0
		]
	}
}