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: post
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems
Delete a self-paced learning item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}
Get a learning item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}
Get all learning items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems
Publish the learning item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/action/publish
Update a self-paced learning item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}