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: postPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content
- Delete a content item
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}
- Get a content item
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}
- Get all content items
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content
- Update a content item
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}