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: post
Path: /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: delete
Path: /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: get
Path: /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: get
Path: /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: patch
Path: /fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}/child/widgetProperties/{PageWidgetPropertyId}