- Subcategories:
 - Property Validations
 
Widget Properties REST Endpoints
    
        Home Page Setups/Zones/Widgets/Widget Properties
    
The widget properties resource is used to define how a widget functions on a home page.
- Create a property belonging to a widget of a home page setup definition
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties - Delete a property belonging to a widget of a home page setup definition
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties/{PageWidgetPropertyId} - Get a property belonging to a widget of a home page setup definition
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties/{PageWidgetPropertyId} - Get all properties belonging to a widget of a home page setup definition
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties - Update a property of a home page widget
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties/{PageWidgetPropertyId}