Learning Events Management API

Use the new Redwood Events APIs to create an update learning events in bulk.

API Name Description
/learningEvents Create and update learning events

Example

POST https://{{host}}/hcmRestApi/resources/latest/learningEvents

{
  "learningItemTitle": "Java Fundamentals",
  "learningItemStatus": "ORA_ACTIVE",
  "learningItemType": "ORA_IN_PERSON",
  "activities": [
    {
      "startDate": "2025-06-01T09:00:00+00:00",
      "endDate": "2025-06-01T17:00:00+00:00",
      "timezone": "America/Los_Angeles",
      "instructors": "OLC254111",
      "classrooms":"OLC553085",
      "title": "Introduction to the Java Programming Language"
    }
  ]
}

For more examples, see Bulk creating self-paced learning items

 

This enhancement reduces administrative overhead by minimizing manual tasks, freeing up valuable time and resources.

Steps to enable and configure

If you haven't already, enable self-paced learning to use this feature.

Key resources