- Subcategories:
- Change Requests
- Learning Catalog Item Metrics
- Learning Content
- Learning Content Assets
- Learning Item Descriptive Flexfields
- Learning Item Talent Profile Summary
- Messages
- Related Materials
- User Action Hints
- Where Used
Learning Self-Paced Items REST Endpoints
Learning Self-Paced Items
The learningSelfPacedItems resource represents a single unit of learning. It's associated with different types, such as a video, an online course, a document, an assessment, or an observation checklist. A self-paced learning item is typically configured with a title, a description, and assets, such as cover art and a trailer. It can optionally be configured with learning outcomes, prerequisites, and related materials.
- Create a self-paced learning item
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems
- Delete a self-paced learning item
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}
- Get a learning item
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}
- Get all learning items
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems
- Publish the learning item
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/action/publish
- Update a self-paced learning item
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}