- Subcategories:
- Large Object (LOB) Attributes - FileContents
- Large Object (LOB) Attributes - FileWebImage
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: postPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries
- Delete an attachment
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}
- Get all attachments
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries
- Get an attachment
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}
- Update an attachment
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/content/{contentUniqID}/child/contentBinaries/{contentBinariesUniqID}