Root Schema : learnerLearningRecords-relatedLearningRecords-item-response
Type: object
Show Source
{
"type":"object",
"properties":{
"assignedDate":{
"title":"Enrolled on Date",
"type":"string",
"description":"Learning start date, visible to the learner on various self-service learning pages.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemSubTypeMeaning":{
"maxLength":4000,
"type":"string",
"description":"Description of the learning item subtype.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"nextRenewalAssignmentDeepLink":{
"title":"Next Renewal Assignment Deep Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the next renewal learning enrollment page directly from the browser.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"expirationTimestamp":{
"title":"Expiration Date",
"type":"string",
"description":"Date and time when the learning will expire.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignerPersonPrimaryPhoneNumber":{
"title":"Assigner Person Primary Phone Number",
"maxLength":60,
"type":"string",
"description":"Phone number for the learning item assigner.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestApprovedDate":{
"title":"Request Approval Date",
"type":"string",
"description":"Approved date for the requested learning assignment.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignedToPersonPrimaryPhoneNumber":{
"title":"Assignee Primary Phone Number",
"maxLength":60,
"type":"string",
"description":"Primary phone number for the learning item assignee.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemEffectiveAsOf":{
"title":"Assigned Learning Effective Date",
"type":"string",
"description":"Learning item version to assign. It can be set to Latest or Assignment to Learner Date.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignedToType":{
"title":"Assignee Attribution Type",
"maxLength":19,
"type":"string",
"description":"Entity type for the related learning assignment assignee. Valid value is a person.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"expirationInDaysSystemDate":{
"title":"Expiration in Days from Today",
"type":"number",
"description":"Expiration time, in days, for the requested learning assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignerCommentsToLearner":{
"title":"Assigner Comments to Learner",
"maxLength":4000,
"type":"string",
"description":"Assigner comments to the learner made while creating the related learning assignment. It's null when there are no comments.",
"nullable":true,
"x-queryable":true
},
"actualEffortInHours":{
"title":"Actual Effort in Hours",
"type":"number",
"description":"Actual learner effort, in hours, to complete the related learning assignment.",
"nullable":true,
"x-queryable":true
},
"assignerPersonImageURL":{
"title":"Assigner Person Image URL",
"maxLength":19,
"type":"string",
"description":"Image URL for the person who assigned the learning item to the learner.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignerId"
]
},
"x-queryable":true
},
"exitedPendingPrerequisitesTimestamp":{
"title":"Date Learner Exited Pending Prerequisites",
"type":"string",
"description":"Date and time when the learning assignment exited pending prerequisites.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignedToDisplayName":{
"title":"Assignee Display Name",
"maxLength":240,
"type":"string",
"description":"Display name of the learning item assignee.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentTypeMeaning":{
"title":"Enrollment Type Description",
"maxLength":4000,
"type":"string",
"description":"Description of the related learning assignment type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemCoverArtLink":{
"title":"Learning Item Cover Art Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the learning item cover art directly from the browser.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"nextRenewalAssignmentId":{
"title":"Renewal Assignment ID",
"type":"integer",
"description":"Unique identifier for the renewal assignment of the current learning assignment. It's applicable if the learning assignment has an expiration with renewal.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"learningItemEmbedLink":{
"title":"Learning Item Embed Link",
"maxLength":4000,
"type":"string",
"description":"URL to embed the learning item page in the other pages. It opens the isolated learning item page without the global toolbar on the top.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignmentRecordId",
"learningItemId",
"learningItemType"
]
},
"x-queryable":true
},
"actualCpeUnits":{
"title":"Actual CPE Units",
"type":"number",
"description":"Continuing professional education units that the learner achieved for this assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentRelationId":{
"title":"Assignment Relation ID",
"type":"integer",
"description":"Unique identifier for the learning assignment relation.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"assignedToPersonPrimaryEmailAddress":{
"title":"Assignee Primary Email Address",
"maxLength":240,
"type":"string",
"description":"Primary email address for learning item assignee.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"deletedDate":{
"title":"Deleted Date",
"type":"string",
"description":"Date when the learner was removed from the waitlist.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"liShortDescription":{
"title":"Learning Item Short Description",
"maxLength":4000,
"type":"string",
"description":"Short description provided while creating the learning item.",
"nullable":true,
"x-queryable":true
},
"learningItemCpeTypeMeaning":{
"title":"Learning Item CPE Type Description",
"maxLength":4000,
"type":"string",
"description":"Description of the continuing professional education type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignerId":{
"title":"Assigner ID",
"type":"integer",
"description":"Unique identifier for the related learning assignment assigner.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"assignedToId":{
"title":"Assignee Person ID",
"type":"integer",
"description":"Unique identifier for the learning item assignee.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"assignmentRecordNumber":{
"title":"Enrollment Number",
"maxLength":30,
"type":"string",
"description":"Friendly number identifying the related learning enrollment in the user interface.",
"nullable":true,
"readOnly":true,
"x-hints":{
"CATEGORY":"General"
},
"x-queryable":true
},
"assignmentDueInFromSystemDate":{
"title":"Assignment Due in from System Date",
"type":"integer",
"description":"Due date, in days, for the requested learning assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignedToTypeMeaning":{
"title":"Assignee Attribution Type Description",
"maxLength":4000,
"type":"string",
"description":"Description of the assigned to type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"startedDate":{
"title":"Assignment Start Date",
"type":"string",
"description":"Start date for the requested learning assignment.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"purchaseCurrency":{
"title":"Purchase Currency",
"maxLength":19,
"type":"string",
"description":"Purchase currency for the requested learning assignment. Valid values are defined in the PriceCurrencyLOVVA list.",
"nullable":true,
"x-hints":{
"controlType":"choice",
"dependencies":[
"offeringAssignmentRecordId"
]
},
"x-queryable":true
},
"statusChangeComment":{
"title":"Comments",
"maxLength":4000,
"type":"string",
"description":"Date when the comment status for the learning assignment was changed.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestedCompleteByDate":{
"title":"Request Completion Date",
"type":"string",
"description":"Requested date by when the learner should complete the related learning assignment.",
"format":"date",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"withdrawnRequestedDate":{
"title":"Withdrawn Requested Date",
"type":"string",
"description":"Withdrawal requested date for the learning assignment.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"hasFutureRenewal":{
"title":"Requires Renewal",
"maxLength":20,
"type":"string",
"description":"Indicates whether the related learning assignment is of type Expiration and has a future renewal.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestedDate":{
"title":"Requested Date",
"type":"string",
"description":"Date when the related learning assignment was requested.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"reasonCode":{
"title":"Status Change Reason Code",
"maxLength":30,
"type":"string",
"description":"Reason code for the learning assignment status change. Use this attribute when the learner's manager withdraws the assignment or marks it as complete. Valid values are defined in the ReasonCodeLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"enteredPendingPaymentDate":{
"title":"Entered Pending Payment Date",
"type":"string",
"description":"Date when the related learning assignment was added to the pending payment.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentCreatedDate":{
"title":"Assignment Created Date",
"type":"string",
"description":"Date and time when the related learning assignment was created.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"learningItemCpeType":{
"title":"Learning Item CPE Type",
"maxLength":30,
"type":"string",
"description":"Continuing professional education type of the learning item. Valid values are defined in the CpeTypeLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"assignmentStatus":{
"title":"Enrollment Record Status",
"maxLength":32,
"type":"string",
"description":"Status of the related learning enrollment, such as Active, Content Completed, Completed, Withdrawn, or Deleted. Valid values are defined in the AssignmentStatusLOV list.",
"nullable":false,
"readOnly":true,
"x-hints":{
"controlType":"choice",
"CATEGORY":"General"
},
"x-queryable":true
},
"renewalPeriod":{
"title":"Renewal Period",
"type":"number",
"description":"Number of days before the current learning assignment expires to assign the renewed assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentSubStatusMeaning":{
"title":"Enrollment Record Substatus Description",
"maxLength":4000,
"type":"string",
"description":"Description of the learning assignment substatus.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignmentSubStatus"
]
},
"x-queryable":true
},
"expirationRule":{
"title":"Expires",
"maxLength":80,
"type":"string",
"description":"Expiration rule for the related learning assignment in a renewal scenario.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentDetailsDeepLink":{
"title":"Assignment Details Deep Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the related learning enrollment page directly from the browser.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentRecordId":{
"title":"Enrollment Record ID",
"type":"integer",
"description":"Unique identifier for the related learning enrollment.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"CATEGORY":"General",
"precision":18
},
"x-queryable":true
},
"assignmentAttributionId":{
"title":"Assigner Attribution ID",
"type":"integer",
"description":"Unique identifier for the related learning assignment creator.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"assignedToPersonImageURL":{
"title":"Assignee Person Image URL",
"maxLength":19,
"type":"string",
"description":"Image URL for the learning item assignee.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignedToId"
]
},
"x-queryable":true
},
"learningItemPublisherDisplayName":{
"title":"Published By",
"maxLength":240,
"type":"string",
"description":"Display name of the learning item publisher.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemThumbnailLink":{
"title":"Learning Item Thumbnail Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the learning item thumbnail directly from the browser.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemTrailerLink":{
"title":"Learning Item Trailer Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the learning item trailer directly from the browser.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentJustification":{
"title":"Justification",
"maxLength":4000,
"type":"string",
"description":"Justification provided by the learner during a request, or the justification added by the specialist in the learning request details during the related assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"liTotalExpectedEffortUOM":{
"title":"Learning Item Total Expected Effort Units",
"maxLength":30,
"type":"string",
"description":"Unit of measure for the expected effort to complete the related learning assignment item. Valid values are defined in the LiTotalExpectedEffortUomLOV list.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"learningItemNumber":{
"title":"Assigned Learning Item Number",
"maxLength":255,
"type":"string",
"description":"Friendly number identifying the learning item. It's a surrogate key that's shown in the user interface.",
"nullable":true,
"x-queryable":true
},
"enteredWaitlistTimestamp":{
"title":"Date Learner Entered Waitlist",
"type":"string",
"description":"Date and time when the learning assignment was added to the waitlist.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentStatusMeaning":{
"title":"Enrollment Record Status Description",
"maxLength":4000,
"type":"string",
"description":"Description of the learning assignment status.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignmentStatus"
]
},
"x-queryable":true
},
"nextRenewalAssignmentNumber":{
"title":"Renewal Assignment Number",
"maxLength":30,
"type":"string",
"description":"Friendly number for the renewal assignment of the current learning assignment. It's applicable if the learning assignment has an expiration with the renewal.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignedToNumber":{
"title":"Assignee Person Number",
"maxLength":30,
"type":"string",
"description":"Friendly number identifying the learning item assignee.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestedStartDate":{
"title":"Requested Start By",
"type":"string",
"description":"Learning request start date specified in the related learning assignment.",
"format":"date-time",
"nullable":true,
"x-queryable":true
},
"refundRule":{
"title":"Refund Rule",
"maxLength":240,
"type":"string",
"description":"Refund rule for the learning assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"purchasedDate":{
"title":"Purchased Date",
"type":"string",
"description":"Date the learning was purchased.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"dataSecurityPrivilege":{
"title":"Data Security Privilege",
"maxLength":32,
"type":"string",
"description":"Data security privilege, such as Learner or Learner Manager. It's the intent and permissions for the user accessing the learning assignment. Valid values are defined in the DataSecurityPrivilegeLOV list.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"links":{
"title":"Links",
"type":"array",
"description":"The link relations associated with the resource instance.",
"items":{
"$ref":"#/components/schemas/link"
}
},
"assignmentDetailsEmbedLink":{
"title":"Assignment Details Embed Link",
"maxLength":4000,
"type":"string",
"description":"URL to embed the learning item page in the other pages. It opens the isolated learning item page without the global toolbar on the top.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemMinimumPrice":{
"title":"Learning Item Minimum Price",
"type":"number",
"description":"Minimum price for the learning item.",
"nullable":true,
"x-queryable":true
},
"dataSecurityPrivilegeMeaning":{
"title":"Data Security Privilege Description",
"maxLength":4000,
"type":"string",
"description":"Description of the value of the dataSecurityPrivilege attribute.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"liTotalExpectedEffortUOMMeaning":{
"title":"Learning Item Total Expected Effort Units Description",
"maxLength":4000,
"type":"string",
"description":"Description of the unit of measurement for the total expected effort.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"canEditAssignmentHintMeaning":{
"title":"Can Edit Assignment Hint Description",
"maxLength":4000,
"type":"string",
"description":"Description of the can edit learning assignment hint.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"purchasedTimestamp":{
"title":"Purchased Date",
"type":"string",
"description":"Date and time for the purchase of the paid learning.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"liTotalExpectedEffort":{
"title":"Learning Item Total Expected Effort",
"type":"number",
"description":"Expected effort to complete the related learning assignment item.",
"nullable":true,
"x-queryable":true
},
"assignmentSubStatus":{
"title":"Enrollment Record Substatus",
"maxLength":30,
"type":"string",
"description":"Granular status of the associated learning 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 AssignmentSubStatusLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"completedDate":{
"title":"Completed Date",
"type":"string",
"description":"Date when the learning was completed.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentRelationTypeMeaning":{
"title":"Assignment Relation Type Description",
"type":"string",
"description":"Description of the learning assignment relation type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"exemptedDate":{
"title":"Exempted Date",
"type":"string",
"description":"Date when the learning assignment was exempted.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestRejectedTimestamp":{
"title":"Request Rejection Date",
"type":"string",
"description":"Date and time when the learning assignment request was rejected..",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemDeepLink":{
"title":"Learning Item Deep Link",
"maxLength":4000,
"type":"string",
"description":"URL to open the learning item page directly from the browser.",
"nullable":true,
"x-hints":{
"dependencies":[
"learningItemId",
"learningItemType"
]
},
"x-queryable":true
},
"assignerDisplayName":{
"title":"Enrolled By",
"maxLength":240,
"type":"string",
"description":"Display name of the related learning assignment creator. For example, it's the learner for voluntary assignments, and the specialist or the Assign As alias for specialist-created assignments.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"enteredPendingPrerequisitesTimestamp":{
"title":"Date Learner Entered Pending Prerequisites",
"type":"string",
"description":"Date and time when the learning assignment entered pending prerequisites.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignerPersonPrimaryEmailAddress":{
"title":"Assigner Person Primary Email Address",
"maxLength":240,
"type":"string",
"description":"Email address for the learning item assigner.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"evaluationSubmittedTimestamp":{
"title":"Evaluation Submission Date",
"type":"string",
"description":"Date and time when the evaluation was submitted.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"canEditAssignmentHint":{
"title":"Can Edit Assignment Hint",
"maxLength":4000,
"type":"string",
"description":"Specifies whether you can edit the assignment hint, such as Can delete, Can withdraw, or No edit, for the related learning assignment. Valid values are defined in the CanEditAssignmentHintLOV list.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"assignerNumber":{
"title":"Assigner Number",
"maxLength":30,
"type":"string",
"description":"Friendly number identifying the related learning assignment assigner.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"withdrawnDate":{
"title":"Withdrawn Date",
"type":"string",
"description":"Date when the learner was withdrawn from the learning item.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"exitedWaitlistDate":{
"title":"Date Learner Exited Waitlist",
"type":"string",
"description":"Date when the learner exited the waitlist.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemTitle":{
"title":"Assigned Learning Item Title",
"maxLength":250,
"type":"string",
"description":"Title of the learning item.",
"nullable":true,
"x-queryable":true
},
"assignmentType":{
"title":"Enrollment Type",
"maxLength":32,
"type":"string",
"description":"Type of the related learning enrollment, such as required or voluntary. Valid values are defined in the AssignmentTypeLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"learningItemDataLink":{
"title":"Learning Item Data Link",
"maxLength":4000,
"type":"string",
"description":"Data link to the learning item.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"assignmentRecordId",
"learningItemId",
"learningItemType"
]
},
"x-queryable":true
},
"learningItemTypeMeaning":{
"title":"Assigned Learning Item Type Description",
"maxLength":4000,
"type":"string",
"description":"Description of the learning item type.",
"nullable":true,
"readOnly":true,
"x-hints":{
"dependencies":[
"learningItemType"
]
},
"x-queryable":true
},
"contentCompletedTimestamp":{
"title":"Content Completed Date",
"type":"string",
"description":"Date and time when the learning content was completed.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"validityPeriodRuleMeaning":{
"title":"Validity Period Option Description",
"maxLength":4000,
"type":"string",
"description":"Description of the validity period rule.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"evaluationSubmittedDate":{
"title":"Evaluation Submission Date",
"type":"string",
"description":"Date when the requested learning assignment evaluation was submitted.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"enteredPendingPrerequisitesDate":{
"title":"Date Learner Entered Pending Prerequisites",
"type":"string",
"description":"Date when the related learning assignment entered pending prerequisites.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"exitedPendingPrerequisitesDate":{
"title":"Date Learner Exited Pending Prerequisites",
"type":"string",
"description":"Date when the related learning assignment exited pending prerequisites.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemId":{
"title":"Assigned Learning Item ID",
"type":"integer",
"description":"Unique identifier for the learning item. It's the internal primary key.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":18
},
"x-queryable":true
},
"enteredWaitlistDate":{
"title":"Date Learner Entered Waitlist",
"type":"string",
"description":"Date when the learning assignment was added to the waitlist.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"expirationDate":{
"title":"Expiration Date",
"type":"string",
"description":"Date when the assignment expired in a renewal scenario.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"currentWaitlistPosition":{
"title":"Current Waitlist Position",
"type":"integer",
"description":"Current waitlist position for the learner.",
"format":"int64",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":30
},
"x-queryable":true
},
"exitedWaitlistTimestamp":{
"title":"Date Learner Exited Waitlist",
"type":"string",
"description":"Date and time when the learner was removed from the learning item waitlist.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"learningItemPriceCurrency":{
"title":"Learning Item Currency",
"type":"string",
"description":"Currency for the learning item price. Valid values are defined in the PriceCurrencyLOVVA list.",
"nullable":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"assignmentRelationType":{
"title":"Assignment Relation Type",
"type":"string",
"description":"Type of learning assignment relation, such as previous completions that were expired by this learning enrollment and exempted learning enrollments allowing the learner to claim the credit. Valid values are defined in the AssignmentRelationTypeLOV list.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"expectedEffortInHours":{
"title":"Expected Effort",
"maxLength":83,
"type":"string",
"description":"Expected effort, in hours, to complete the related learning assignment.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"actualScore":{
"title":"Actual Score",
"type":"number",
"description":"Actual learner score for the related learning assignment.",
"nullable":true,
"readOnly":true,
"x-hints":{
"precision":9,
"scale":3
},
"x-queryable":true
},
"contentCompletedDate":{
"title":"Content Completed Date",
"type":"string",
"description":"Completed date for the requested learning assignment.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentLastModifiedDate":{
"title":"Assignment Last Modified Date",
"type":"string",
"description":"Date and time when the related assignment was most recently updated.",
"format":"date-time",
"nullable":false,
"readOnly":true,
"x-queryable":true
},
"learningItemMaximumPrice":{
"title":"Learning Item Maximum Price",
"type":"number",
"description":"Maximum price for the learning item.",
"nullable":true,
"x-queryable":true
},
"learningItemType":{
"title":"Assigned Learning Item Type",
"maxLength":32,
"type":"string",
"description":"Learning item type, such as Course, Specialization, Tutorial, Video, or eLearning. Valid values are defined in the AssignedLearningItemTypeLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"requestRejectedDate":{
"title":"Request Rejection Date",
"type":"string",
"description":"Rejected date for the requested learning assignment.",
"format":"date",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"requestApprovedTimestamp":{
"title":"Request Approval Date",
"type":"string",
"description":"Date and time when the learning assignment approval request was assigned to the approver.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"startedTimestamp":{
"title":"Assignment Start Date",
"type":"string",
"description":"Date and time when the learner started the learning assignment.",
"format":"date-time",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"purchaseAmount":{
"title":"Purchase Amount",
"type":"number",
"description":"Purchase amount for the requested learning assignment.",
"nullable":true,
"x-hints":{
"dependencies":[
"offeringAssignmentRecordId"
]
},
"x-queryable":true
},
"assignerAttributionTypeMeaning":{
"title":"Assigner Attribution Type Description",
"maxLength":4000,
"type":"string",
"description":"Description of the assigner attribution type.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignmentDueDate":{
"title":"Due Date",
"type":"string",
"description":"Due date of the learning-specialist-created assignment. The value is null for voluntary assignments.",
"format":"date-time",
"nullable":true,
"x-queryable":true
},
"learningItemCompletionCertificateLink":{
"title":"Learning Item Completion Certificate Link",
"type":"string",
"description":"URL to open and download the learning item completion certificate directly from the browser. Supported for completed and bypass completed course, specialization, and legacy learning assignments.",
"nullable":true,
"x-queryable":true
},
"learningItemSubType":{
"title":"Assigned Learning Item Subtype",
"type":"string",
"description":"Learning item subtype, such as Video or Tutorial. Valid values are defined in the AssignedLearningItemSubTypeLOV list.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"hasPastRenewal":{
"maxLength":1,
"type":"string",
"description":"Indicates whether the related learning assignment has a past renewal.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"validityPeriodRule":{
"title":"Validity Period Option",
"maxLength":30,
"type":"string",
"description":"Validity period rule for the learning assignment indicating the period when the completed learning is valid.",
"nullable":true,
"readOnly":true,
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
},
"nextRenewalAssignmentEmbedLink":{
"title":"Next Renewal Assignment Embed Link",
"maxLength":4000,
"type":"string",
"description":"URL to embed the next renewal learning enrollment page in other pages. It opens the isolated learning item page without the global tool bar on the top.",
"nullable":true,
"readOnly":true,
"x-queryable":true
},
"assignerAttributionType":{
"title":"Assigner Attribution Type",
"maxLength":30,
"type":"string",
"description":"Entity type for the related learning assignment creator, such as person, specialist, or community. Valid values are defined in the AssignerToAttributionTypeLOV list.",
"nullable":true,
"readOnly":true,
"default":"ORA_PERSON",
"x-hints":{
"controlType":"choice"
},
"x-queryable":true
}
}
}