Get all assignment records

get

/hcmRestApi/resources/11.13.18.05/learnerLearningRecords

Request

Query Parameters
  • 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
  • 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).
  • 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
  • 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 the assignments that match the specified primary key criteria.
      Finder Variables:
      • assignmentRecordId; integer; Application-generated primary key, surrogate key.
    • findByAssignee: Finds all assignments that match the specified assignee criteria.
      Finder Variables:
      • SysEffectiveDate; object.
      • dataSecurityPrivilege; string; Intent of the user accessing the learning assignment, such as ORA_LEARNER or ORA_LEARN_MANAGER. Valid values are defined in the list DataSecurityPrivilegeLOV.
      • learnerId; integer; Unique identifier for the assignee.
    • findByAssignmentRecordId: Finds all the assignments that match the specified primary key criteria.
      Finder Variables:
      • SysEffectiveDate; object.
      • assignmentRecordId; integer; Application-generated primary key, surrogate key.
      • dataSecurityPrivilege; string.
    • findByAttribution: Finds all the learning assignments that match the specified learning item criteria.
      Finder Variables:
      • SysEffectiveDate; object.
      • assignedToId; integer; Unique identifier of the person to whom the learning item was assigned.
      • assignerAttributionType; string; Entity type that created the learning assignment, such as person, specialist, or community. Valid values are defined in the list AssignerToAttributionTypeLOV.
      • assignerId; integer; Unique identifier of the assigner of the learning assignment.
    • findByLearningItem: Finds all assignments that match the specified learning item criteria.
      Finder Variables:
      • SysEffectiveDate; object.
      • dataSecurityPrivilege; string; Intent of the user accessing the learning assignment, such as ORA_LEARNER or ORA_LEARN_MANAGER. Valid values are defined in the list DataSecurityPrivilegeLOV.
      • learningItemId; integer; Unique identifier for the learning Item.
    • findByLearningItemTitle: Finds all the assignments for learning Items that match the specified learning Item criteria.
      Finder Variables:
      • SysEffectiveDate; object.
      • dataSecurityPrivilege; string.
      • learningItemTitle; string; Title of the learning item.
    • findByManager: Finds all assignments for the reportees of the specified manager.
      Finder Variables:
      • SysEffectiveDate; object.
      • dataSecurityPrivilege; string; Intent of the user accessing the learning assignment, such as ORA_LEARNER or ORA_LEARN_MANAGER. Valid values are defined in the list DataSecurityPrivilegeLOV.
      • managerId; integer; Unique identifier for the manager.
    • findByPendingApproval: Finds all assignments that are pending approval from the logged in user.
      Finder Variables:
      • findMostRelevantAssignment: Finds the most relevant assignments that match the specified primary key criteria.
        Finder Variables:
        • SysEffectiveDate; object.
        • dataSecurityPrivilege; string.
        • learningItemId; integer; Application-generated primary key, surrogate key.
      • findMyCompletedLearnings: Finds all the required or voluntary assignments that are complete and match the specified learning item criteria.
        Finder Variables:
        • SysEffectiveDate; object.
        • learningItemTitle; string; Title of the learning item.
      • findMyCurrentLearnings: Finds all the required or voluntary assignments that are incomplete and match the specified learning item criteria.
        Finder Variables:
        • SysEffectiveDate; object.
        • learningItemTitle; string; Title of the learning item.
      • findMyLearningHistory: Finds all the required or voluntary assignments that match the specified learning item criteria.
        Finder Variables:
        • SysEffectiveDate; object.
        • learningItemTitle; string; Title of the learning item.
      • findMyRequiredLearnings: Finds all the required assignments that are incomplete and match the specified learning item criteria.
        Finder Variables:
        • SysEffectiveDate; object.
        • learningItemTitle; string; Title of the learning item.
    • 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.
    • 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
    • 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.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • 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
    • 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:
      • activeDate; string; Date when the assignment record moved to an active status.
      • actualCpeUnits; number; Continuing professional education units achieved by the learner for this assignment.
      • actualEffortInHours; number; Actual effort, in hours, that it took the learner to complete the assignment.
      • actualScore; number; Actual Score achieved by the learner for the assignment.
      • assignedDate; string; Start date of the learning that's visible to the learner in self service.
      • assignedToDisplayName; string; Display name to whom the learning item was assigned.
      • assignedToId; integer; Unique identifier of the person to whom the learning item was assigned.
      • assignedToNumber; string; Friendly number identifying the person to whom the learning item was assigned.
      • assignedToPersonImageURL; string; Image URL for the person to whom the learning item was assigned.
      • assignedToPersonPrimaryEmailAddress; string; Primary email address of the assignee to whom the learning item was assigned.
      • assignedToPersonPrimaryPhoneNumber; string; Primary phone number of the assignee to whom the learning item was assigned.
      • assignedToType; string; Entity type to whom the learning record is assigned. The valid value is person.
      • assignedToTypeMeaning; string; Description for the assignedToType attribute value.
      • assignerAttributionType; string; Entity type that created the learning record, such as person, specialist, or community. Valid values are defined in the list AssignerToAttributionTypeLOV.
      • assignerAttributionTypeMeaning; string; Description for the assigner attribution type.
      • assignerCommentsToLearner; string; Comments specified by the assigner for the learner when creating the assignment. It's null when no comment is provided.
      • assignerDisplayName; string; Display name of the person who created the learning record for the learner. For example, in case of voluntary assignment, it's the name of the learner. For a specialist created assignment, it's the name of the specialist or the alias used in Assign As.
      • assignerId; integer; Unique identifier of the assigner of the learning record.
      • assignerNumber; string; Friendly number identifying the assigner of the learning record.
      • assignerPersonImageURL; string; Image URL of the person who assigned the learning item to the learner.
      • assignerPersonPrimaryEmailAddress; string; Email address of the person who assigned the learning item to the learner.
      • assignerPersonPrimaryPhoneNumber; string; Phone number of the person who assigned the learning item to the learner.
      • assignmentAttributionId; integer; Unique identifier of the entity creating the learning record.
      • assignmentCreatedDate; string; Date and time when the assignment was created.
      • assignmentDetailsDeepLink; string; URL to open the learning item page directly from the browser.
      • assignmentDetailsEmbedLink; string; URL that can be used to embed the learning item page in other pages. It opens the isolated learning item page without the global tool bar on the top.
      • assignmentDueDate; string; Due date of the assignment provided by the learning specialist when enrolling for a learning item. It's null for voluntary assignment.
      • assignmentDueInFromSystemDate; integer; Due date in days for the requested assignment.
      • assignmentJustification; string; Justification provided by the learner during a request or the justification added by the specialist in the Learning Request Details during the assignment.
      • assignmentLastModifiedDate; string; Date and time when the assignment was last updated.
      • assignmentRecordId; integer; Unique identifier for the enrollment record.
      • assignmentRecordNumber; string; Friendly number identifying the enrollment record in the UI.
      • assignmentStateMeaning; string; Indicates the current state of an enrollment, usually including the enrollment status. For example, Completed - Expired or Required - Overdue.
      • assignmentStateSeverity; string; Indicates the severity of the enrollment state, such as FATAL, WARN or INFO. For example, an overdue enrollment would have a severity of FATAL.
      • assignmentStatus; string; Status of the enrollment, such as Active, Content Completed, Completed, Withdrawn and Deleted. Valid values are defined in the list AssignmentStatusLOV.
      • assignmentStatusMeaning; string; Description for the assignment status.
      • assignmentSubStatus; string; Granular status of the enrollment. For example, No Offering Selected, Not Started, In Progress, and Pending Active are various substatuses for the Active status. Valid values are defined in the list AssignmentSubStatusLOV.
      • assignmentSubStatusMeaning; string; Description for the assignment substatus.
      • assignmentType; string; Type of the enrollment, such as required or voluntary. Valid values are defined in the list AssignmentTypeLOV.
      • assignmentTypeMeaning; string; Description for the assignment type.
      • canEditAssignmentHint; string; Specifies whether you can edit the assignment hint on the learning record, such as Can delete, Can withdraw, No edit. Valid values are defined in the list CanEditAssignmentHintLOV.
      • canEditAssignmentHintMeaning; string; Description for the canEditAssignmentHint attribute value.
      • completedDate; string; Date when the learning was completed.
      • contentCompletedDate; string; Completed date for the requested assignment.
      • currentWaitlistPosition; integer; Current waitlist position of the learner.
      • dataSecurityPrivilege; string; Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
      • dataSecurityPrivilegeMeaning; string; Description for the data security privilege.
      • deletedDate; string; Date when the learner is removed from the waitlist.
      • enrollmentQuestionnaireId; integer; Unique identifier of the enrollment questionnaire.
      • enteredPendingPaymentDate; string; Date when the assignment record was added to the pending payment.
      • enteredPendingPrerequisitesDate; string; Date when the assignment record enters pending prerequisites.
      • enteredPendingSeatAcceptanceDate; string; Date when the assignment record entered the pending seat acceptance status.
      • enteredWaitlistDate; string; Date when the assignment record was added to the waitlist.
      • evaluationSubmittedDate; string; Evaluation submitted for the requested assignment.
      • exemptedDate; string; Date when the assignment record was exempted.
      • exitedPendingPrerequisitesDate; string; Date when the assignment record exited pending prerequisites.
      • exitedPendingSeatAcceptanceDate; string; Date when the assignment record exited the pending seat acceptance status.
      • exitedWaitlistDate; string; Date when the learner exited the waitlist.
      • expectedEffortInHours; string; Expected effort needed by the learner to complete the assignment.
      • expirationDate; string; Date when the assignment expired in case of renewal scenario.
      • expirationInDaysSystemDate; number; Expiration in days for the requested assignment.
      • expirationRule; string; Expiration rule for the assignment in case of renewal scenario.
      • hasFutureRenewal; string; Indicates whether the learning assignment is of expiration type and has future renewal.
      • hasPastRenewal; string; Indicates whether the learning assignment has past renewals.
      • isLearnerOnLatestLIVersion; string; Indicates whether the enrollment record uses the latest learning item version. Valid values are Y and N. The default value is Y.
      • learningItemAuthorEmailAddress; string; Primary email address of the person.
      • learningItemCompletionCertificateLink; string; URL to open and download the learning item completion certificate directly from the browser. This is supported for completed and bypass completed assignments of a course, specialization, or legacy learning item type.
      • learningItemCoordDisplayName; string; Display name of the learning item coordinator.
      • learningItemCoordEmailAddress; string; Primary email address of the person.
      • learningItemCoverArtLink; string; URL to open the learning item cover art directly from the browser.
      • learningItemCpeType; string; Continuing professional education type of the learning item. Valid values are defined in the list CpeTypeLOV.
      • learningItemCpeTypeMeaning; string; Description for the learning item continuing professional education type.
      • learningItemDataLink; string; Data link to the learning item.
      • learningItemDeepLink; string; URL to open the learning item page directly from the browser.
      • learningItemDefinitionUsedDate; string; Indicates the last updated date of the enrollment record based on the version of the learning item as of this day.
      • learningItemEffectiveAsOf; string; Learning item definition to be assigned. It can be set to Latest or Assignment to Learner Date.
      • learningItemEffectiveDate; string; Effective date of the learning item.
      • learningItemEmbedLink; string; URL that can be used to embed the learning item page in other pages. It opens the isolated learning item page without the global tool bar on the top.
      • learningItemId; integer; Unique identifier for the learning item that's the internal primary key.
      • learningItemInstructorDisplayName; string; Display name for the learning item instructor.
      • learningItemInstructorEmailAddress; string; Primary email address of the person.
      • learningItemInstructorPersonNumber; string; Person number of the learning item instructor.
      • learningItemInstructorType; string; The instructor type. Valid values are ORA_PERSON or ORA_ADHOC .
      • learningItemInstructorTypeMeaning; string; Meaning for the learningItemType attribute.
      • learningItemLatestChangeEventDate; string; Date when the learning item was last changed.
      • learningItemMaximumPrice; number; Maximum price for the learning item.
      • learningItemMinimumPrice; number; Minimum price for the learning item.
      • learningItemNumber; string; Friendly number identifying the learning item. It's a surrogate key that's shown in the UI.
      • learningItemPriceCurrency; string; Currency of the price for the learning item. Valid values are defined in the list PriceCurrencyLOVVA.
      • learningItemPublisherDisplayName; string; Name of the publisher of the learning item.
      • learningItemSubType; string; Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
      • learningItemSubTypeMeaning; string; Description for the learning item subtype.
      • learningItemThumbnailLink; string; URL to open the learning item thumbnail directly from the browser.
      • learningItemTitle; string; Title of the learning item.
      • learningItemTrailerLink; string; URL to open the learning item trailer directly from the browser.
      • learningItemType; string; Learning item type, such as Course, Specialization, Tutorial, and Video. Valid values are defined in the list AssignedLearningItemTypeLOV.
      • learningItemTypeMeaning; string; Description for the learning item type.
      • liShortDescription; string; Learning item short description provided while creating the learning item.
      • liTotalExpectedEffort; number; Expected effort to complete the learning item of the learning record.
      • liTotalExpectedEffortUOM; string; Units of measurement for the expected effort to complete the learning item of the learning record. Valid values are defined in the list LiTotalExpectedEffortUomLOV.
      • liTotalExpectedEffortUOMMeaning; string; Description for the unit of measure for the total expected effort.
      • nextRenewalAssignmentDeepLink; string; URL to open the learning item page directly from the browser.
      • nextRenewalAssignmentEmbedLink; string; URL that can be used to embed the learning item page in other pages. It opens the isolated learning item page without the global tool bar on the top.
      • nextRenewalAssignmentId; integer; Identifier of the renewal assignment for this assignment. This is applicable if the learning assignment has an expiration with the renewal.
      • nextRenewalAssignmentNumber; string; Assignment number of the renewal assignment for this assignment. This is applicable if the learning assignment has an expiration with the renewal.
      • purchaseAmount; number; Purchase amount for the requested assignment.
      • purchaseCurrency; string; Purchase currency for the requested assignment. Valid values are defined in the list PriceCurrencyLOVVA.
      • purchasedDate; string; Date of purchase of the transaction if the learning is paid.
      • reasonCode; string; Assignment reason code of the assignment. This attribute is used when the learner assignment is withdrawn or is marked complete by the manager. Valid values are defined in the list ReasonCodeLOV.
      • refundRule; string; Refund rule for the assignment.
      • renewalPeriod; number; Indicates the number of days before the expiration of a learning record when the learner is assigned the renewed assignment.
      • requestApprovedDate; string; Approved date for the requested assignment.
      • requestRejectedDate; string; Rejected date for the requested assignment.
      • requestedCompleteByDate; string; Requested date by which the learner should complete the assignment.
      • requestedDate; string; Date when the learning record was requested.
      • requestedStartDate; string; Learning request start date specified in the learning record.
      • sourceId; integer; Unique identifier for the source where this assignment was created.
      • sourceType; string; Type for the source where this assignment was created, such as Recommendation or Search.
      • startedDate; string; Start date for the requested assignment.
      • statusChangeComment; string; Comment status change date of the this assignment.
      • validityPeriodRule; string; Validity period rule for the assignment that indicates when the validity period for the completed learning begins.
      • validityPeriodRuleMeaning; string; Description for the validity period rule.
      • withdrawnDate; string; Date when the learner was withdrawn from the learning item.
      • withdrawnRequestedDate; string; Assignment withdrawal requested date of the assignment.
    • 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
    • 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.
    • 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.

    There's no request body for this operation.

    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 : learnerLearningRecords
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : learnerLearningRecords-item-response
    Type: object
    Show Source
    Nested Schema : Active Learner Comments
    Type: array
    Title: Active Learner Comments
    The activeLearnerComments resource is a child of the learnerLearningRecords resource. It provides details of all comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Approval Details
    Type: array
    Title: Approval Details
    The approvalDetails resource is a child of the learnerLearningRecords resource. It provides the approval details information associated with the learning record.
    Show Source
    Nested Schema : Assigned To Person Details
    Type: array
    Title: Assigned To Person Details
    The assignedToPersonDetails resource is a child of the learnerLearningRecords resource. It provides details of the assignee of the assignment records.
    Show Source
    Nested Schema : Assigner Person Details
    Type: array
    Title: Assigner Person Details
    The assignerPersonDetails resource is a child of the learnerLearningRecords resource. It provides details of the assigner of the learner's assignment records.
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Course Descriptive Flexfields
    Type: array
    Title: Course Descriptive Flexfields
    The courseDFF resource is a child of the learnerLearningRecords resource. It provides additional course information stored in flexfields.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Enrollment Related Materials
    Type: array
    Title: Enrollment Related Materials
    The enrollmentRelatedMaterials resource a child of the learnerLearningRecords resource. It provides related materials associated to a learner's assignment record.
    Show Source
    Nested Schema : Noncatalog Learning Item
    Type: array
    Title: Noncatalog Learning Item
    The learning item details required to create noncatalog requests or record external learning under the assignment profile.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Publisher Person Details
    Type: array
    Title: Learning Item Publisher Person Details
    The learningItemPublisherPersonDetails resource is a child of the learnerLearningRecords resource. It provides details of the publisher of the learning items associated to a learner's assignment records.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Learning Item Related Materials
    Type: array
    Title: Learning Item Related Materials
    The learningItemRelatedMaterials resource is a child of the learnerLearningRecords resource. It provides related materials for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Learning Outcomes
    Type: array
    Title: Learning Outcomes
    The learningOutcomes resource is a child of the learnerLearningRecords resource. It provides the learning outcomes for the learning items associated to a learner's assignment records. This is applicable for course and specialization learning items.
    Show Source
    Nested Schema : Learning Prerequisites
    Type: array
    Title: Learning Prerequisites
    The learningPrerequisites resource is a child of the learnerLearningRecords resource. It provides the learning prerequisites for the learning items associated to learner's assignment records. This is applicable for course and specialization learning items.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Other Selected Course Offerings
    Type: array
    Title: Other Selected Course Offerings
    The otherSelectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings other than the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : Past Renewals
    Type: array
    Title: Past Renewals
    The pastRenewals resource is a child of the learnerLearningRecords resource.
    Show Source
    Nested Schema : Primary Selected Course Offerings
    Type: array
    Title: Primary Selected Course Offerings
    The primarySelectedCourseOffering resource is a child of the learnerLearningRecords resource. It provides the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Learning Records
    Type: array
    Title: Related Learning Records
    The relatedLearningRecords resource is a child of the learnerLearningRecords resource. It provides details of the related learning records associated with a learner's assignment record.
    Show Source
    Nested Schema : Selected Course Offerings
    Type: array
    Title: Selected Course Offerings
    The selectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : Selected Course Offerings Summary
    Type: array
    Title: Selected Course Offerings Summary
    The selectedCourseOfferingsSummary resource is a child of the learnerLearningRecords resource. It provides a summary of all selected course offerings.
    Show Source
    Nested Schema : Specialization Descriptive Flexfields
    Type: array
    Title: Specialization Descriptive Flexfields
    The specializationDFF resource is a child of the learnerLearningRecords resource. It provides additional specialization information stored in flexfields.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : User Action Hints
    Type: array
    Title: User Action Hints
    The userActionHints resource is a child of the learnerLearningRecords resource. It provides hints for possible actions on learner's assignment records.
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Commented By
      Read Only: true
      Maximum Length: 240
      Commented by person display name.
    • Title: Commented by Person ID
      Read Only: true
      Commented by person identifier.
    • Title: Commented by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Commented by person image URL.
    • Title: Commented by Person Number
      Read Only: true
      Maximum Length: 30
      Commented by person number.
    • Title: Comment
      Maximum Length: 4000
      Comment of the learner in conversations for active and completed learners for the learning item.
    • Title: Commented on Date
      Read Only: true
      Date of the comment in conversations for active and completed learners for the learning item.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Comment Status
      Maximum Length: 30
      Learner comment status in conversations for active and completed learners for the learning item. Valid values are defined in the list CommentStatusLOV.
    • Title: Comment Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the commentStatus attribute value.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the comment in conversations for active and completed learners for the learning item.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Replies
      Title: Replies
      The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Title: Reply Count
      Read Only: true
      Reply count for the comment in conversations for active and completed learners for the learning item.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Replies
    Type: array
    Title: Replies
    The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-replies-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Replied By
      Read Only: true
      Maximum Length: 240
      Replied by person display name.
    • Title: Replied by Person ID
      Read Only: true
      Replied by person identifier.
    • Title: Replied by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Replied by person image URL.
    • Title: Replied by Person Number
      Read Only: true
      Maximum Length: 30
      Replied by person number.
    • Title: Comment
      Maximum Length: 4000
      Reply comment of the learner on a comment.
    • Title: Replied on Date
      Read Only: true
      Date of the reply on a comment.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the reply on a comment.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Title: Reply Status
      Maximum Length: 30
      Status of the reply on a comment. Valid values are defined in the list ReplyStatusLOV.
    • Title: Reply Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the replyStatus attribute value.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-replies-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-activeLearnerComments-replies-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-approvalDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-assignedToPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-assignerPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Learning Item Talent Profile Summaries
      Title: Learning Item Talent Profile Summaries
      The learningItemTalentProfileSummary resource is a child of the completionDetails resource. It provides talent profile summary for the learner???s assignment records for specialization course activities.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Other Selected Course Offerings
      Title: Other Selected Course Offerings
      The otherSelectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings other than the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Primary Selected Course Offerings
      Title: Primary Selected Course Offerings
      The primarySelectedCourseOffering resource is a child of the learnerLearningRecords resource. It provides the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Selected Course Offerings
      Title: Selected Course Offerings
      The selectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    • User Action Hints
      Title: User Action Hints
      The userActionHints resource is a child of the learnerLearningRecords resource. It provides hints for possible actions on learner's assignment records.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Learning Item Talent Profile Summaries
    Type: array
    Title: Learning Item Talent Profile Summaries
    The learningItemTalentProfileSummary resource is a child of the completionDetails resource. It provides talent profile summary for the learner???s assignment records for specialization course activities.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Other Selected Course Offerings
    Type: array
    Title: Other Selected Course Offerings
    The otherSelectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings other than the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : Primary Selected Course Offerings
    Type: array
    Title: Primary Selected Course Offerings
    The primarySelectedCourseOffering resource is a child of the learnerLearningRecords resource. It provides the primary selected offering of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : Selected Course Offerings
    Type: array
    Title: Selected Course Offerings
    The selectedCourseOfferings resource is a child of the learnerLearningRecords resource. It provides all offerings of a course for which a learner has an assignment record. This resource is applicable only for a course learning item. The resource will be empty for any other learning item type.
    Show Source
    Nested Schema : User Action Hints
    Type: array
    Title: User Action Hints
    The userActionHints resource is a child of the learnerLearningRecords resource. It provides hints for possible actions on learner's assignment records.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-learningItemTalentProfileSummary-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilege attribute value.
    • Title: Has Outcomes
      Read Only: true
      Maximum Length: 1
      Indicates whether the learning assignment has learning outcomes. Valid values are Y and N. Default value is N.
    • Title: Has Prerequisites
      Read Only: true
      Maximum Length: 1
      Indicates whether the learning assignment has prerequisites. Valid values are Y and N. Default value is N.
    • Read Only: true
      Maximum Length: 32
      Learning item Id of the course.
    • Links
    • Title: Assignment Pending Prerequisite Timeout in Days
      Read Only: true
      Hint for the number of days a learner has to complete prerequisites before the assignment is withdrawn. The value for this attribute is for enrollment in learner self-service or manager self-service depending on the value of the attribute, dataSecurityPrivilege. Valid values are null, -1, or values greater than 0. If enrollment is not allowed when the learner has not achieved required prerequisites, the value of this attribute is null. If enrollment is allowed when the learner has not achieved required prerequisites and the enrollment should not be withdrawn, the value of this attribute is -1.
    • Title: Meets Prerequisite
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner meets the prerequisites for the learning item. Valid values are Y and N. Default value is N.
    Nested Schema : learnerLearningRecords-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-item-response
    Type: object
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Errors
    Type: array
    Title: Errors
    The errors resource is a child of the learnerLearningRecords resource. It lists all the errors that exist on the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-errors-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-otherSelectedCourseOfferings-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-item-response
    Type: object
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-primarySelectedCourseOffering-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-item-response
    Type: object
    Show Source
    Nested Schema : Active Learner Comments
    Type: array
    Title: Active Learner Comments
    The activeLearnerComments resource is a child of the learnerLearningRecords resource. It provides details of all comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Approval Details
    Type: array
    Title: Approval Details
    The approvalDetails resource is a child of the learnerLearningRecords resource. It provides the approval details information associated with the learning record.
    Show Source
    Nested Schema : Assigner Person Details
    Type: array
    Title: Assigner Person Details
    The assignerPersonDetails resource is a child of the learnerLearningRecords resource. It provides details of the assigner of the learner's assignment records.
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Enrollment Related Materials
    Type: array
    Title: Enrollment Related Materials
    The enrollmentRelatedMaterials resource a child of the learnerLearningRecords resource. It provides related materials associated to a learner's assignment record.
    Show Source
    Nested Schema : Errors
    Type: array
    Title: Errors
    The errors resource is a child of the learnerLearningRecords resource. It lists all the errors that exist on the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Learning Item Related Materials
    Type: array
    Title: Learning Item Related Materials
    The learningItemRelatedMaterials resource is a child of the learnerLearningRecords resource. It provides related materials for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Offering Primary Classrooms
    Type: array
    Title: Offering Primary Classrooms
    The offeringPrimaryClassroom resource is a child of the selectedCourseOfferings resource. It provides primary classroom details for the Instructor-Led activity of the Instructor-Led and Blended offering.
    Show Source
    Nested Schema : Offering Primary Instructors
    Type: array
    Title: Offering Primary Instructors
    The offeringPrimaryInstructor resource is a child of the selectedCourseOfferings resource. It provides the primary instructor details associated with the offering learning record.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : User Action Hints
    Type: array
    Title: User Action Hints
    The userActionHints resource is a child of the learnerLearningRecords resource. It provides hints for possible actions on learner's assignment records.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Commented By
      Read Only: true
      Maximum Length: 240
      Commented by person display name.
    • Title: Commented by Person ID
      Read Only: true
      Commented by person identifier.
    • Title: Commented by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Commented by person image URL.
    • Title: Commented by Person Number
      Read Only: true
      Maximum Length: 30
      Commented by person number.
    • Title: Comment
      Maximum Length: 4000
      Comment of the learner in conversations for active and completed learners for the learning item.
    • Title: Commented on Date
      Read Only: true
      Date of the comment in conversations for active and completed learners for the learning item.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Comment Status
      Maximum Length: 30
      Learner comment status in conversations for active and completed learners for the learning item. Valid values are defined in the list CommentStatusLOV.
    • Title: Comment Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the commentStatus attribute value.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the comment in conversations for active and completed learners for the learning item.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Replies
      Title: Replies
      The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Title: Reply Count
      Read Only: true
      Reply count for the comment in conversations for active and completed learners for the learning item.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Replies
    Type: array
    Title: Replies
    The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-replies-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Replied By
      Read Only: true
      Maximum Length: 240
      Replied by person display name.
    • Title: Replied by Person ID
      Read Only: true
      Replied by person identifier.
    • Title: Replied by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Replied by person image URL.
    • Title: Replied by Person Number
      Read Only: true
      Maximum Length: 30
      Replied by person number.
    • Title: Comment
      Maximum Length: 4000
      Reply comment of the learner on a comment.
    • Title: Replied on Date
      Read Only: true
      Date of the reply on a comment.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the reply on a comment.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Title: Reply Status
      Maximum Length: 30
      Status of the reply on a comment. Valid values are defined in the list ReplyStatusLOV.
    • Title: Reply Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the replyStatus attribute value.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-replies-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-activeLearnerComments-replies-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-approvalDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-assignerPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-enrollmentRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-errors-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-learningItemRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringPrimaryClassroom-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringPrimaryClassroom-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringPrimaryClassroom-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringPrimaryInstructor-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-offeringPrimaryInstructor-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-completionDetails-selectedCourseOfferings-userActionHints-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionDetails-userActionHints-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-completionSummary-item-response
    Type: object
    Show Source
    • Title: Total Activity Sections
      Read Only: true
      Total number of activity sections in a learning item.
    • Title: Total Activities
      Read Only: true
      Total number of activities in the activities section of a learning item.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-courseDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-enrollmentRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningItemDetails-item-response
    Type: object
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-learningItemDetails-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningItemPublisherPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningItemRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-learningOutcomes-item-response
    Type: object
    Show Source
    • Title: Required
      Read Only: true
      Maximum Length: 30
      Learning outcome is required.
    • Links
    • Title: Meets Prerequisite
      Read Only: true
      Maximum Length: 1
      Learner meets the pre-requisites for the learning assignment.
    • Title: Profile Item ID
      Read Only: true
      Application-generated primary key for the learning outcomes defined on the learning item.
    • Title: Profile Item Name
      Read Only: true
      Maximum Length: 700
      Learning outcome name, such as English for Language or Action Oriented for Competencies.
    • Title: Profile Item Type
      Read Only: true
      Maximum Length: 240
      Learning outcome type defined on the learning item, such as Language, Categories, Competencies, and Memberships.
    • Title: Rating Level
      Read Only: true
      Maximum Length: 2000
      Learning outcome rating level, such as Skilled, High, Medium, and Low.
    • Title: Rating Type
      Read Only: true
      Maximum Length: 8
      Learning outcome rating, such as Proficiency, Speaking, Reading, and Writing.
    Nested Schema : learnerLearningRecords-learningPrerequisites-item-response
    Type: object
    Show Source
    • Title: Required
      Read Only: true
      Maximum Length: 30
      Learning outcome is required.
    • Links
    • Title: Meets Prerequisite
      Read Only: true
      Maximum Length: 1
      Learner meets the pre-requisites for the learning assignment.
    • Title: Profile Item ID
      Read Only: true
      Application-generated primary key for the learning outcomes defined on the learning item.
    • Title: Profile Item Name
      Read Only: true
      Maximum Length: 700
      Learning outcome name, such as English for Language or Action Oriented for Competencies.
    • Title: Profile Item Type
      Read Only: true
      Maximum Length: 240
      Learning outcome type defined on the learning item, such as Language, Categories, Competencies, and Memberships.
    • Title: Rating Level
      Read Only: true
      Maximum Length: 2000
      Learning outcome rating level, such as Skilled, High, Medium, and Low.
    • Title: Rating Type
      Read Only: true
      Maximum Length: 8
      Learning outcome rating, such as Proficiency, Speaking, Reading, and Writing.
    Nested Schema : learnerLearningRecords-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-item-response
    Type: object
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Errors
    Type: array
    Title: Errors
    The errors resource is a child of the learnerLearningRecords resource. It lists all the errors that exist on the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-errors-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-otherSelectedCourseOfferings-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-pastRenewals-item-response
    Type: object
    Show Source
    Nested Schema : Related Learning Records
    Type: array
    Title: Related Learning Records
    The relatedLearningRecords resource is a child of the learnerLearningRecords resource. It provides details of the related learning records associated with a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-pastRenewals-relatedLearningRecords-item-response
    Type: object
    Show Source
    • Title: Actual CPE Units
      Read Only: true
      Continuing professional education units achieved by the learner for this assignment.
    • Title: Actual Effort in Hours
      Actual effort in hours, taken by the learner to complete the related learning assignment.
    • Title: Actual Score
      Read Only: true
      Actual score achieved by the learner for the related learning assignment.
    • Title: Enrolled on Date
      Read Only: true
      Start date of the learning displayed to the learner in self-service.
    • Title: Assignee Display Name
      Read Only: true
      Maximum Length: 240
      Display-name of the person to whom the learning item was assigned.
    • Title: Assignee Person ID
      Read Only: true
      Unique identifier of the person to whom the learning item was assigned.
    • Title: Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the learning item was assigned.
    • Title: Assignee Person Image URL
      Read Only: true
      Maximum Length: 19
      Image URL for the person to whom the learning item was assigned.
    • Title: Assignee Primary Email Address
      Read Only: true
      Maximum Length: 240
      Primary email address of the assignee to whom the learning item was assigned.
    • Title: Assignee Primary Phone Number
      Read Only: true
      Maximum Length: 60
      Primary phone number of the assignee to whom the learning item was assigned.
    • Title: Assignee Attribution Type
      Read Only: true
      Maximum Length: 19
      Entity type to whom the related learning record is assigned. Valid value is a person.
    • Title: Assignee Attribution Type Description
      Read Only: true
      Maximum Length: 4000
      Description for assigned to type.
    • Title: Assigner Attribution Type
      Read Only: true
      Maximum Length: 30
      Default Value: ORA_PERSON
      Entity type that created the related learning record, such as person, specialist, or community. Valid values are defined in the list AssignerToAttributionTypeLOV.
    • Title: Assigner Attribution Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the assigner attribution type.
    • Title: Assigner Comments to Learner
      Maximum Length: 4000
      Comments provided by the assigner to the learner while creating the related learning assignment. It's null when there are no comments.
    • Title: Enrolled By
      Read Only: true
      Maximum Length: 240
      Display-name of the person who created the related learning record for the learner. For example, it's the learner for voluntary assignments and specialist or the alias used in Assign As for specialist-created assignments.
    • Title: Assigner ID
      Read Only: true
      Unique identifier of the assigner of the related learning record.
    • Title: Assigner Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the assigner of the related learning record.
    • Title: Assigner Person Image URL
      Read Only: true
      Maximum Length: 19
      Image URL of the person who assigned the learning item to the learner.
    • Title: Assigner Person Primary Email Address
      Read Only: true
      Maximum Length: 240
      Email address of the person who assigned the learning item to the learner.
    • Title: Assigner Person Primary Phone Number
      Read Only: true
      Maximum Length: 60
      Phone number of the person who assigned the learning item to the learner.
    • Title: Assigner Attribution ID
      Read Only: true
      Unique identifier of the entity creating the related learning record.
    • Title: Assignment Created Date
      Read Only: true
      Date and time when the related assignment was created.
    • Title: Due Date
      Due date of the assignment provided by the learning specialist during the enrollment of a learning item. It's null for voluntary assignments.
    • Title: Assignment Due in from System Date
      Read Only: true
      Due date in days for the requested assignment.
    • Title: Justification
      Read Only: true
      Maximum Length: 4000
      Justification provided by the learner or a specialist in the Learning Request Details section during the related assignment.
    • Title: Assignment Last Modified Date
      Read Only: true
      Date and time when the related assignment was last updated.
    • Title: Enrollment Record ID
      Read Only: true
      Unique identifier of the related enrollment record.
    • Title: Enrollment Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the related enrollment record in the UI.
    • Title: Assignment Relation ID
      Read Only: true
      Unique identifier of the assignment relation.
    • Title: Assignment Relation Type
      Read Only: true
      Type of assignment relation, such as previous completions that were expired by this enrollment and exempted enrollments allowing the learner to claim the credit. Valid values are defined in the list AssignmentRelationTypeLOV.
    • Title: Assignment Relation Type Description
      Read Only: true
      Description for the assignment relation type.
    • Title: Enrollment Record Status
      Read Only: true
      Maximum Length: 32
      Status of the related enrollment, such as Active, Content Completed, Completed, Withdrawn, and Deleted. Valid values are defined in the list AssignmentStatusLOV.
    • Title: Enrollment Record Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the assignment status.
    • Title: Enrollment Record Substatus
      Read Only: true
      Maximum Length: 30
      Granular status of the associated enrollment. For example, No Offering Selected, Not Started, In Progress, and Pending Active are various substatuseses for the Active status. Valid values are defined in the list AssignmentSubStatusLOV.
    • Title: Enrollment Record Substatus Description
      Read Only: true
      Maximum Length: 4000
      Description for the assignment substatus.
    • Title: Enrollment Type
      Read Only: true
      Maximum Length: 32
      Type of the related enrollment, such as required or voluntary. Valid values are defined in the list AssignmentTypeLOV.
    • Title: Enrollment Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the related assignment type.
    • Title: Can Edit Assignment Hint
      Maximum Length: 4000
      Specifies whether you can edit the assignment hint on the related learning record, such as Can delete, Can withdraw, No edit. Valid values are defined in the list CanEditAssignmentHintLOV.
    • Title: Can Edit Assignment Hint Description
      Read Only: true
      Maximum Length: 4000
      Description for the can edit assignment hint.
    • Title: Completed Date
      Read Only: true
      Date when the learning was completed.
    • Title: Content Completed Date
      Read Only: true
      Completed date for the requested assignment.
    • Title: Current Waitlist Position
      Read Only: true
      Current waitlist position of the learner.
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the role of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the data security privilege.
    • Title: Deleted Date
      Read Only: true
      Date when the learner is removed from the waitlist.
    • Title: Entered Pending Payment Date
      Read Only: true
      Date when the related assignment record was added to the pending payment.
    • Title: Date Learner Entered Pending Prerequisites
      Read Only: true
      Date when the related assignment record entered pending prerequisites.
    • Title: Date Learner Entered Waitlist
      Read Only: true
      Date when the assignment record was added to the waitlist.
    • Title: Evaluation Submission Date
      Read Only: true
      Date when the evaluation was submitted for the requested assignment.
    • Title: Exempted Date
      Read Only: true
      Date when the assignment record was exempted.
    • Title: Date Learner Exited Pending Prerequisites
      Read Only: true
      Date when the related assignment record exited pending prerequisites.
    • Title: Date Learner Exited Waitlist
      Read Only: true
      Date when the learner exited the waitlist.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort in hours, to be put in by the learner to complete the related learning assignment.
    • Title: Expiration Date
      Read Only: true
      Date when the assignment expired in a renewal scenario.
    • Title: Expiration in Days from Today
      Read Only: true
      Expiration time in days for the requested assignment.
    • Title: Expires
      Read Only: true
      Maximum Length: 80
      Expiration rule for the related learning assignment in a renewal scenario.
    • Title: Requires Renewal
      Read Only: true
      Maximum Length: 20
      Indicates that the related learning assignment is of expiration type and has future renewal.
    • Read Only: true
      Maximum Length: 1
      Indicates whether the related learning assignment has a past renewal.
    • Title: Learning Item CPE Type
      Read Only: true
      Maximum Length: 30
      Continuing professional education type of the learning item. Valid values are defined in the list CpeTypeLOV.
    • Title: Learning Item CPE Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the continuing professional education type.
    • Title: Assigned Learning Effective Date
      Read Only: true
      Learning item definition to be assigned. It can be set to Latest or Assignment to Learner Date.
    • Title: Assigned Learning Item ID
      Read Only: true
      Unique identifier of the learning item that's the internal primary key.
    • Title: Learning Item Maximum Price
      Maximum price for the learning item.
    • Title: Learning Item Minimum Price
      Minimum price for the learning item.
    • Title: Assigned Learning Item Number
      Maximum Length: 255
      Friendly number identifying the learning item. It's a surrogate key that's shown in the UI.
    • Title: Learning Item Currency
      Currency of the price for the learning item. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Published By
      Read Only: true
      Maximum Length: 240
      Display-name of the publisher of the learning item.
    • Title: Assigned Learning Item Subtype
      Read Only: true
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Read Only: true
      Maximum Length: 4000
      Description for the learning item subtype.
    • Title: Assigned Learning Item Title
      Maximum Length: 250
      Title of the learning item.
    • Title: Assigned Learning Item Type
      Read Only: true
      Maximum Length: 32
      Learning item type, such as Course, Specialization, Tutorial, Video, and eLearning. Valid values are defined in the list AssignedLearningItemTypeLOV.
    • Title: Assigned Learning Item Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning item type.
    • Links
    • Title: Learning Item Short Description
      Maximum Length: 4000
      Learning item short description provided while creating the learning item.
    • Title: Learning Item Total Expected Effort
      Expected effort to complete the learning item of the related learning record.
    • Title: Learning Item Total Expected Effort Units
      Maximum Length: 30
      Unit of measurement for the expected effort to complete the learning item of the related learning record. Valid values are defined in the list LiTotalExpectedEffortUomLOV.
    • Title: Learning Item Total Expected Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the unit of measurement for the total expected effort.
    • Title: Renewal Assignment ID
      Read Only: true
      Unique identifier of the renewal assignment for the current assignment. It's applicable if the learning assignment has an expiration with renewal.
    • Title: Renewal Assignment Number
      Read Only: true
      Maximum Length: 30
      Friendly number of the renewal assignment for current assignment. It's applicable if the learning assignment has an expiration with the renewal.
    • Title: Purchase Amount
      Purchase amount for the requested assignment.
    • Title: Purchase Currency
      Maximum Length: 19
      Currency of purchase for the requested assignment. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Purchased Date
      Read Only: true
      Date of purchase of the paid learning.
    • Title: Status Change Reason Code
      Read Only: true
      Maximum Length: 30
      Assignment reason code of the assignment. This attribute is used when the learner assignment is withdrawn or marked complete by the manager. Valid values are defined in the list ReasonCodeLOV.
    • Title: Refund Rule
      Read Only: true
      Maximum Length: 240
      Refund rule for the assignment.
    • Title: Renewal Period
      Read Only: true
      Number of days before the current learning assignment expires to assign the renewed assignment.
    • Title: Request Approval Date
      Read Only: true
      Approved date for the requested assignment.
    • Title: Request Completion Date
      Read Only: true
      Requested date by which the learner should complete the related learning assignment.
    • Title: Requested Date
      Read Only: true
      Date when the related learning record was requested.
    • Title: Requested Start By
      Learning request start date specified in the related learning record.
    • Title: Request Rejection Date
      Read Only: true
      Rejected date for the requested assignment.
    • Title: Assignment Start Date
      Read Only: true
      Start date for the requested assignment.
    • Title: Comments
      Read Only: true
      Maximum Length: 4000
      Date when the comment status of the assignment was changed.
    • Title: Validity Period Option
      Read Only: true
      Maximum Length: 30
      The validity period rule for the assignment indicates the period for which completed learning is valid.
    • Title: Validity Period Option Description
      Read Only: true
      Maximum Length: 4000
      Description for the validity period rule.
    • Title: Withdrawn Date
      Read Only: true
      Date when the learner was withdrawn from the learning item.
    • Title: Withdrawn Requested Date
      Read Only: true
      Assignment withdrawal requested date of the assignment.
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-item-response
    Type: object
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-primarySelectedCourseOffering-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-relatedLearningRecords-item-response
    Type: object
    Show Source
    • Title: Actual CPE Units
      Read Only: true
      Continuing professional education units achieved by the learner for this assignment.
    • Title: Actual Effort in Hours
      Actual effort in hours, taken by the learner to complete the related learning assignment.
    • Title: Actual Score
      Read Only: true
      Actual score achieved by the learner for the related learning assignment.
    • Title: Enrolled on Date
      Read Only: true
      Start date of the learning displayed to the learner in self-service.
    • Title: Assignee Display Name
      Read Only: true
      Maximum Length: 240
      Display-name of the person to whom the learning item was assigned.
    • Title: Assignee Person ID
      Read Only: true
      Unique identifier of the person to whom the learning item was assigned.
    • Title: Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the learning item was assigned.
    • Title: Assignee Person Image URL
      Read Only: true
      Maximum Length: 19
      Image URL for the person to whom the learning item was assigned.
    • Title: Assignee Primary Email Address
      Read Only: true
      Maximum Length: 240
      Primary email address of the assignee to whom the learning item was assigned.
    • Title: Assignee Primary Phone Number
      Read Only: true
      Maximum Length: 60
      Primary phone number of the assignee to whom the learning item was assigned.
    • Title: Assignee Attribution Type
      Read Only: true
      Maximum Length: 19
      Entity type to whom the related learning record is assigned. Valid value is a person.
    • Title: Assignee Attribution Type Description
      Read Only: true
      Maximum Length: 4000
      Description for assigned to type.
    • Title: Assigner Attribution Type
      Read Only: true
      Maximum Length: 30
      Default Value: ORA_PERSON
      Entity type that created the related learning record, such as person, specialist, or community. Valid values are defined in the list AssignerToAttributionTypeLOV.
    • Title: Assigner Attribution Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the assigner attribution type.
    • Title: Assigner Comments to Learner
      Maximum Length: 4000
      Comments provided by the assigner to the learner while creating the related learning assignment. It's null when there are no comments.
    • Title: Enrolled By
      Read Only: true
      Maximum Length: 240
      Display-name of the person who created the related learning record for the learner. For example, it's the learner for voluntary assignments and specialist or the alias used in Assign As for specialist-created assignments.
    • Title: Assigner ID
      Read Only: true
      Unique identifier of the assigner of the related learning record.
    • Title: Assigner Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the assigner of the related learning record.
    • Title: Assigner Person Image URL
      Read Only: true
      Maximum Length: 19
      Image URL of the person who assigned the learning item to the learner.
    • Title: Assigner Person Primary Email Address
      Read Only: true
      Maximum Length: 240
      Email address of the person who assigned the learning item to the learner.
    • Title: Assigner Person Primary Phone Number
      Read Only: true
      Maximum Length: 60
      Phone number of the person who assigned the learning item to the learner.
    • Title: Assigner Attribution ID
      Read Only: true
      Unique identifier of the entity creating the related learning record.
    • Title: Assignment Created Date
      Read Only: true
      Date and time when the related assignment was created.
    • Title: Due Date
      Due date of the assignment provided by the learning specialist during the enrollment of a learning item. It's null for voluntary assignments.
    • Title: Assignment Due in from System Date
      Read Only: true
      Due date in days for the requested assignment.
    • Title: Justification
      Read Only: true
      Maximum Length: 4000
      Justification provided by the learner or a specialist in the Learning Request Details section during the related assignment.
    • Title: Assignment Last Modified Date
      Read Only: true
      Date and time when the related assignment was last updated.
    • Title: Enrollment Record ID
      Read Only: true
      Unique identifier of the related enrollment record.
    • Title: Enrollment Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the related enrollment record in the UI.
    • Title: Assignment Relation ID
      Read Only: true
      Unique identifier of the assignment relation.
    • Title: Assignment Relation Type
      Read Only: true
      Type of assignment relation, such as previous completions that were expired by this enrollment and exempted enrollments allowing the learner to claim the credit. Valid values are defined in the list AssignmentRelationTypeLOV.
    • Title: Assignment Relation Type Description
      Read Only: true
      Description for the assignment relation type.
    • Title: Enrollment Record Status
      Read Only: true
      Maximum Length: 32
      Status of the related enrollment, such as Active, Content Completed, Completed, Withdrawn, and Deleted. Valid values are defined in the list AssignmentStatusLOV.
    • Title: Enrollment Record Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the assignment status.
    • Title: Enrollment Record Substatus
      Read Only: true
      Maximum Length: 30
      Granular status of the associated enrollment. For example, No Offering Selected, Not Started, In Progress, and Pending Active are various substatuseses for the Active status. Valid values are defined in the list AssignmentSubStatusLOV.
    • Title: Enrollment Record Substatus Description
      Read Only: true
      Maximum Length: 4000
      Description for the assignment substatus.
    • Title: Enrollment Type
      Read Only: true
      Maximum Length: 32
      Type of the related enrollment, such as required or voluntary. Valid values are defined in the list AssignmentTypeLOV.
    • Title: Enrollment Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the related assignment type.
    • Title: Can Edit Assignment Hint
      Maximum Length: 4000
      Specifies whether you can edit the assignment hint on the related learning record, such as Can delete, Can withdraw, No edit. Valid values are defined in the list CanEditAssignmentHintLOV.
    • Title: Can Edit Assignment Hint Description
      Read Only: true
      Maximum Length: 4000
      Description for the can edit assignment hint.
    • Title: Completed Date
      Read Only: true
      Date when the learning was completed.
    • Title: Content Completed Date
      Read Only: true
      Completed date for the requested assignment.
    • Title: Current Waitlist Position
      Read Only: true
      Current waitlist position of the learner.
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the role of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the data security privilege.
    • Title: Deleted Date
      Read Only: true
      Date when the learner is removed from the waitlist.
    • Title: Entered Pending Payment Date
      Read Only: true
      Date when the related assignment record was added to the pending payment.
    • Title: Date Learner Entered Pending Prerequisites
      Read Only: true
      Date when the related assignment record entered pending prerequisites.
    • Title: Date Learner Entered Waitlist
      Read Only: true
      Date when the assignment record was added to the waitlist.
    • Title: Evaluation Submission Date
      Read Only: true
      Date when the evaluation was submitted for the requested assignment.
    • Title: Exempted Date
      Read Only: true
      Date when the assignment record was exempted.
    • Title: Date Learner Exited Pending Prerequisites
      Read Only: true
      Date when the related assignment record exited pending prerequisites.
    • Title: Date Learner Exited Waitlist
      Read Only: true
      Date when the learner exited the waitlist.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort in hours, to be put in by the learner to complete the related learning assignment.
    • Title: Expiration Date
      Read Only: true
      Date when the assignment expired in a renewal scenario.
    • Title: Expiration in Days from Today
      Read Only: true
      Expiration time in days for the requested assignment.
    • Title: Expires
      Read Only: true
      Maximum Length: 80
      Expiration rule for the related learning assignment in a renewal scenario.
    • Title: Requires Renewal
      Read Only: true
      Maximum Length: 20
      Indicates that the related learning assignment is of expiration type and has future renewal.
    • Read Only: true
      Maximum Length: 1
      Indicates whether the related learning assignment has a past renewal.
    • Title: Learning Item CPE Type
      Read Only: true
      Maximum Length: 30
      Continuing professional education type of the learning item. Valid values are defined in the list CpeTypeLOV.
    • Title: Learning Item CPE Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the continuing professional education type.
    • Title: Assigned Learning Effective Date
      Read Only: true
      Learning item definition to be assigned. It can be set to Latest or Assignment to Learner Date.
    • Title: Assigned Learning Item ID
      Read Only: true
      Unique identifier of the learning item that's the internal primary key.
    • Title: Learning Item Maximum Price
      Maximum price for the learning item.
    • Title: Learning Item Minimum Price
      Minimum price for the learning item.
    • Title: Assigned Learning Item Number
      Maximum Length: 255
      Friendly number identifying the learning item. It's a surrogate key that's shown in the UI.
    • Title: Learning Item Currency
      Currency of the price for the learning item. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Published By
      Read Only: true
      Maximum Length: 240
      Display-name of the publisher of the learning item.
    • Title: Assigned Learning Item Subtype
      Read Only: true
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Read Only: true
      Maximum Length: 4000
      Description for the learning item subtype.
    • Title: Assigned Learning Item Title
      Maximum Length: 250
      Title of the learning item.
    • Title: Assigned Learning Item Type
      Read Only: true
      Maximum Length: 32
      Learning item type, such as Course, Specialization, Tutorial, Video, and eLearning. Valid values are defined in the list AssignedLearningItemTypeLOV.
    • Title: Assigned Learning Item Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning item type.
    • Links
    • Title: Learning Item Short Description
      Maximum Length: 4000
      Learning item short description provided while creating the learning item.
    • Title: Learning Item Total Expected Effort
      Expected effort to complete the learning item of the related learning record.
    • Title: Learning Item Total Expected Effort Units
      Maximum Length: 30
      Unit of measurement for the expected effort to complete the learning item of the related learning record. Valid values are defined in the list LiTotalExpectedEffortUomLOV.
    • Title: Learning Item Total Expected Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the unit of measurement for the total expected effort.
    • Title: Renewal Assignment ID
      Read Only: true
      Unique identifier of the renewal assignment for the current assignment. It's applicable if the learning assignment has an expiration with renewal.
    • Title: Renewal Assignment Number
      Read Only: true
      Maximum Length: 30
      Friendly number of the renewal assignment for current assignment. It's applicable if the learning assignment has an expiration with the renewal.
    • Title: Purchase Amount
      Purchase amount for the requested assignment.
    • Title: Purchase Currency
      Maximum Length: 19
      Currency of purchase for the requested assignment. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Purchased Date
      Read Only: true
      Date of purchase of the paid learning.
    • Title: Status Change Reason Code
      Read Only: true
      Maximum Length: 30
      Assignment reason code of the assignment. This attribute is used when the learner assignment is withdrawn or marked complete by the manager. Valid values are defined in the list ReasonCodeLOV.
    • Title: Refund Rule
      Read Only: true
      Maximum Length: 240
      Refund rule for the assignment.
    • Title: Renewal Period
      Read Only: true
      Number of days before the current learning assignment expires to assign the renewed assignment.
    • Title: Request Approval Date
      Read Only: true
      Approved date for the requested assignment.
    • Title: Request Completion Date
      Read Only: true
      Requested date by which the learner should complete the related learning assignment.
    • Title: Requested Date
      Read Only: true
      Date when the related learning record was requested.
    • Title: Requested Start By
      Learning request start date specified in the related learning record.
    • Title: Request Rejection Date
      Read Only: true
      Rejected date for the requested assignment.
    • Title: Assignment Start Date
      Read Only: true
      Start date for the requested assignment.
    • Title: Comments
      Read Only: true
      Maximum Length: 4000
      Date when the comment status of the assignment was changed.
    • Title: Validity Period Option
      Read Only: true
      Maximum Length: 30
      The validity period rule for the assignment indicates the period for which completed learning is valid.
    • Title: Validity Period Option Description
      Read Only: true
      Maximum Length: 4000
      Description for the validity period rule.
    • Title: Withdrawn Date
      Read Only: true
      Date when the learner was withdrawn from the learning item.
    • Title: Withdrawn Requested Date
      Read Only: true
      Assignment withdrawal requested date of the assignment.
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-item-response
    Type: object
    Show Source
    Nested Schema : Active Learner Comments
    Type: array
    Title: Active Learner Comments
    The activeLearnerComments resource is a child of the learnerLearningRecords resource. It provides details of all comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Approval Details
    Type: array
    Title: Approval Details
    The approvalDetails resource is a child of the learnerLearningRecords resource. It provides the approval details information associated with the learning record.
    Show Source
    Nested Schema : Assigner Person Details
    Type: array
    Title: Assigner Person Details
    The assignerPersonDetails resource is a child of the learnerLearningRecords resource. It provides details of the assigner of the learner's assignment records.
    Show Source
    Nested Schema : Assignment Descriptive Flexfields
    Type: array
    Title: Assignment Descriptive Flexfields
    The assignmentDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Completion Details
    Type: array
    Title: Completion Details
    The completionDetails resource is a child of the learnerLearningRecords resource. It provides completion details for learner assignment when queried with Assignment Record Id. It provides the completion details of all the activities including Self-Paced Activity and Instructor-Led Activity that a learner has completed or will complete. The information provided is equivalent to seeing the Manage Activities of a learner's learning assignment from the Learning Administration work area.
    Show Source
    Nested Schema : Completion Summaries
    Type: array
    Title: Completion Summaries
    The completionSummary resource is a child of the learnerLearningRecords resource. It provides completion summary for assignment records as a collection or a single assignment record when queried with Assignment Record Id. It provides completion requirement and completion progress of a course offering associated to assignment record. The completion summary includes details like passing score and actual score, expected number of activities and effort for completion and completion progress of course offering associated with an assignment record.
    Show Source
    Nested Schema : Enrollment History
    Type: array
    Title: Enrollment History
    The enrollmentHistory resource is a child of the learnerLearningRecords resource. It provides the details of the enrollment history for the learning record.
    Show Source
    Nested Schema : Enrollment Related Materials
    Type: array
    Title: Enrollment Related Materials
    The enrollmentRelatedMaterials resource a child of the learnerLearningRecords resource. It provides related materials associated to a learner's assignment record.
    Show Source
    Nested Schema : Errors
    Type: array
    Title: Errors
    The errors resource is a child of the learnerLearningRecords resource. It lists all the errors that exist on the learning record.
    Show Source
    Nested Schema : Learning Item Descriptive Flexfields
    Type: array
    Title: Learning Item Descriptive Flexfields
    The learningItemDFF resource is a child of the learnerLearningRecords resource. It provides additional learning item information stored in flexfields.
    Show Source
    Nested Schema : Learning Item Rating Details
    Type: array
    Title: Learning Item Rating Details
    The learningItemRatingDetails resource is a child of the learnerLearningRecords resource. It provides details of the ratings of the learning item associated to a learner???s assignment record.
    Show Source
    Nested Schema : Learning Item Related Materials
    Type: array
    Title: Learning Item Related Materials
    The learningItemRelatedMaterials resource is a child of the learnerLearningRecords resource. It provides related materials for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The messages resource is a child of the learnerLearningRecords resource. It provides details of the messages that are relevant to the learning record.
    Show Source
    Nested Schema : Offering Descriptive Flexfields
    Type: array
    Title: Offering Descriptive Flexfields
    The offeringDFF resource is a child of the selectedCourseOfferings resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : Offering Primary Classrooms
    Type: array
    Title: Offering Primary Classrooms
    The offeringPrimaryClassroom resource is a child of the selectedCourseOfferings resource. It provides primary classroom details for the Instructor-Led activity of the Instructor-Led and Blended offering.
    Show Source
    Nested Schema : Offering Primary Instructors
    Type: array
    Title: Offering Primary Instructors
    The offeringPrimaryInstructor resource is a child of the selectedCourseOfferings resource. It provides the primary instructor details associated with the offering learning record.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Transaction Histories
    Type: array
    Title: Transaction Histories
    The transactionHistory resource is a child of the learnerLearningRecords resource. It provides transaction history for the assignment record. In case of a course assignment record, it provides transaction history of the primary selected course offering.
    Show Source
    Nested Schema : User Action Hints
    Type: array
    Title: User Action Hints
    The userActionHints resource is a child of the learnerLearningRecords resource. It provides hints for possible actions on learner's assignment records.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Commented By
      Read Only: true
      Maximum Length: 240
      Commented by person display name.
    • Title: Commented by Person ID
      Read Only: true
      Commented by person identifier.
    • Title: Commented by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Commented by person image URL.
    • Title: Commented by Person Number
      Read Only: true
      Maximum Length: 30
      Commented by person number.
    • Title: Comment
      Maximum Length: 4000
      Comment of the learner in conversations for active and completed learners for the learning item.
    • Title: Commented on Date
      Read Only: true
      Date of the comment in conversations for active and completed learners for the learning item.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Comment Status
      Maximum Length: 30
      Learner comment status in conversations for active and completed learners for the learning item. Valid values are defined in the list CommentStatusLOV.
    • Title: Comment Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the commentStatus attribute value.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the comment in conversations for active and completed learners for the learning item.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Replies
      Title: Replies
      The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Title: Reply Count
      Read Only: true
      Reply count for the comment in conversations for active and completed learners for the learning item.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : Replies
    Type: array
    Title: Replies
    The replies resource is a child of the activeLearnerComments resource. It provides details of the replies for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-replies-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    • Title: Replied By
      Read Only: true
      Maximum Length: 240
      Replied by person display name.
    • Title: Replied by Person ID
      Read Only: true
      Replied by person identifier.
    • Title: Replied by Person Image URL
      Read Only: true
      Maximum Length: 4000
      Replied by person image URL.
    • Title: Replied by Person Number
      Read Only: true
      Maximum Length: 30
      Replied by person number.
    • Title: Comment
      Maximum Length: 4000
      Reply comment of the learner on a comment.
    • Title: Replied on Date
      Read Only: true
      Date of the reply on a comment.
    • Title: Comment ID
      Read Only: true
      Unique identifier of the comment.
    • Read Only: true
      Indicates whether the signed in person liked the comment. Valid values are Y and N. The default value is N.
    • Title: Data Security Privilege
      Default Value: ORA_LEARNER
      Data security privilege, such as Learner or Learner Manager, is the intent of the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Like Count
      Read Only: true
      Like count for the reply on a comment.
    • Likes
      Title: Likes
      The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    • Links
    • Title: Reply Status
      Maximum Length: 30
      Status of the reply on a comment. Valid values are defined in the list ReplyStatusLOV.
    • Title: Reply Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the replyStatus attribute value.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Likes
    Type: array
    Title: Likes
    The likes resource is a child of the activeLearnerComments resource. It provides details of the likes for comments of active and completed learners for the learning item associated to a learner's assignment record.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-replies-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-activeLearnerComments-replies-likes-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-approvalDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-assignerPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-assignmentDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-item-response
    Type: object
    Show Source
    • Title: Activity Assignment Record ID
      Read Only: true
      Activity assignment record Id of the activity attempt.
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner to complete the activity.
    • Title: Activity Attempt Actual Score
      Read Only: true
      Actual score achieved by the learner for the activity attempt.
    • Title: Actual Effort Units
      Read Only: true
      Maximum Length: 120
      Actual units of effort by the learner to complete the activity. Valid values are defined in the list ActivityAttemptActualEffortUnitsLOV.
    • Title: Actual Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptAEUnitsMeaning attribute value.
    • Title: Activity Attempt Assignee
      Read Only: true
      Maximum Length: 30
      Display name of the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person ID
      Read Only: true
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Person Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the person to whom the activity attempt is assigned.
    • Title: Activity Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Attempt Completed Date
      Read Only: true
      Completion date of the activity attempt.
    • Title: Activity Attempt Exempted Date
      Read Only: true
      Attempt exemption date of the activity attempt.
    • Title: Activity Attempt Exempted Reason Code
      Read Only: true
      Maximum Length: 30
      Reason for the exemption of activity attempt, such as Exempted - completed elsewhere, Exempted - higher level certification attained, Completed offline and status verified. Valid values are defined in the list AttemptExemptedReasonLOV.
    • Title: Activity Attempt Exempted Reason Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptExemptedRCMeaning attribute value.
    • Title: Activity Attempt ID
      Read Only: true
      Application-generated primary key.
    • Title: Activity Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Attempt Next Action
      Read Only: true
      Maximum Length: 19
      Next action of the activity when learner does the activity.
    • Title: Activity Attempt Number
      Read Only: true
      Maximum Length: 30
      Number of attempts on the self-paced activity.
    • Title: Activity Attempt Started Date
      Read Only: true
      Date when the activity was attempted by the learner.
    • Title: Activity Attempt Status
      Maximum Length: 32
      Status of the activity when a learner does the activity. Valid values are ORA_ASSN_TASK_COMPLETED, ORA_ASSN_TASK_EXEMPTED, ORA_ASSN_TASK_INCOMPLETE, ORA_ASSN_TASK_NOT_STARTED, ORA_ASSN_TASK_IN_PROGRESS and are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityAttemptStatusMeaning attribute value.
    • Activity Completion Predecessor Hints
      Title: Activity Completion Predecessor Hints
      The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    • Title: Activity Completion Requirement
      Read Only: true
      Maximum Length: 120
      Completion requirement for the activity. Valid values are defined in the list ActivityCompletionRequirementLOV.
    • Title: Activity Completion Requirement Description
      Read Only: true
      Maximum Length: 4000
      Description for the activityComplRequirementMeaning attribute value.
    • Activity Content Attempts
      Title: Activity Content Attempts
      The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    • Read Only: true
      Maximum Length: 30
      Mode in which the activity content needs to be displayed in the browser. Possible values are Embed or Tab. It's null for instructor-led activities.
    • Title: Activity Date
      Read Only: true
      Date when the activity is performed. This is applicable only for instructor-led activity.
    • Title: Activity Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity.
    • Read Only: true
      Long description for the activity.
    • Title: Activity Position
      Read Only: true
      Display order of the activities.
    • Title: Activity Effort Units
      Read Only: true
      Maximum Length: 120
      Unit used to indicate the effort required to complete activity, such as hour, minute, month. Valid values are defined in the list ActivityExpectedEffortUnitsLOV.
    • Title: Activity Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity effort units.
    • Title: Activity End Date
      Read Only: true
      Activity end time expressed in UTC format.
    • Title: Activity End Time
      Read Only: true
      Maximum Length: 32
      Activity end time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 83
      Expected effort for the activity.
    • Title: Activity ID
      Read Only: true
      Application-generated primary key of the activity.
    • Title: Learner Can Mark Activity Complete
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can mark the activity as completed.
    • Title: Activity Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity in the UI.
    • Title: Passing Score
      Read Only: true
      Passing score for the activity.
    • Title: Activity Section Required Activities
      Read Only: true
      Completion requirement for the activity section.
    • Title: Activity Section Attempt Completion Progress
      Read Only: true
      Number of activities completed in a section.
    • Title: Activity Section Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the attempt on the activity section is locked. Valid values are Y and N. Default value is N.
    • Title: Activity Section Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Attempt Status Description
      Read Only: true
      Maximum Length: 4000
      Description for the activitySectionAttemptStatus attribute value.
    • Activity Section Completion Predecessor Hints
      Title: Activity Section Completion Predecessor Hints
      The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    • Title: Activity Section Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity section.
    • Title: Activity Section Position
      Read Only: true
      Display order of the activity section.
    • Title: Activity Section ID
      Read Only: true
      Application-generated primary key column.
    • Title: Long Description
      Read Only: true
      Long description of the learning activity.
    • Title: Activity Section Number
      Read Only: true
      Maximum Length: 30
      Number identifying the activity section.
    • Title: Activity Section Title
      Read Only: true
      Maximum Length: 250
      Name of the activity section.
    • Title: Activity Section Total Activities
      Read Only: true
      Total number of activities in the section.
    • Title: Activity Short Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content activity.
    • Title: Activity Start Date
      Read Only: true
      Activity start time expressed in UTC format.
    • Title: Activity Start Time
      Read Only: true
      Maximum Length: 32
      Activity start time in the user's preferred time zone. This is applicable only for instructor-led activity.
    • Title: Activity Time Zone
      Read Only: true
      Maximum Length: 30
      Activity time zone. This is applicable only for instructor-led activity.
    • Title: Activity Title
      Read Only: true
      Maximum Length: 250
      Title of the activity.
    • Title: Activity Total Attempts
      Read Only: true
      Total attempts on the activity by the learner .
    • Title: Activity Type
      Read Only: true
      Maximum Length: 32
      Activity type of the learning record. If the learning record is for specialization, this represents a course. If the learning record is for a course, this represents offering types. Valid values are defined in the list ActivityTypeLOV.
    • Title: Activity Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the activity type.
    • Classrooms
      Title: Classrooms
      The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    • Read Only: true
      Application-generated primary key of the completion item.
    • Read Only: true
      Maximum Length: 30
      Friendly number for identifying the completion item.
    • Title: Data Security Privilege
      Read Only: true
      Maximum Length: 32
      Data security privilege for the learning item such Learner or Learner Manager. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Title: Data Security Privilege Description
      Read Only: true
      Maximum Length: 4000
      Description for the dataSecurityPrivilegeMeaning attribute value.
    • Title: eLearning Attempt Review
      Read Only: true
      Maximum Length: 120
      Indicates whether the learner can review the attempt. Valid values are ORA_WLF_ARAR_LAST_ATTEMPT, ORA_WLF_ARAR_DONT_ENABLE and are defined in the list ELearnAttemptReviewLOV.
    • Title: eLearning Attempt Review Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnAttemptReview attribute value.
    • Title: eLearning Attempts Allowed
      Read Only: true
      Maximum number of attempts allowed on the assessment self-paced activity.
    • Title: eLearning Disable Content Review
      Read Only: true
      Maximum Length: 1
      Indicates whether the content review is disabled for the self-paced activity. Valid values are Y and N. Default value is N for self-paced activity with content type, such as Video, PDF, Weblink, SCORM or HACP.
    • Title: eLearning Disable Review
      Read Only: true
      Maximum Length: 1
      Disable reviews on the self-paced activity.
    • Title: eLearning Disable Review for Passed Attempts
      Read Only: true
      Maximum Length: 1
      Indicates whether the review for passed attempts is disabled for the self-paced activity. Valid values are Y and N. Default value is Y.
    • Title: eLearning Hide Actual Score
      Read Only: true
      Maximum Length: 1
      Hide score on the self-paced activity.
    • Title: eLearning ID
      Read Only: true
      Application-generated primary key for the eLearning content of the self-paced activity.
    • Title: eLearning Mark Completion on Open
      Read Only: true
      Maximum Length: 1
      Set the eLearning to complete on learning opening.
    • Title: eLearning Number
      Read Only: true
      Maximum Length: 30
      Number for identifying the content that backs the self-paced activity.
    • Title: Questionnaire ID
      Read Only: true
      Unique identifier of the questionnaire that backs the assessment self-paced activity.
    • Title: Questionnaire Number
      Read Only: true
      Maximum Length: 19
      Question number of a question in the eLearning.
    • Title: eLearning Recorded Attempts Rule
      Read Only: true
      Maximum Length: 120
      Rule for the maximum number of attempts allowed on the self-paced activity. Valid values are ORA_WLF_ARA_SNGL, ORA_WLF_ARA_LTD_NUM, ORA_WLF_ARA_UNLTD and are defined in the list ELearnRecordedAttemptsRuleLOV.
    • Title: eLearning Recorded Attempts Rule Description
      Read Only: true
      Maximum Length: 4000
      Description fore the elearnRecordedAttemptsRule attribute value.
    • Title: eLearning Description
      Read Only: true
      Maximum Length: 4000
      Description for the learning content of the self-paced activity.
    • Title: eLearning Show Response Feedback
      Read Only: true
      Maximum Length: 1
      Show response feedback on the self-paced activity.
    • Title: eLearning Time per Attempt
      Read Only: true
      Time limit per attempt on the assessment self-paced activity.
    • Title: eLearning Time per Attempt Units
      Read Only: true
      Maximum Length: 30
      Units for time limit per attempt on the assessment self-paced activity, such as Hours or Minutes. Valid values are defined in the list ELearnTimePerAttemptUnitsLOV.
    • Title: eLearning Time per Attempt Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTimePERAttemptUnitsMeaning attribute value.
    • Title: eLearning Title
      Read Only: true
      Maximum Length: 250
      Name of the learning content of the self-paced activity.
    • Title: eLearning Type
      Read Only: true
      Maximum Length: 80
      Type of the self-paced learning, such as Video, SCORM, etc. Valid values are defined in the list LearningContentTypeLOV.
    • Title: eLearning Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the elearnTypeMeaning attribute value.
    • Instructors
      Title: Instructors
      The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    • Links
    • Offered Languages
      Title: Offered Languages
      The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    • Offered Locations
      Title: Offered Locations
      The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    • Title: Parent Assigned Learning Item Subtype
      Read Only: true
      Maximum Length: 32
      Learning item subtype, such as Video and Tutorial. Valid values are defined in the list AssignedLearningItemSubTypeLOV.
    • Title: Parent Assigned Learning Item Subtype Description
      Read Only: true
      Maximum Length: 4000
      Description learningItemSubType attribute value.
    • Questionnaire Responses
      Title: Questionnaire Responses
      The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    • Related Materials
      Title: Related Materials
      The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    • Title: Activity Section Completion Date
      Read Only: true
      Date when the learner successfully completed this activity section.
    • Title: Virtual Classroom Information
      Read Only: true
      Maximum Length: 19
      Additional information on the virtual classroom, if used in the activity.
    • Title: Virtual Classroom Type
      Read Only: true
      Maximum Length: 40
      Type of the virtual classroom, such as ad hoc virtual classroom, named virtual classroom, and no virtual classroom. Valid values are defined in the VirtualClassroomTypeLOV.
    • Title: Virtual Classroom Type Description
      Read Only: true
      Description for the virtual classroom type.
    Nested Schema : Activity Completion Predecessor Hints
    Type: array
    Title: Activity Completion Predecessor Hints
    The activityCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity when sequencing is enabled.
    Show Source
    Nested Schema : Activity Content Attempts
    Type: array
    Title: Activity Content Attempts
    The activityContentAttempts resource is a child of the completionDetails resource. It provides the activity content and attempts details of the parent learning item type. It is a course with self-paced activity, tutorial, or video. With the Newsfeed User Experience enabled, this sub-resource will not support old videos and tutorials that have not been migrated to the new backend structure.
    Show Source
    Nested Schema : Activity Section Completion Predecessor Hints
    Type: array
    Title: Activity Section Completion Predecessor Hints
    The activitySectionCompletionPredecessorHint resource is a child of the completionDetails resource. It provides hints for the predecessor of the activity section when sequencing is enabled.
    Show Source
    Nested Schema : Classrooms
    Type: array
    Title: Classrooms
    The classrooms resource is a child of the completionDetails resource. It provides classroom details for Instructor-Led Activity of Instructor-Led and Blended Offering.
    Show Source
    Nested Schema : Instructors
    Type: array
    Title: Instructors
    The instructors resource is a child of the learnerLearningRecords resource. It provides the instructors associated with the learning record.
    Show Source
    Nested Schema : Offered Languages
    Type: array
    Title: Offered Languages
    The offeredLanguages resource is a child of the completionDetails resource. It provides the offering language if the learning item type is a course.
    Show Source
    Nested Schema : Offered Locations
    Type: array
    Title: Offered Locations
    The offeredLocations resource is a child of the completionDetails resource. It provides the offering location information if the learning type is a course.
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : Related Materials
    Type: array
    Title: Related Materials
    The relatedMaterials resource is a child of the completionDetails resource. It provides related materials associated to the activity if the parent learning item type is a course or a specialization.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity attempt is assigned, such as Learner or Observer. Valid values are defined in the list ActivityAttemptAssignedToTypeLOV.
    • Title: Activity Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity attempt assigned to type.
    • Title: Activity Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity. Valid values are Y and N. Default value is N.
    • Title: Activity Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity attempt.
    • Title: Activity Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity. Valid values are Y and N. Default value is N. Valid values are defined in the list ActivityAttemptStatusLOV.
    • Title: Activity Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity.
    • Title: Activity Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity.
    • Links
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-item-response
    Type: object
    Show Source
    Nested Schema : Questionnaire Responses
    Type: array
    Title: Questionnaire Responses
    The questionnaireResponses resource includes the details of the attempts made by a participant when responding to a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activityContentAttempts-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-activitySectionCompletionPredecessorHint-item-response
    Type: object
    Show Source
    • Title: Activity Section Predecessor Attempt Assignee Type
      Read Only: true
      Maximum Length: 30
      Type of the user, such as Learner or Observer, to whom the activity section attempt is assigned. Valid values are defined in the list ActivitySectionAttemptAssignedToTypeLOV.
    • Title: Activity Section Predecessor Attempt Assignee Type Description
      Read Only: true
      Description for the activity section attempt assigned to type.
    • Title: Activity Section Predecessor Attempt Locked
      Read Only: true
      Maximum Length: 1
      Indicates whether the learner can attempt the activity section. Valid values are Y and N. Default value is N. Valid values are defined in the ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Attempt Number
      Read Only: true
      Maximum Length: 30
      Friendly number for identifying the activity section attempt.
    • Title: Activity Section Predecessor Attempt Status
      Read Only: true
      Maximum Length: 32
      Status of the attempt on the activity section. Valid values are defined in the list ActivitySectionAttemptStatusLOV.
    • Title: Activity Section Predecessor Number
      Read Only: true
      Maximum Length: 30
      Friendly number identifying the activity section.
    • Title: Activity Section Predecessor Title
      Read Only: true
      Maximum Length: 255
      Title of the activity section.
    • Links
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-classrooms-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-instructors-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-instructors-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-offeredLanguages-item-response
    Type: object
    Show Source
    • Title: Language
      Read Only: true
      Maximum Length: 255
      Language of the selected offering associated with the learning record.
    • Title: Language Code
      Read Only: true
      Maximum Length: 30
      Language code of the selected offering associated with the learning record.
    • Title: Language Code Description
      Read Only: true
      Maximum Length: 4000
      Description for the languageCode attribute value.
    • Links
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-offeredLocations-item-response
    Type: object
    Show Source
    • Links
    • Title: Location City
      Read Only: true
      Maximum Length: 60
      City where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Country
      Read Only: true
      Maximum Length: 60
      Country where the offering is delivered for the selected offering associated with the learning record.
    • Title: Location Name
      Read Only: true
      Maximum Length: 93
      City-state-country for the ILT type offering. For other offering types, it's Virtual Classroom or Self Paced as applicable.
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionDetails-relatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-completionSummary-item-response
    Type: object
    Show Source
    • Title: Actual Effort
      Read Only: true
      Actual effort by the learner.
    • Title: Actual Score
      Read Only: true
      Score achieved by the learner for this assignment.
    • Title: Completion Progress
      Progress of the learner to complete the assignment record. For a course, it's the number of activities completed. For a specialization, it's the sum of all the completed courses. For tutorials, it's the sum of all the completed sections.
    • Title: Completion Requirement
      Read Only: true
      Number of activities to be completed to complete the course offering associated with the assignment record.
    • Title: Completion Requirement Units
      Read Only: true
      Maximum Length: 120
      Units of measurement for the completion requirement of the assignment. For example, chapters, hours, required activities. Valid values are defined in the list CompletionRequirementUnitsLOV.
    • Title: Completion Requirement Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the completionRequirementUnits attribute value.
    • Title: Effort Units
      Read Only: true
      Maximum Length: 30
      Unit of measurement for the expected and actual effort to complete the learning item, such as day, hour, or minute. Valid values are defined in the list EffortUnitsLOV.
    • Title: Effort Units Description
      Read Only: true
      Maximum Length: 4000
      Description for the effortUnits attribute value.
    • Title: Expected Effort
      Read Only: true
      Maximum Length: 32
      Expected effort to complete the learning item of the assignment.
    • Read Only: true
      Expected effort, in seconds, to complete the learning item.
    • Links
    • Title: Passing Score
      Read Only: true
      Passing score for the learning item of the assignment.
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-enrollmentHistory-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-enrollmentRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-errors-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-learningItemDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-learningItemRatingDetails-item-response
    Type: object
    Show Source
    Nested Schema : User Access Person Details
    Type: array
    Title: User Access Person Details
    The personDetalis resource provides details about the person associated with the learning item.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-learningItemRatingDetails-ratedByPersonDetails-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-learningItemRelatedMaterials-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-messages-item-response
    Type: object
    Show Source
    • Title: Data Security Privilege
      Maximum Length: 32
      Data security privilege, such as Learner or Learner Manager, is the intent and permissions for the user accessing the learning assignment. Valid values are defined in the list DataSecurityPrivilegeLOV.
    • Links
    • Read Only: true
      Friendly string to describe the message.
    • Read Only: true
      Code to indicate the type of message.
    • Read Only: true
      Indicates the severity of the message like INFO, WARN, or FATAL.
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringPrimaryClassroom-item-response
    Type: object
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is a child of the classrooms resource. It allows learners to download attachments of classrooms where visibility is set as self-service.
    Show Source
    Nested Schema : Classroom Descriptive Flexfields
    Type: array
    Title: Classroom Descriptive Flexfields
    The classroomDFFs resource is a child of the classrooms resource. It provides additional classroom information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringPrimaryClassroom-attachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringPrimaryClassroom-classroomDFFs-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringPrimaryInstructor-item-response
    Type: object
    Show Source
    Nested Schema : Instructor Descriptive Flexfields
    Type: array
    Title: Instructor Descriptive Flexfields
    The instructorDFF resource is a child of the instructors resource. It provides additional offering information stored in flexfields.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-offeringPrimaryInstructor-instructorDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-questionnaireResponses-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-questionnaireResponses-questionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : Question Responses
    Type: array
    Title: Question Responses
    The questionResponses resource is a child of the questionnaireResponses resource. It includes responses to specific questions within a questionnaire.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-item-response
    Type: object
    Show Source
    • Title: Answer Code
      Read Only: true
      Maximum Length: 240
      The answer code that a participant chose when responding to a single choice question.
    • Title: Answer Code List
      Concatenated list of answer choices, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Comments
      Maximum Length: 4000
      Additional comments provided by the participant when responding to a question.
    • Title: Answer
      Attachment provided by the participant when responding to a question.
    • Title: Answer List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Answer Short Description
      Read Only: true
      Maximum Length: 240
      Text of the answer chosen by a participant when responding to a single choice question.
    • Title: Answer Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which is selected by the participant when responding to a multiple choice question.
    • Title: Choice List Code
      Concatenated list of answer codes, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice List
      Maximum Length: 2000
      Concatenated list of answer identifiers, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Choice Short Description
      Read Only: true
      Concatenated list of answer texts, separated by a semicolon as a delimiter, which are presented to the participant when responding to a question enabled for random order responses.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      User who created the question response.
    • Title: Creation Date
      Read Only: true
      Date on which the question response was created.
    • Title: Last Update Date
      Read Only: true
      Date on which the question response was updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      User who last updated the question response.
    • Links
    • Title: Question Answer Id
      Surrogate identifier of the answer that a participant chose when responding to a single choice question.
    • Title: Question Code
      Maximum Length: 240
      Alphanumeric value that uniquely identifies a question defined for a subscriber.
    • Title: Question Id
      Surrogate identifier for the question.
    • Title: Questionnaire Question Id
      Surrogate identifier for the question in a questionnaire.
    • Question Response Attachments
      Title: Question Response Attachments
      The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    • Title: Question Response Id
      Surrogate identifier for the question response.
    • Title: Question Text
      Read Only: true
      Maximum Length: 2000
      Text of the question that a participant responds to.
    • Title: Answer Score
      Read Only: true
      Calculated score for the responses provided for a question by a participant.
    Nested Schema : Question Response Attachments
    Type: array
    Title: Question Response Attachments
    The questionResponseAttachments resource is a child of the questionResponses resource. It includes attachments added in response to a question.
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-questionnaireResponses-questionResponses-questionResponseAttachments-QuestionResponses-questionResponseAttachments-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-selectedCourseOfferings-userActionHints-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-selectedCourseOfferingsSummary-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-specializationDFF-item-response
    Type: object
    Show Source
    Nested Schema : learnerLearningRecords-transactionHistory-item-response
    Type: object
    Show Source
    • Links
    • Title: Transaction Amount
      Read Only: true
      Maximum Length: 19
      Transaction history item type amount.
    • Title: Transaction Comments
      Read Only: true
      Maximum Length: 4000
      Transaction history item comments.
    • Title: Transaction Currency
      Read Only: true
      Maximum Length: 19
      Transaction history item type currency. Valid values are defined in the list PriceCurrencyLOVVA.
    • Title: Transaction Date
      Read Only: true
      Transaction history date when the learning item was assigned.
    • Title: Transaction ID
      Read Only: true
      Unique identifier of the transaction history to whom the learning item was assigned.
    • Title: Transaction Number
      Read Only: true
      Maximum Length: 250
      Transaction history number of the learner to whom the learning item was assigned.
    • Title: Transaction Reason
      Read Only: true
      Maximum Length: 19
      Transaction history item reason. Valid values are defined in the list ReasonLOV.
    • Title: Transaction Reason Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionReason attribute value.
    • Title: Transaction Type
      Read Only: true
      Maximum Length: 30
      Transaction history item type for the learning item. Valid values are defined in the list TransactionTypeLOV.
    • Title: Transaction Type Description
      Read Only: true
      Maximum Length: 4000
      Description for the transactionType attribute value
    Nested Schema : learnerLearningRecords-userActionHints-item-response
    Type: object
    Show Source
    Back to Top

    Examples

    The following example shows how to retrieve all the learning assignment records by submitting a GET request on the REST resource using cURL.

    curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -X GET  https://<host>:<port>/hcmRestApi/resources/11.13.18.05/learnerLearningRecords

    Example of Response Header

    The following is an example of the response header.

    HTTP/1.1 200 OK
    Content-Type : application/vnd.oracle.adf.resourcecollection+json

    Example of Response Body

    The following example shows the contents of the response body in JSON format. The learner has six assignment records. In this example, we've shown the first two records for simplicity.

    {
        "items": [
            {
                "assignmentRecordId": 300000146170357,
                "assignmentRecordNumber": "OLC101954",
                "assignmentCreatedDate": "2017-05-26T11:41:26.568+00:00",
                "assignmentLastModifiedDate": "2017-05-26T11:41:26.835+00:00",
                "assignmentType": "ORA_REQUIRE_ASSIGNMENT",
                "assignmentJustification": null,
                "assignmentDueDate": "2018-10-28T00:00:00+00:00",
                "assignmentStatus": "ORA_ASSN_REC_ACTIVE",
                "assignmentSubStatus": "ORA_ASSN_REC_NOTSTARTED",
                "assignmentDetailsDeepLink": "https://<host>:<port>/hcmUI/faces/deeplink?objType=WLF_LEARN_SS_VIEW_VIDEO&action=NONE&objKey=itemId%3D300000123964332",
                "assignmentDetailsEmbedLink": "https://<host>:<port>/hcmUI/rest/LearningItemShowcasePlugin?LearningItemId=300000123964332&LearningItemType=ORA_VIDEO&DisplayMode=details",
                "assignedToId": 300000047888610,
                "assignedToNumber": "101",
                "assignedToPersonEmail": "curtis.feitty_zetm@exampledemos.com",
                "assignedToPersonPhone": "675-5073",
                "assignedToPersonImageURL": "https://<host>:<port>/hcmUI/personImage?personId=300000047888610",
                "assignedToDisplayName": "Curtis Feitty",
                "assignerId": 300000049043637,
                "assignerNumber": "541",
                "assignerAttributionType": "ORA_PERSON",
                "assignerDisplayName": "Robert Jackman",
                "assignerPersonPrimaryEmail": null,
                "assignerPersonPrimaryPhone": null,
                "assignerCommentsToLearner": "Required Learning on Business Ethics.",
                "assignerPersonImageURL": "https://<host>:<port>/hcmUI/personImage?personId=300000049043637",
                "learningItemId": 300000123964332,
                "learningItemNumber": "OLC100222",
                "learningItemType": "ORA_VIDEO",
                "learningItemTitle": "Ethics",
                "liShortDescription": null,
                "learningItemEffectiveAsOf": "2018-12-06",
                "learningItemDeepLink": "https://<host>:<port>/hcmUI/faces/deeplink?objType=WLF_LEARN_SS_VIEW_VIDEO&action=NONE&objKey=itemId%3D300000123964332",
                "learningItemEmbedLink": "https://<host>:<port>/hcmUI/rest/LearningItemShowcasePlugin?LearningItemId=300000123964332&LearningItemType=ORA_VIDEO&DisplayMode=details",
                "expectedEffortInHours": null,
                "requestedStartDate": null,
                "requestCompleteByDate": null,
                "enteredWaitlistDate": null,
                "currentWaitlistPosition": null,
                "exitedWaitlistDate": null,
                "purchasedDate": null,
                "assignedDate": "2017-05-26T00:00:00+00:00",
                "withdrawnDate": null,
                "completedDate": null,
                "expirationDate": null,
                "expirationInDaysSysdate": null,
                "validityPeriodRule": null,
                "hasFutureRenewal": null,
                "nextRenewalAssignmentId": null,
                "nextRenewalAssignmentNumber": null,
                "assignmentDueInFromSysdate": -39,
                "links": [
                    {
                     ...}
            },
            {
                "assignmentRecordId": 100000288584281,
                "assignmentRecordNumber": "OLC104535",
                "assignmentCreatedDate": "2017-05-26T11:51:12.492+00:00",
                "assignmentLastModifiedDate": "2017-10-25T00:00:00+00:00",
                "assignmentType": "ORA_REQUIRE_ASSIGNMENT",
                "assignmentJustification": null,
                "assignmentDueDate": "2018-10-18T00:00:00+00:00",
                "assignmentStatus": "ORA_ASSN_REC_COMPLETE",
                "assignmentSubStatus": "ORA_ASSN_REC_COMPLETE",
                "assignmentDetailsDeepLink": "https://<host>:<port>/hcmUI/faces/deeplink?objType=WLF_LEARN_SS_VIEW_COURSE&action=NONE&objKey=itemId%3D300000134180868",
                "assignmentDetailsEmbedLink": "https://<host>:<port>/hcmUI/rest/LearningItemShowcasePlugin?LearningItemId=300000134180868&LearningItemType=ORA_COURSE&DisplayMode=details",
                "assignedToId": 300000047888610,
                "assignedToNumber": "101",
                "assignedToPersonEmail": "curtis.feitty_zetm@exampledemos.com",
                "assignedToPersonPhone": "675-5073",
                "assignedToPersonImageURL": "https://<host>:<port>/hcmUI/personImage?personId=300000047888610",
                "assignedToDisplayName": "Curtis Feitty",
                "assignerId": null,
                "assignerNumber": null,
                "assignerAttributionType": "ORA_SPECIALIST",
                "assignerDisplayName": "Workplace Safety Department",
                "assignerPersonPrimaryEmail": null,
                "assignerPersonPrimaryPhone": null,
                "assignerCommentsToLearner": "Please complete this mandatory learning.",
                "assignerPersonImageURL": null,
                "learningItemId": 300000134180868,
                "learningItemNumber": "OLC123002",
                "learningItemType": "ORA_COURSE",
                "learningItemTitle": "Dealing With a Workplace Emergency During a Fire",
                "liShortDescription": null,
                "learningItemEffectiveAsOf": "2017-05-26",
                "learningItemDeepLink": "https://<host>:<port>/hcmUI/faces/deeplink?objType=WLF_LEARN_SS_VIEW_COURSE&action=NONE&objKey=itemId%3D300000134180868",
                "learningItemEmbedLink": "https://<host>:<port>/hcmUI/rest/LearningItemShowcasePlugin?LearningItemId=300000134180868&LearningItemType=ORA_COURSE&DisplayMode=details",
                "expectedEffortInHours": null,
                "requestedStartDate": null,
                "requestCompleteByDate": null,
                "enteredWaitlistDate": null,
                "currentWaitlistPosition": null,
                "exitedWaitlistDate": null,
                "purchasedDate": null,
                "assignedDate": "2017-05-26T00:00:00+00:00",
                "withdrawnDate": null,
                "completedDate": "2017-05-26T11:59:41.495+00:00",
                "expirationDate": null,
                "expirationInDaysSysdate": null,
                "validityPeriodRule": "ORA_AFT_COMP",
                "hasFutureRenewal": null,
                "nextRenewalAssignmentId": null,
                "nextRenewalAssignmentNumber": null,
                "assignmentDueInFromSysdate": -49,
                "links": {
                     ...}
                ]
            }
        ],
        "count": 6,
        "hasMore": false,
        "limit": 25,
        "offset": 0,
        "links": [
            {
              ...}
        ]
    }
    Back to Top