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