Get all enrolled items
get
/fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}/child/schedulePeriods/{schedulePeriodsUniqID}/child/enrolledItems
Request
Path Parameters
-
schedulePeriodsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Schedule Periods resource and used to uniquely identify an instance of Schedule Periods. The client should not generate the hash key value. Instead, the client should query on the Schedule Periods collection resource in order to navigate to a specific instance of Schedule Periods to get the hash key.
-
studentScheduleByPeriodsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Student Schedule by Periods resource and used to uniquely identify an instance of Student Schedule by Periods. The client should not generate the hash key value. Instead, the client should query on the Student Schedule by Periods collection resource in order to navigate to a specific instance of Student Schedule by Periods to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds all enrolled items that match the enrollment ID.
Finder Variables- CurriculumOptionId; integer; The unique identifier of the associated enrollment options record.
- EnrollmentItemId; integer; The unique identifier for the enrolled item.
- PrimaryKey Finds all enrolled items that match the enrollment ID.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AcademicLevelIdOption; integer; The unique identifier of the academic level.
- AcademicLevelNameOption; string; The name of the academic level.
- AcademicSubjectCode; string; The subject code of the enrolled course.
- AcademicSubjectId; integer; The subject unique identifier of the enrolled course.
- AcademicSubjectName; string; The subject name of the enrolled course.
- CalculatedClassEndDate; string; The calculated course section end date for the self-paced course enrollment.
- ClassStartDateOption; string; The course section start date for the self-paced course enrollment
- CourseEnrollingStatusCode; string; The enrolling status code for the course section.
- CourseEnrollingStatusMeaning; string; The enrolling status of the course section.
- CourseOfferingId; integer; The offering unique identifier of the curriculum item.
- CreatedBy; string; The user who created the row.
- CreationDate; string; The date the row was created.
- CreditOptionFlag; boolean; The credit option for the course enrollment.
- CreditTypeCode; string; The credit type code of the enrolled course.
- CreditTypeMeaning; string; The credit type of the enrolled course.
- CurriculumCatalogNumber; string; The catalog number of the enrolled course.
- CurriculumFormatCode; string; The unique identifier for the format of the course. Valid values include ORA_BLD, ORA_ONL, or ORA_ONP. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE.
- CurriculumFormatMeaning; string; The meaning of the format of the course. Valid values include Blended, Online, or On site. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE.
- CurriculumOptionId; integer; The unique identifier of the curriculum enrollment options record.
- DropDate; string; The date when the student dropped the scheduled course.
- DropEnabledFlag; boolean; Indicates that this course section can be dropped by the student.
- EnrolledCreditQuantity; number; The number of credits the student enrolled in for the course.
- EnrolledCreditsOption; number; The number of enrolled credits for the course enrollment.
- EnrollmentCapacityQuantity; integer; The total number of enrolled students allowed to enroll in the enrolled course section.
- EnrollmentDate; string; The date of the enrollment.
- EnrollmentItemId; integer; The unique identifier of the enrollment item.
- EnrollmentStatus; string; The status code of the enrollment.
- EnrollmentStatusMeaning; string; The status of the enrollment.
- GradingOptionCode; string; The grading option for the course enrollment.
- IsSelfPacedFlag; boolean; Indicates that the enrolled course section is self paced.
- ItemCurriculumId; integer; The identifier of the enrolled curriculum item.
- ItemCurriculumName; string; The name of the enrolled curriculum item.
- ItemCurriculumType; string; The curriculum type code of the enrolled item.
- ItemCurriculumTypeId; integer; The identifier of the curriculum type for the enrolled item.
- ItemCurriculumTypeName; string; The name of the curriculum type.
- LastUpdateDate; string; The date the row was last updated.
- LastUpdatedBy; string; The user who last updated the row.
- MaximumUnitsQuantity; number; The maximum number of units for which a course can be taken.
- MinimumUnitsQuantity; number; The minimum number of units for which a course can be taken.
- OfferSequenceNumber; integer; The offering sequence number of the course.
- OwningCurriculumId; integer; The curriculum Id of the course that owns the course section.
- OwningCurriculumName; string; The curriculum name of the course that owns the course section.
- RepeatAllowedFlag; boolean; Indicates that repeating the course is allowed. The default value is false.
- RepeatAllowedTotal; integer; The total number of times a student can take a course.
- RepeatInPeriodFlag; boolean; Indicates that repeating the course is allowed within the same period.
- RepeatUnitsTotal; number; The total number of repeated units which are allowed for the course.
- RequisiteExistsFlag; boolean; Indicates that requisites exist for the enrolled course.
- RequisiteInformation; string; The text used to describe the requisites of a course.
- RequisiteStatusCode; string; The status code of the course requisites at time of enrollment.
- RequisiteStatusMeaning; string; The status of the course requisites at the time of enrollment.
- ScheduledCourseCampusId; integer; The unique identifier for the campus where the course section is offered.
- ScheduledCourseCampusName; string; The name of the campus where the course section is offered.
- ScheduledCourseCode; string; The section code identifier of the enrolled course section.
- ScheduledCourseEndDate; string; The end date of the enrolled course section.
- ScheduledCourseStartDate; string; The start date of the enrolled course section.
- TotalEnrolledQuantity; integer; The total number of students enrolled in the course section.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Effective-Of: string
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : studentScheduleByPeriods-schedulePeriods-enrolledItems
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : studentScheduleByPeriods-schedulePeriods-enrolledItems-item-response
Type:
Show Source
object-
AcademicLevelIdOption: integer
(int64)
Title:
Academic Level ID OptionThe unique identifier of the academic level. -
AcademicLevelNameOption: string
Title:
Academic Level NameRead Only:trueMaximum Length:100The name of the academic level. -
AcademicSubjectCode: string
Title:
Subject CodeRead Only:trueMaximum Length:30The subject code of the enrolled course. -
AcademicSubjectId: integer
(int64)
Title:
Academic Subject IDRead Only:trueThe subject unique identifier of the enrolled course. -
AcademicSubjectName: string
Title:
Subject NameRead Only:trueMaximum Length:50The subject name of the enrolled course. -
CalculatedClassEndDate: string
(date)
Title:
Calculated Class EndRead Only:trueThe calculated course section end date for the self-paced course enrollment. -
ClassStartDateOption: string
(date)
Title:
Class Start Date OptionThe course section start date for the self-paced course enrollment -
CourseEnrollingStatusCode: string
Title:
Course Enrollment Status CodeRead Only:trueMaximum Length:30Default Value:ORA_OPNThe enrolling status code for the course section. -
CourseEnrollingStatusMeaning: string
Title:
Course Enrollment Status MeaningRead Only:trueMaximum Length:80The enrolling status of the course section. -
CourseOfferingId: integer
(int64)
Title:
Course Offering IDRead Only:trueThe offering unique identifier of the curriculum item. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date the row was created. -
CreditOptionFlag: boolean
Title:
Credit Option FlagMaximum Length:1Default Value:falseThe credit option for the course enrollment. -
CreditTypeCode: string
Title:
Credit Type CodeRead Only:trueMaximum Length:30The credit type code of the enrolled course. -
CreditTypeMeaning: string
Title:
Credit TypeRead Only:trueMaximum Length:80The credit type of the enrolled course. -
CurriculumCatalogNumber: string
Title:
Catalog NumberRead Only:trueMaximum Length:10The catalog number of the enrolled course. -
CurriculumFormatCode: string
Title:
Format CodeRead Only:trueMaximum Length:30The unique identifier for the format of the course. Valid values include ORA_BLD, ORA_ONL, or ORA_ONP. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE. -
CurriculumFormatMeaning: string
Title:
Format MeaningRead Only:trueMaximum Length:80The meaning of the format of the course. Valid values include Blended, Online, or On site. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE. -
CurriculumOptionId: integer
(int64)
Title:
Curriculum Option IDRead Only:trueThe unique identifier of the curriculum enrollment options record. -
DropDate: string
(date)
Title:
Drop DateRead Only:trueThe date when the student dropped the scheduled course. -
DropEnabledFlag: boolean
Title:
Drop EnabledRead Only:trueIndicates that this course section can be dropped by the student. -
EnrolledCreditQuantity: number
Title:
UnitsRead Only:trueThe number of credits the student enrolled in for the course. -
EnrolledCreditsOption: number
Title:
Enrolled Credit Units OptionThe number of enrolled credits for the course enrollment. -
EnrollmentCapacityQuantity: integer
(int32)
Title:
Enrollment CapacityRead Only:trueThe total number of enrolled students allowed to enroll in the enrolled course section. -
EnrollmentDate: string
(date)
Title:
Enrollment DateRead Only:trueThe date of the enrollment. -
EnrollmentItemId: integer
(int64)
Title:
Student Curriculum Item IDRead Only:trueThe unique identifier of the enrollment item. -
EnrollmentStatus: string
Title:
Enrollment StatusRead Only:trueMaximum Length:30The status code of the enrollment. -
EnrollmentStatusMeaning: string
Title:
Enrollment Status MeaningRead Only:trueMaximum Length:80The status of the enrollment. -
GradingOptionCode: string
Title:
Grading Option CodeMaximum Length:30The grading option for the course enrollment. -
instructors: array
Instructors
Title:
InstructorsThe instructors resource lists the instructors for the enrolled or scheduled items. -
IsSelfPacedFlag: boolean
Title:
Self-PacedRead Only:trueMaximum Length:1Indicates that the enrolled course section is self paced. -
ItemCurriculumId: integer
(int64)
Title:
Curriculum IDRead Only:trueThe identifier of the enrolled curriculum item. -
ItemCurriculumName: string
Title:
TitleRead Only:trueMaximum Length:150The name of the enrolled curriculum item. -
ItemCurriculumType: string
Title:
Curriculum Item TypeRead Only:trueMaximum Length:30The curriculum type code of the enrolled item. -
ItemCurriculumTypeId: integer
(int64)
Title:
Curriculum Item Type IDRead Only:trueThe identifier of the curriculum type for the enrolled item. -
ItemCurriculumTypeName: string
Title:
Curriculum Type NameRead Only:trueMaximum Length:50The name of the curriculum type. -
LastDateToDrop: string
(date-time)
Title:
Last Date to DropRead Only:trueThe last day the student is allowed to drop this course. -
LastDateToDropWithGreaterPenalty: string
(date-time)
Title:
Last Date to Drop with Greater PenaltyRead Only:trueThe last day the student is allowed to drop where the student will receive a greater financial penalty for dropping the course. -
LastDateToDropWithoutRetain: string
(date-time)
Title:
Last Date to Drop: Delete RecordRead Only:trueThe last day the student is allowed to drop where the course won't appear on the student's academic record. -
LastDateToDropWithPenalty: string
(date-time)
Title:
Last Date to Drop: Withdrew with PenaltyRead Only:trueThe last day the student is allowed to drop where the student will receive a financial penalty for dropping the course. -
LastDateToDropWithRetain: string
(date-time)
Title:
Last Date to Drop: Retain RecordRead Only:trueThe last day the student is allowed to drop where the course will appear on the student's academic record. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumUnitsQuantity: number
Title:
Maximum UnitsRead Only:trueThe maximum number of units for which a course can be taken. -
meetingPatterns: array
Meeting Patterns
Title:
Meeting PatternsThe meeting patterns resource lists the meeting pattern information for enrolled or scheduled items. -
MinimumUnitsQuantity: number
Title:
Minimum UnitsRead Only:trueThe minimum number of units for which a course can be taken. -
OfferSequenceNumber: integer
(int32)
Title:
Course Offering Sequence NumberRead Only:trueThe offering sequence number of the course. -
OwningCurriculumId: integer
(int64)
Title:
Curriculum IDRead Only:trueThe curriculum Id of the course that owns the course section. -
OwningCurriculumName: string
Title:
TitleRead Only:trueMaximum Length:150The curriculum name of the course that owns the course section. -
RepeatAllowedFlag: boolean
Title:
RepeatableRead Only:trueMaximum Length:1Default Value:falseIndicates that repeating the course is allowed. The default value is false. -
RepeatAllowedTotal: integer
(int32)
Title:
Total Completions AllowedRead Only:trueThe total number of times a student can take a course. -
RepeatInPeriodFlag: boolean
Title:
Allow Multiple EnrollmentRead Only:trueMaximum Length:1Default Value:falseIndicates that repeating the course is allowed within the same period. -
RepeatUnitsTotal: number
Title:
Total Units AllowedRead Only:trueThe total number of repeated units which are allowed for the course. -
RequisiteExistsFlag: boolean
Title:
Requisite ExistsRead Only:trueIndicates that requisites exist for the enrolled course. -
RequisiteInformation: string
Title:
Requisite DescriptionRead Only:trueThe text used to describe the requisites of a course. -
RequisiteStatusCode: string
Title:
Requisite Status CodeRead Only:trueMaximum Length:30The status code of the course requisites at time of enrollment. -
RequisiteStatusMeaning: string
Title:
Requisite Status MeaningRead Only:trueMaximum Length:80The status of the course requisites at the time of enrollment. -
ScheduledCourseCampusId: integer
(int64)
Title:
CampusRead Only:trueThe unique identifier for the campus where the course section is offered. -
ScheduledCourseCampusName: string
Title:
NameRead Only:trueMaximum Length:50The name of the campus where the course section is offered. -
ScheduledCourseCode: string
Title:
Associated Section CodeRead Only:trueMaximum Length:30The section code identifier of the enrolled course section. -
ScheduledCourseEndDate: string
(date-time)
Title:
Section End DateRead Only:trueThe end date of the enrolled course section. -
ScheduledCourseStartDate: string
(date-time)
Title:
Section Start DateRead Only:trueThe start date of the enrolled course section. -
TotalEnrolledQuantity: integer
(int32)
Title:
Total EnrolledRead Only:trueThe total number of students enrolled in the course section.
Nested Schema : Instructors
Type:
arrayTitle:
InstructorsThe instructors resource lists the instructors for the enrolled or scheduled items.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Meeting Patterns
Type:
arrayTitle:
Meeting PatternsThe meeting patterns resource lists the meeting pattern information for enrolled or scheduled items.
Show Source
Nested Schema : studentScheduleByPeriods-schedulePeriods-enrolledItems-instructors-item-response
Type:
Show Source
object-
CurriculumOfferingId: integer
(int64)
Title:
Curriculum Offering IDRead Only:trueThe unique identifier of curriculum offering of the course section. -
CurriculumOrgId: integer
(int64)
Title:
Curriculum Organization IDRead Only:trueThe unique identifier of the curriculum organization of the course section staff. -
CurriculumStaffId: integer
(int64)
Title:
Curriculum Staff IDRead Only:trueThe unique identifier of the curriculum staff. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OfferSequenceNumber: integer
(int32)
Title:
Offer NumberRead Only:trueThe offering sequence number of the course section. -
PersonAcademicTitle: string
Title:
Academic TitleRead Only:trueMaximum Length:30The academic title of the instructor if one is available. -
PersonImageContent: string
(byte)
Title:
Staff ImageRead Only:trueThe image data of the instructor. -
PersonImageId: integer
(int64)
Title:
Attachment IDRead Only:trueThe image or photograph of the instructor, if available. -
PersonTitle: string
Title:
TitleRead Only:trueMaximum Length:60The title of the instructor. -
PreferredFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The preferred first name of the person. -
PreferredLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The preferred last name of the person. -
PreferredMiddleName: string
Title:
Middle NameRead Only:trueMaximum Length:60The preferred middle name of the person. -
PreferredName: string
Title:
Additional NameRead Only:trueMaximum Length:360The preferred first and last name of the person displayed as a single string. -
StaffAdministratorOnlyFlag: boolean
Title:
Administrator OnlyRead Only:trueMaximum Length:1Default Value:falseIndicates that this staff member is part of the administrative staff. The default value is false. -
StaffBiography: string
(byte)
Title:
BiographyRead Only:trueThe biography of the instructor, if available. -
StaffPartyId: integer
(int64)
Title:
Staff IDRead Only:trueThe unique identifier for the party. -
StaffPrimaryFlag: boolean
Title:
PrimaryRead Only:trueMaximum Length:1The primary instructor of the course section. -
StaffRoleTypeCode: string
Title:
Role TypeRead Only:trueMaximum Length:30The role code that the course section staff will be filling -
StaffRoleTypeMeaning: string
Title:
Role MeaningRead Only:trueMaximum Length:80The role that the course section staff will be filling.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : studentScheduleByPeriods-schedulePeriods-enrolledItems-meetingPatterns-item-response
Type:
Show Source
object-
BuildingName: string
Title:
NameRead Only:trueMaximum Length:50The building name of the facility where the meeting will be held. -
BuildingShortCode: string
Title:
CodeRead Only:trueMaximum Length:6The building code of the facility where the meeting will be held. -
CurriculumFormatCode: string
Title:
Format CodeRead Only:trueMaximum Length:30The unique identifier for the format of the course. Valid values include ORA_BLD, ORA_ONL, or ORA_ONP. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE. -
CurriculumFormatMeaning: string
Title:
Format MeaningRead Only:trueMaximum Length:80The meaning of the format of the course. Valid values include Blended, Online, or On site. A list of accepted values is defined in the lookup type ORA_HER_CURRICULUM_FORMAT_CODE. -
CurriculumScheduleId: integer
(int64)
Title:
Schedule IDRead Only:trueThe unique identifier of the meeting record. -
DurationQuantity: integer
(int32)
Title:
DurationRead Only:trueThe duration of the meeting. -
FacilityDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240A description of the facility where the meeting will be held. -
FacilityRoomNumber: string
Title:
Room NumberRead Only:trueMaximum Length:10The room number of the facility where the meeting will be held. -
FacilityShortCode: string
Title:
FacilityRead Only:trueMaximum Length:20The abbreviated facility code representing the building and room number. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationLatitude: number
Title:
LatitudeRead Only:trueThe latitude of the building where the meeting will be held. -
LocationLongitude: number
Title:
LongitudeRead Only:trueThe longitude of the building where the meeting will be held. -
LocationLongName: string
Title:
Location Long NameRead Only:trueContains formatted address from either the associated facility or the user entered course location address. -
MeetingPatternDescription: string
Title:
Pattern DescriptionRead Only:trueMaximum Length:50The description of the meeting pattern for the meeting. -
MeetingPatternEndDate: string
(date)
Title:
End DateRead Only:trueThe scheduled end date of the meeting. -
MeetingPatternEndTime: string
(date-time)
Title:
End TimeRead Only:trueThe scheduled end time of the meeting. -
MeetingPatternName: string
Title:
Meeting NameRead Only:trueMaximum Length:50The descriptive name of the meeting such as lab or lecture. -
MeetingPatternStartDate: string
(date)
Title:
Start DateRead Only:trueThe start date of the meeting schedule indicating the first day of class. -
MeetingPatternStartTime: string
(date-time)
Title:
Start TimeRead Only:trueThe scheduled start time of the meeting. -
RecurrenceDayFriFlag: boolean
Title:
FridayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Friday. -
RecurrenceDayMonFlag: boolean
Title:
MondayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Monday. -
RecurrenceDaySatFlag: boolean
Title:
SaturdayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Saturday. -
RecurrenceDaySunFlag: boolean
Title:
SundayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Sunday. -
RecurrenceDayThuFlag: boolean
Title:
ThursdayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Thursday. -
RecurrenceDayTueFlag: boolean
Title:
TuesdayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Tuesday. -
RecurrenceDayWedFlag: boolean
Title:
WednesdayRead Only:trueMaximum Length:1Default Value:falseIndicates that the meeting will occur on a Wednesday. -
ScheduleSequenceNumber: integer
(int32)
Title:
Schedule Sequence NumberRead Only:trueThe sequence of the meeting. Used when a course section has more than a single meeting pattern.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source