OCNLearningEvents
Create OCN learning events as the authenticated user.
Input
| Name | Type | Description |
| Comments | String | Comments or notes about the OCN learning event. |
| CompletedTimestamp | Datetime | The timestamp when the user completed the OCN learning event, in Unix Epoch format. |
| ContactHours | Double | The number of contact hours for this learning event, representing actual time spent with an instructor or in a learning environment. |
| CourseCompleted | Bool | Indicates whether the user has completed the course. Set to true if completed, false otherwise. |
| CourseID | String | The unique identifier of the course in the Open Content Network (OCN) provider's system. |
| CpeHours | Double | Continuing Professional Education (CPE) hours earned for completing this learning event. |
| CreditHours | Double | The number of credit hours awarded to the user for completing this learning event. |
| Currency | String | The currency code for the price of the learning event (e.g., USD, EUR). |
| Grade | String | The grade earned by the user for this learning event. Grades are defined by your company and can be numeric or letter-based. |
| InstructorName | String | The name of the instructor who taught the course. |
| Price | Double | The price of the learning event in the specified currency. |
| ProviderID | String | The unique identifier of the Open Content Network (OCN) provider offering the course. |
| TotalHours | Double | The total number of hours the user spent completing this learning event. |
| UserID | String | The unique ID of the user in the Learning Management System (LMS). Defaults to the authenticated user.
The default value is CURRENT_USER. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether the operation succeeded or not. |
| ErrorMessage | String | The error message in case of a failure. |