Get a scheduled item
get
/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.
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> -
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 -
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 -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
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.
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-scheduledItems-item-response
Type:
Show Source
object-
AcademicLevelIdOption: integer
(int64)
The 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
Read Only:
trueThe subject code for the course. -
AcademicSubjectId: integer
Read Only:
trueThe unique identifier for the subject of the course. -
AcademicSubjectName: string
Read Only:
trueThe subject name for the course. -
CalculatedClassEndDate: string
(date)
Read Only:
trueThe calculated end date based on the course section start date for self-paced courses. -
ClassStartDateOption: string
(date)
The requested start date for the self-paced course.
-
CourseCurriculumId: integer
Read Only:
trueThe curriculum item identifier for the course. -
CourseEnrollmentStatusCode: string
Read Only:
trueThe enrollment status code of the course section indicating if the course is available for enrollment. -
CourseEnrollmentStatusMeaning: string
Read Only:
trueThe enrollment status of the course section indicating if the course is available for enrollment. -
CourseOfferingId: integer
Read Only:
trueThe offering identifier for the course. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Read Only:
trueThe date the row was created. -
CreditOptionFlag: boolean
Maximum Length:
1Default Value:falseThe type of credit the student is enrolling in. -
CreditTypeCode: string
Read 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
Read 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
Read Only:
trueThe catalog number for the course. -
CurriculumFormatCode: string
Title:
FormatRead 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
Read 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)
The unique identifier of the associated enrollment options record.
-
DropEnabledFlag: boolean
Read Only:
trueMaximum Length:255Indicates the student is allowed to drop the course section. -
EnrolledCreditsOption: number
The number of credits the student wants to enroll in.
-
EnrollmentCapacityQuantity: integer
Read Only:
trueThe enrollment capacity of the course section. -
EnrollmentRequestStatusCode: string
Maximum 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
Read 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
Maximum 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
Read Only:
trueIndicates that the course section is self-paced. The default value is false. -
ItemCurriculumId: integer
(int64)
The 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)
Read Only:
trueThe unique identifier for the type of curriculum that's scheduled. -
ItemCurriculumTypeName: string
Read Only:
trueMaximum Length:50The type name of the curriculum that's scheduled. -
LastDateToDrop: string
(date-time)
Read Only:
trueThe last date the student can drop the course section without penalty. -
LastDateToDropWithGreaterPenalty: string
(date-time)
Read Only:
trueThe last date the student can drop the course section with a greater drop penalty. -
LastDateToDropWithoutRetain: string
(date-time)
Read 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)
Read Only:
trueThe last date the student can drop the course section with some sort of drop penalty applied. -
LastDateToDropWithRetain: string
(date-time)
Read Only:
trueThe last date the student can drop the course section and receive a withdraw status. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date the row was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumUnitsQuantity: number
Read 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
Read Only:
trueThe minimum number of units for which a course can be taken. -
OfferSequenceNumber: integer
(int64)
The offering sequence number for the course.
-
RepeatAllowedFlag: boolean
Read Only:
trueIndicates that repeating the course is allowed. The default value is false. -
RepeatAllowedTotal: integer
Read Only:
trueThe total number of times a student can take a course. -
RepeatInPeriodFlag: boolean
Read Only:
trueIndicates that repeating the course is allowed within the same period. -
RepeatUnitsTotal: number
Read Only:
trueThe total number of repeated units which are allowed for the course. -
RequisiteExistsFlag: boolean
Read Only:
trueMaximum Length:255Indicates that requisites exist for the enrolled course. -
RequisiteInformation: string
Read Only:
trueMaximum Length:255The text used to describe the requisites of a course. -
ScheduledCourseCampusId: integer
Read Only:
trueThe unique identifier for the campus where the course section is offered. -
ScheduledCourseCampusName: string
Read Only:
trueMaximum Length:255The name of the campus where the course section is offered. -
ScheduledCourseCode: string
Read Only:
trueThe section code of the course section. -
ScheduledCourseEndDate: string
(date-time)
Read Only:
trueThe date when the course section ends. -
ScheduledCourseStartDate: string
(date-time)
Read Only:
trueThe date when the course section starts. -
ScheduledItemId: integer
(int64)
Read Only:
trueThe unique identifier of the scheduled item. -
TotalEnrolledQuantity: integer
Read 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)
Read 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)
Read Only:
trueThe image data of the instructor. -
PersonImageId: integer
(int64)
Read 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
Read 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)
Read 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
Read 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
Read 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
Read 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)
Read 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
Read Only:
trueContains formatted address from either the associated facility or the user entered course location address. -
MeetingPatternDescription: string
Title:
Pattern NameRead 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
- 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: