Brand Translations of Themes REST Endpoints
Recruiting CE Themes/Custom Widgets in Themes/Brand Translations of Themes
The translations resource is a child of customWidgets. It includes the custom widget translations. Note that the service endpoints in this resource category are only for Oracle internal use.
- Create all widget translation details
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations - Delete a widget translation detail
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language} - Get a widget translation detail
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language} - Get all widget translation details
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations - Update a widget translation detail
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCEThemes/{ThemeNumber}/child/customWidgets/{WidgetId}/child/translations/{Language}