Learning Translations REST Endpoints
Learning Self-Paced Items/Learning Translations
The translations resource is used to get and update the learning summary and description, in various languages.
- Create a translation
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/translations - Delete a translation
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/translations/{translationsUniqID} - Get a translation
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/translations/{translationsUniqID} - Get all translations
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/translations - Update a translation
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/learningSelfPacedItems/{learningSelfPacedItemsUniqID}/child/translations/{translationsUniqID}