Learning Content REST Endpoints

Learning Self-Paced Items/Learning Content
The content resource captures the details of content associated with the course, such as storage provider number, delivery provider number, display mode, delivery URL, and supported languages.
Create a content item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content
Delete a content item
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}
Get a content item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}
Get all content items
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content
Update a content item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}