Learning Content Items REST Endpoints

Learning Content Items
The learningContentItems resource provides learning content such as SCORM or AICC packages, PDF files, video files, and web links. This resource supports POST, PATCH, and GET operations on a single learning content item.
Create a learning content item
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningContentItems
Get a learning content item
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningContentItems/{ContentId}
GET action not supported
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningContentItems
Update a learning content item
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningContentItems/{ContentId}