Update or create a scheduled item
patch
/fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}/child/schedulePeriods/{schedulePeriodsUniqID}/child/scheduledItems/{scheduledItemsUniqID}
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.
-
scheduledItemsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- ScheduledItemId and CurriculumOptionId ---for the Scheduled Items resource and used to uniquely identify an instance of Scheduled Items. The client should not generate the hash key value. Instead, the client should query on the Scheduled Items collection resource with a filter on the primary key values in order to navigate to a specific instance of Scheduled Items.
For example: scheduledItems?q=ScheduledItemId=<value1>;CurriculumOptionId=<value2> -
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.
Header Parameters
-
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AcademicLevelIdOption: integer
(int64)
Title:
Academic Level ID OptionThe unique identifier for the academic level of the student enrolling in the course. -
ClassStartDateOption: string
(date)
Title:
Class Start Date OptionThe requested start date for the self-paced course. -
CreditOptionFlag: boolean
Title:
Credit Option FlagMaximum Length:1Default Value:falseThe type of credit the student is enrolling in. -
EnrolledCreditsOption: number
Title:
Enrolled Credit Units OptionThe number of credits the student wants to enroll in. -
EnrollmentRequestStatusCode: string
Title:
Enrollment Request StatusMaximum Length:30Default Value:ORA_SCHEDULEDThe status code of the enrollment request. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_REQUEST_STATUS. -
GradingOptionCode: string
Title:
Grading Option CodeMaximum Length:30The grading method option selected by the student for enrollment. -
instructors: array
Instructors
Title:
InstructorsThe instructors resource lists the instructors for the enrolled or scheduled items. -
ItemCurriculumId(required): integer
(int64)
Title:
Item Curriculum IDThe unique identifier of the course or course section that's scheduled. -
meetingPatterns: array
Meeting Patterns
Title:
Meeting PatternsThe meeting patterns resource lists the meeting pattern information for enrolled or scheduled items. -
OfferSequenceNumber(required): integer
(int64)
Title:
Course Offering Sequence NumberThe offering sequence number for the course.
Nested Schema : Instructors
Type:
arrayTitle:
InstructorsThe instructors resource lists the instructors for the enrolled or scheduled items.
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-scheduledItems-instructors-item-patch-request
Type:
Show Source
objectNested Schema : studentScheduleByPeriods-schedulePeriods-scheduledItems-meetingPatterns-item-patch-request
Type:
Show Source
objectResponse
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-scheduledItems-item-response
Type:
Show Source
object-
AcademicLevelIdOption: integer
(int64)
Title:
Academic Level ID OptionThe unique identifier for the academic level of the student enrolling in the course. -
AcademicLevelNameOption: string
Title:
Academic Level NameRead Only:trueMaximum Length:100The name of the academic level of the student enrolling in the course. -
AcademicSubjectCode: string
Title:
Subject CodeRead Only:trueThe subject code for the course. -
AcademicSubjectId: integer
Title:
Academic Subject IDRead Only:trueThe unique identifier for the subject of the course. -
AcademicSubjectName: string
Title:
Subject NameRead Only:trueThe subject name for the course. -
CalculatedClassEndDate: string
(date)
Title:
Calculated Class EndRead Only:trueThe calculated end date based on the course section start date for self-paced courses. -
ClassStartDateOption: string
(date)
Title:
Class Start Date OptionThe requested start date for the self-paced course. -
CourseCurriculumId: integer
Title:
Course Curriculum IDRead Only:trueThe curriculum item identifier for the course. -
CourseEnrollmentStatusCode: string
Title:
Course Enrollment Status CodeRead Only:trueThe enrollment status code of the course section indicating if the course is available for enrollment. -
CourseEnrollmentStatusMeaning: string
Title:
Course Enrollment Status MeaningRead Only:trueThe enrollment status of the course section indicating if the course is available for enrollment. -
CourseOfferingId: integer
Title:
Course Offering IDRead Only:trueThe offering identifier for the course. -
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 type of credit the student is enrolling in. -
CreditTypeCode: string
Title:
Credit Type CodeRead Only:trueMaximum Length:255The unique identifier of the credit type associated with the course. Valid values include ORA_CEU, ORA_CRH, or ORA_NONE. A list of accepted values is defined in the lookup type ORA_HER_CREDIT_TYPE_CODE. -
CreditTypeMeaning: string
Title:
Credit TypeRead Only:trueThe meaning of the type of credit of the course. Valid values include Continuing education units, Credit hours, or No credit type. A list of accepted values is defined in the lookup type ORA_HER_CREDIT_TYPE_CODE. -
CurriculumCatalogNumber: string
Title:
Course Catalog NumberRead Only:trueThe catalog number for the 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:
Option IDRead Only:trueThe unique identifier of the associated enrollment options record. -
DropEnabledFlag: boolean
Title:
Drop EnabledRead Only:trueMaximum Length:255Indicates the student is allowed to drop the course section. -
EnrolledCreditsOption: number
Title:
Enrolled Credit Units OptionThe number of credits the student wants to enroll in. -
EnrollmentCapacityQuantity: integer
Title:
Enrollment CapacityRead Only:trueThe enrollment capacity of the course section. -
EnrollmentRequestStatusCode: string
Title:
Enrollment Request StatusMaximum Length:30Default Value:ORA_SCHEDULEDThe status code of the enrollment request. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_REQUEST_STATUS. -
EnrollmentRequestStatusMeaning: string
Title:
Enrollment Request MeaningRead Only:trueMaximum Length:80The status of the enrollment request. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_REQUEST_STATUS. -
GradingOptionCode: string
Title:
Grading Option CodeMaximum Length:30The grading method option selected by the student for enrollment. -
instructors: array
Instructors
Title:
InstructorsThe instructors resource lists the instructors for the enrolled or scheduled items. -
IsSelfPacedFlag: boolean
Title:
Self-PacedRead Only:trueIndicates that the course section is self-paced. The default value is false. -
ItemCurriculumId: integer
(int64)
Title:
Item Curriculum IDThe unique identifier of the course or course section that's scheduled. -
ItemCurriculumName: string
Title:
NameRead Only:trueMaximum Length:150The name of the curriculum item for the course or course section that's scheduled. -
ItemCurriculumType: string
Title:
Curriculum Item TypeRead Only:trueMaximum Length:30The type of curriculum that's scheduled. -
ItemCurriculumTypeId: integer
(int64)
Title:
Curriculum Item Type IDRead Only:trueThe unique identifier for the type of curriculum that's scheduled. -
ItemCurriculumTypeName: string
Title:
Curriculum Type NameRead Only:trueMaximum Length:50The type name of the curriculum that's scheduled. -
LastDateToDrop: string
(date-time)
Title:
Last Date to DropRead Only:trueThe last date the student can drop the course section without penalty. -
LastDateToDropWithGreaterPenalty: string
(date-time)
Title:
Last Date to Drop with Greater PenaltyRead Only:trueThe last date the student can drop the course section with a greater drop penalty. -
LastDateToDropWithoutRetain: string
(date-time)
Title:
Last Date to Drop: Delete RecordRead Only:trueThe last date the student can drop the course section and not have the course section remain part of their academic record. -
LastDateToDropWithPenalty: string
(date-time)
Title:
Last Date to Drop: Withdrew with PenaltyRead Only:trueThe last date the student can drop the course section with some sort of drop penalty applied. -
LastDateToDropWithRetain: string
(date-time)
Title:
Last Date to Drop: Retain RecordRead Only:trueThe last date the student can drop the course section and receive a withdraw status. -
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
(int64)
Title:
Course Offering Sequence NumberThe offering sequence number for the course. -
RepeatAllowedFlag: boolean
Title:
RepeatableRead Only:trueIndicates that repeating the course is allowed. The default value is false. -
RepeatAllowedTotal: integer
Title:
Total Completions AllowedRead Only:trueThe total number of times a student can take a course. -
RepeatInPeriodFlag: boolean
Title:
Allow Multiple EnrollmentRead Only:trueIndicates 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:trueMaximum Length:255Indicates that requisites exist for the enrolled course. -
RequisiteInformation: string
Title:
Requisite DescriptionRead Only:trueMaximum Length:255The text used to describe the requisites of a course. -
ScheduledCourseCampusId: integer
Title:
CampusRead Only:trueThe unique identifier for the campus where the course section is offered. -
ScheduledCourseCampusName: string
Title:
NameRead Only:trueMaximum Length:255The name of the campus where the course section is offered. -
ScheduledCourseCode: string
Title:
Scheduled Course CodeRead Only:trueThe section code of the course section. -
ScheduledCourseEndDate: string
(date-time)
Title:
Section End DateRead Only:trueThe date when the course section ends. -
ScheduledCourseStartDate: string
(date-time)
Title:
Section Start DateRead Only:trueThe date when the course section starts. -
ScheduledItemId: integer
(int64)
Title:
Scheduled Item IDRead Only:trueThe unique identifier of the scheduled item. -
TotalEnrolledQuantity: integer
Title:
Total EnrolledRead Only:trueThe number of students currently 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-scheduledItems-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-scheduledItems-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
Links
- EnrollmentRequestStatusLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{EnrollmentRequestStatusCode}%2CLookupType%3DORA_HER_ENROLLMENT_RQST_STATUS
The following properties are defined on the LOV link relation:- Source Attribute: EnrollmentRequestStatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- instructors
-
Parameters:
- schedulePeriodsUniqID:
$request.path.schedulePeriodsUniqID - scheduledItemsUniqID:
$request.path.scheduledItemsUniqID - studentScheduleByPeriodsUniqID:
$request.path.studentScheduleByPeriodsUniqID
The instructors resource lists the instructors for the enrolled or scheduled items. - schedulePeriodsUniqID:
- meetingPatterns
-
Parameters:
- schedulePeriodsUniqID:
$request.path.schedulePeriodsUniqID - scheduledItemsUniqID:
$request.path.scheduledItemsUniqID - studentScheduleByPeriodsUniqID:
$request.path.studentScheduleByPeriodsUniqID
The meeting patterns resource lists the meeting pattern information for enrolled or scheduled items. - schedulePeriodsUniqID: