Update an element

patch

/fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}/child/elements/{ElementId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • This is the hash key of the attributes which make up the composite key for the Course Lists resource and used to uniquely identify an instance of Course Lists. The client should not generate the hash key value. Instead, the client should query on the Course Lists collection resource in order to navigate to a specific instance of Course Lists to get the hash key.
Header Parameters
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Course Offerings
Type: array
Title: Course Offerings
The course offerings resource is a child of the elements resource and lists all the offerings for the associated course element.
Show Source
Nested Schema : Smart Lists
Type: array
Title: Smart Lists
The smart lists resource is a child of the elements resource and lists attributes of the smart list associated with the element.
Show Source
Nested Schema : courseLists-elements-courseOfferings-item-patch-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : Smart List Courses
Type: array
Title: Smart List Courses
The courses resource is a child resource of the smart list resource and lists the courses matching the smart list criteria.
Show Source
Nested Schema : Smart List Criteria Values
Type: array
Title: Smart List Criteria Values
The smart list criteria values resource is a child resource of the smart lists resource and lists the criteria associated with the smart list.
Show Source
Nested Schema : courseLists-elements-smartLists-courses-item-patch-request
Type: object
Show Source
Nested Schema : Smart List Course Campuses
Type: array
Title: Smart List Course Campuses
The course campuses resource is a child resource of the smart list course resource and lists the campuses matching the smart list course.
Show Source
Nested Schema : Smart List Course Organizations
Type: array
Title: Smart List Course Organizations
The course organizations resource is a child resource of the smart list course resource and lists the organizations matching the smart list course.
Show Source
Nested Schema : Smart List Course Curriculum Tags
Type: array
Title: Smart List Course Curriculum Tags
The course tags resource is a child resource of the smart list course resource and lists the tags matching the smart list course.
Show Source
Nested Schema : courseLists-elements-smartLists-courses-courseCampuses-item-patch-request
Type: object
Show Source
Nested Schema : courseLists-elements-smartLists-courses-courseOrganizations-item-patch-request
Type: object
Show Source
Nested Schema : courseLists-elements-smartLists-courses-tags-item-patch-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
  • Maximum Length: 30
    The code used to identify the column or attribute that should be included in the smart list criteria. A list of accepted values is defined in the lookup type ORA_HER_COLUMN_CODE.
  • Maximum Length: 240
    The value that should be used with the criteria column to identify courses for the smart list.
  • The sort sequence of the smart list criteria.
  • Maximum Length: 30
    The code used to indicate that the given criteria should be used to include or exclude courses from the smart list. A list of accepted values is defined in the lookup type ORA_HER_CRITERIA_TYPE.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : courseLists-elements-item-response
Type: object
Show Source
  • Title: Connector Code
    Maximum Length: 30
    The code for the connectors between the elements of a curriculum item. Valid values include ORA_AND or ORA_OR. A list of accepted values is defined in the lookup type ORA_HER__ELEMENT_CONNECTOR_CODE.
  • Title: Connector
    Read Only: true
    Maximum Length: 80
    The name for a logical connector used to connect curriculum item child elements. A list of accepted values is defined in the lookup type ORA_HER__ELEMENT_CONNECTOR_CODE.
  • Course Offerings
    Title: Course Offerings
    The course offerings resource is a child of the elements resource and lists all the offerings for the associated course element.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the row for the element.
  • Title: Creation Date
    Read Only: true
    The date and time when the element row was created.
  • Title: Element Curriculum ID
    The curriculum ID for an item that's child element of another curriculum item. For example, a program is comprised of various curriculum items, typically courses, each of which have their own curriculum ID.
  • Title: Name
    Read Only: true
    Maximum Length: 150
    The name or short description for a curriculum item that's the child element of another curriculum item. For example, a program is comprised of various curriculum items, typically courses, each of which have their own curriculum ID.
  • Title: Curriculum Item Type
    Read Only: true
    Maximum Length: 30
    The code of the curriculum type of the requisite associated with the course.
  • Title: Curriculum Item Type ID
    Read Only: true
    The unique identifier for a type of curriculum item, such as a scheduled course.
  • Title: Curriculum Type
    Read Only: true
    Maximum Length: 50
    The curriculum type of curriculum item, such as a scheduled course.
  • Title: Curriculum Element ID
    The unique identifier for a child element of a curriculum item. A child element might be a course or course list.
  • A sequence identifier used to identify and sort groups within a curriculum item.
  • Title: Last Updated By
    Read Only: true
    The date and time when the element row was last updated.
  • Title: Last Updated Date
    Read Only: true
    Maximum Length: 64
    The user who last updated the row for the element.
  • Title: Left Parentheses Quantity
    The number of left parentheses included in a curriculum element row.
  • Links
  • Title: Requirement Category Code
    Read Only: true
    Maximum Length: 30
    The user defined code for a requirement category, used for categorizing program requirements in the Curriculum Registry.
  • Title: Requirement Category ID
    The unique identifier for a requirement category code.
  • Title: Requirement Category
    Read Only: true
    Maximum Length: 50
    The type of requirement that this program element fulfills, such as required or elective.
  • Title: Right Parentheses Quantity
    The number of right parentheses included in a curriculum element row.
  • Smart Lists
    Title: Smart Lists
    The smart lists resource is a child of the elements resource and lists attributes of the smart list associated with the element.
  • Title: Sort Number
    Determines the order in which the curriculum item elements are sorted.
Nested Schema : Course Offerings
Type: array
Title: Course Offerings
The course offerings resource is a child of the elements resource and lists all the offerings for the associated course element.
Show Source
Nested Schema : Smart Lists
Type: array
Title: Smart Lists
The smart lists resource is a child of the elements resource and lists attributes of the smart list associated with the element.
Show Source
Nested Schema : courseLists-elements-courseOfferings-item-response
Type: object
Show Source
  • Title: Subject Code
    Read Only: true
    Maximum Length: 30
    The code for the scheduled course's academic subject.
  • Title: Academic Subject ID
    Read Only: true
    The unique identifier for the course's academic subject.
  • Title: Subject
    Read Only: true
    Maximum Length: 50
    The name of the subject of the scheduled course.
  • Title: Type of Credit
    Read Only: true
    Maximum Length: 30
    The unique identifier of the credit type associated with the scheduled 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.
  • Title: Type of Credit Meaning
    Read Only: true
    Maximum Length: 80
    The meaning of the type of credit of the scheduled 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.
  • Title: Catalog Number
    Read Only: true
    Maximum Length: 10
    The catalog number of the scheduled course.
  • Title: Curriculum Offering ID
    Read Only: true
    The generated unique identifier of a course.
  • Title: Institution
    Read Only: true
    The unique identifier for the institution on the offering of the course.
  • Title: Institution
    Read Only: true
    Maximum Length: 50
    The name of the institution to which the course offering belongs.
  • Links
  • Title: Maximum Units
    Read Only: true
    A numeric value indicating the maximum units of the course.
  • Title: Minimum Units
    Read Only: true
    A numeric value indicating the minimum units of the course.
  • Title: Offer Number
    Read Only: true
    The unique sort identifier for the offering of the course.
Nested Schema : courseLists-elements-smartLists-item-response
Type: object
Show Source
Nested Schema : Smart List Courses
Type: array
Title: Smart List Courses
The courses resource is a child resource of the smart list resource and lists the courses matching the smart list criteria.
Show Source
Nested Schema : Smart List Criteria Values
Type: array
Title: Smart List Criteria Values
The smart list criteria values resource is a child resource of the smart lists resource and lists the criteria associated with the smart list.
Show Source
Nested Schema : courseLists-elements-smartLists-courses-item-response
Type: object
Show Source
Nested Schema : Smart List Course Campuses
Type: array
Title: Smart List Course Campuses
The course campuses resource is a child resource of the smart list course resource and lists the campuses matching the smart list course.
Show Source
Nested Schema : Smart List Course Organizations
Type: array
Title: Smart List Course Organizations
The course organizations resource is a child resource of the smart list course resource and lists the organizations matching the smart list course.
Show Source
Nested Schema : Smart List Course Curriculum Tags
Type: array
Title: Smart List Course Curriculum Tags
The course tags resource is a child resource of the smart list course resource and lists the tags matching the smart list course.
Show Source
Nested Schema : courseLists-elements-smartLists-courses-courseCampuses-item-response
Type: object
Show Source
Nested Schema : courseLists-elements-smartLists-courses-courseOrganizations-item-response
Type: object
Show Source
Nested Schema : courseLists-elements-smartLists-courses-tags-item-response
Type: object
Show Source
Nested Schema : courseLists-elements-smartLists-smartListCriteria-item-response
Type: object
Show Source
  • Read Only: true
    Maximum Length: 64
    The user who created the row for the smart list criteria.
  • Read Only: true
    The date and time when the smart list criteria row was created.
  • Maximum Length: 30
    The code used to identify the column or attribute that should be included in the smart list criteria. A list of accepted values is defined in the lookup type ORA_HER_COLUMN_CODE.
  • Read Only: true
    The data type of the criteria column attribute.
  • Read Only: true
    Maximum Length: 80
    The name of the code that's used to identify the column or attribute that should be included in the smart list criteria. A list of accepted values is defined in the lookup type ORA_HER_COLUMN_CODE.
  • Maximum Length: 240
    The value that should be used with the criteria column to identify courses for the smart list.
  • The sort sequence of the smart list criteria.
  • Maximum Length: 30
    The code used to indicate that the given criteria should be used to include or exclude courses from the smart list. A list of accepted values is defined in the lookup type ORA_HER_CRITERIA_TYPE.
  • Read Only: true
    Maximum Length: 80
    The meaning of the code that's used to indicate if the given criteria should be used to include or exclude courses from the smart list. A list of accepted values is defined in the lookup type ORA_HER_CRITERIA_TYPE.
  • Read Only: true
    The date and time when the smart list criteria row was last updated.
  • Read Only: true
    Maximum Length: 64
    The user who last updated the row for the smart list criteria.
  • Links
  • The unique identifier for the smart list criteria.
Back to Top