Content Binaries REST Endpoints

Learning Self-Paced Items/Learning Content/Content Binaries
The assetAttachments resource adds, edits, views, and deletes attachments for the parent resource. Details include attached document identifier, file name, file URL, file title, and description.
Create an attachment
Method: post
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries
Delete an attachment
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}
Get all attachments
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries
Get an attachment
Method: get
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}
Update an attachment
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}