Update a widget within a home page setup zone
patch
/fscmRestApi/resources/11.13.18.05/hedHomePageSetups/{HomePageSetupId}/child/zones/{PageZoneId}/child/widgets/{PageWidgetId}
Request
Path Parameters
-
HomePageSetupId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
PageWidgetId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
PageZoneId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
CollapsibleFlag: boolean
Maximum Length:
1Indicates whether a widget can be collapsed on the home page. The default value is true. -
PageZoneId: integer
(int64)
The unique identifier for the page zone in which the page widget is placed.
-
widgetProperties: array
Widget Properties
Title:
Widget PropertiesThe widget properties resource is used to define how a widget functions on a home page. -
WidgetSequence: integer
(int32)
The sequence widgets are displayed within a zone.
-
WidgetTitle: string
Maximum Length:
30The display name of the widget.
Nested Schema : Widget Properties
Type:
arrayTitle:
Widget PropertiesThe widget properties resource is used to define how a widget functions on a home page.
Show Source
Nested Schema : schema
Type:
Show Source
object-
propertyValidations: array
Property Validations
Title:
Property ValidationsThe property validations resource is used to define how to validate a widget property. -
PropertyValue: string
Maximum Length:
512The value given for a widget property.
Nested Schema : Property Validations
Type:
arrayTitle:
Property ValidationsThe property validations resource is used to define how to validate a widget property.
Show Source
Nested Schema : hedHomePageSetups-zones-widgets-widgetProperties-propertyValidations-item-patch-request
Type:
Show Source
objectResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : hedHomePageSetups-zones-widgets-item-response
Type:
Show Source
object-
CollapsibleFlag: boolean
Maximum Length:
1Indicates whether a widget can be collapsed on the home page. The default value is true. -
ComponentName: string
Read Only:
trueMaximum Length:100The component name for the widget. -
DefaultZoneTypeCode: string
Read Only:
trueMaximum Length:30Indicates the zone in which a widget will display by default. A list of accepted values for a zone is defined in the lookup type: ORA_HEY_HOME_PAGE_ZONE. -
DefaultZoneTypeMeaning: string
Read Only:
trueMaximum Length:80The meaning of a default zone code. An example of a meaning is the locked zone. A list of accepted values is defined in lookup type ORA_HEY_HOME_PAGE_ZONE. -
EnabledFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether a widget is active and can be displayed. The default value is true. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageWidgetCode: string
Maximum Length:
30Alternate identifier for the widget within the page zone. -
PageWidgetId: integer
(int64)
Read Only:
trueThe unique identifier of the widget within the page zone. -
PageZoneId: integer
(int64)
The unique identifier for the page zone in which the page widget is placed.
-
PermissionCode: string
Read Only:
trueMaximum Length:132The page permission code used to grant access to a widget. -
WidgetCode: string
Read Only:
trueMaximum Length:30The alternate identifier for a widget. -
WidgetDescription: string
Read Only:
trueMaximum Length:256The description of a widget. -
WidgetId: integer
(int64)
The unique identifier for a home page widget.
-
WidgetName: string
Read Only:
trueMaximum Length:30The name of a widget. -
widgetProperties: array
Widget Properties
Title:
Widget PropertiesThe widget properties resource is used to define how a widget functions on a home page. -
WidgetSequence: integer
(int32)
The sequence widgets are displayed within a zone.
-
WidgetTitle: string
Maximum Length:
30The display name of the widget.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Widget Properties
Type:
arrayTitle:
Widget PropertiesThe widget properties resource is used to define how a widget functions on a home page.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : hedHomePageSetups-zones-widgets-widgetProperties-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageWidgetPropertyCode: string
Maximum Length:
30Alternate identifier for the widget property within the page zone. -
PageWidgetPropertyId: integer
(int64)
Read Only:
trueThe unique identifier of a widget property for a home page setup. -
PropertyDescription: string
Read Only:
trueMaximum Length:512The description of a widget property. -
PropertyKey: string
Read Only:
trueMaximum Length:30Unique key used to identify the widget property. -
PropertyName: string
Read Only:
trueMaximum Length:240The display name of a widget property. -
PropertyTypeCode: string
Read Only:
trueMaximum Length:30Indicates the property type for a widget property. Examples of property types include: string, number, boolean. A list of accepted values for a property type is defined in the lookup type: ORA_HEY_HOME_PROPERTY. -
PropertyTypeMeaning: string
Read Only:
trueMaximum Length:80The meaning of a property type code. An example of a meaning is the string property type. A list of accepted values is defined in lookup type ORA_HEY_HOME_PROPERTY. -
propertyValidations: array
Property Validations
Title:
Property ValidationsThe property validations resource is used to define how to validate a widget property. -
PropertyValue: string
Maximum Length:
512The value given for a widget property. -
RequiredFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether a value is required and the field can't be left blank. The default value is false. -
WidgetPropertyId: integer
(int64)
The unique identifier of a widget property.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Property Validations
Type:
arrayTitle:
Property ValidationsThe property validations resource is used to define how to validate a widget property.
Show Source
Nested Schema : hedHomePageSetups-zones-widgets-widgetProperties-propertyValidations-item-response
Type:
Show Source
object-
ErrorMessage: string
Read Only:
trueDefault Value:adf.object.getErrorMessageBundle()The error message describes the validation error. -
ErrorMessageCode: string
Read Only:
trueMaximum Length:30The alternate identifier for the validation error message. -
FunctionBody: string
Read Only:
trueThe executable validation code. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ParameterOne: string
Read Only:
trueMaximum Length:512The first optional value used during validation. -
ParameterTwo: string
Read Only:
trueMaximum Length:512The second optional value used during validation. -
PropertyValidationId: integer
(int64)
Read Only:
trueThe unique identifier of a widget property validator. -
ValidatorCode: string
Read Only:
trueMaximum Length:30The alternate identifier for the home page widget property validator.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- defaultZoneTypesLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupType%3DORA_HEY_HOME_PAGE_ZONE
The following properties are defined on the LOV link relation:- Source Attribute: DefaultZoneTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- widgetProperties
-
Parameters:
- HomePageSetupId:
$request.path.HomePageSetupId - PageWidgetId:
$request.path.PageWidgetId - PageZoneId:
$request.path.PageZoneId
The widget properties resource is used to define how a widget functions on a home page. - HomePageSetupId: