Calendar Template Translations REST Endpoints
Calendar Templates/Calendar Template Translations
The translations resource includes the translated values for calendar notifications sent to learners and instructors.
- Create a translation for the calendar template
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations - Delete a translation for the calendar template
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID} - Get a translated calendar template
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID} - Get all translated calendar template
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations - Update a translation for the calendar template
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/wlfCalendarEventTemplates/{EventTemplateId}/child/translations/{translationsUniqID}