Get all scheduled items
get
/fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}/child/schedulePeriods/{schedulePeriodsUniqID}/child/scheduledItems
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> -
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 scheduled items that match the scheduled item ID.
Finder Variables- CurriculumOptionId; integer; The unique identifier of the associated enrollment options record.
- ScheduledItemId; integer; The unique identifier for the scheduled item.
- PrimaryKey Finds all scheduled items that match the scheduled item 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 for the academic level of the student enrolling in the course.
- AcademicLevelNameOption; string; The name of the academic level of the student enrolling in the course.
- AcademicSubjectCode; string; The subject code for the course.
- AcademicSubjectId; integer; The unique identifier for the subject of the course.
- AcademicSubjectName; string; The subject name for the course.
- CalculatedClassEndDate; string; The calculated end date based on the course section start date for self-paced courses.
- ClassStartDateOption; string; The requested start date for the self-paced course.
- CourseOfferingId; integer; The offering identifier for the course.
- CreatedBy; string; The user who created the row.
- CreationDate; string; The date the row was created.
- CreditOptionFlag; boolean; The type of credit the student is enrolling in.
- 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 associated enrollment options record.
- EnrolledCreditsOption; number; The number of credits the student wants to enroll in.
- EnrollmentRequestStatusCode; string; The status code of the enrollment request. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_REQUEST_STATUS.
- EnrollmentRequestStatusMeaning; string; The status of the enrollment request. A list of accepted values is defined in the lookup type ORA_HER_ENROLLMENT_REQUEST_STATUS.
- GradingOptionCode; string; The grading method option selected by the student for enrollment.
- ItemCurriculumId; integer; The unique identifier of the course or course section that's scheduled.
- ItemCurriculumName; string; The name of the curriculum item for the course or course section that's scheduled.
- ItemCurriculumType; string; The type of curriculum that's scheduled.
- ItemCurriculumTypeId; integer; The unique identifier for the type of curriculum that's scheduled.
- ItemCurriculumTypeName; string; The type name of the curriculum that's scheduled.
- LastUpdateDate; string; The date the row was last updated.
- LastUpdatedBy; string; The user who last updated the row.
- OfferSequenceNumber; integer; The offering sequence number for the course.
- ScheduledItemId; integer; The unique identifier of the scheduled item.
-
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
-
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-scheduledItems
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-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