Get Product Family Array Set Attribute Menu Item Metadata
get
/rest/v19/productFamilies/{prodFamVarName}/arraySets/{arraySetVarName}/attributes/{attributeVarName}/menuItems/{menuItemId}
This service returns the metadata for a specific menu item for an array set attribute of a Product Family.
Request
Path Parameters
-
arraySetVarName(required): string
Array Set variable name.
-
attributeVarName(required): string
Array attribute variable name.
-
menuItemId(required): integer
Primary key of menu item.
-
prodFamVarName(required): string
Product family variable name.
Query Parameters
-
excludeLinks: string
Exclude links.
-
expand: string
Allows expansion of relationships.
Response
Supported Media Types
- application/json
Default Response
Menu item of an array attribute defined at product family level.
Nested Schema : links
Type:
Show Source
array
-
Array of:
object reference links
Title:
reference links
Reference links for the Parent, Self, Children and Related as applicable
Nested Schema : reference links
Type:
object
Title:
reference links
Reference links for the Parent, Self, Children and Related as applicable
Show Source
-
href:
string
Title:
URL to the related object
URL to the related object -
rel:
string
Title:
Link Relationship to the current object
Link Relationship to the current object
Examples
The following example shows how to retrieve the metadata for the specified Configuration item by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.
curl - X GET -H "Authorization: Bearer <token>" - H "Content-type: application/json" https://sitename.oracle.com/rest/v19/productFamilies/vision/arraySets/applicationSoftware/attributes/softwarePackage_array/menuItems/36673560
Translations
The following components can be appended to the end of this endpoint to return translation metadata:
/translations
- This returns all language translations for the requested entity./translations/{langCode}
- This returns a specific language translation for the requested entity. <br/>Example:/translations/es
Response Body Sample
{ "id": 36673560, "links": [{ "rel": "parent", "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/arraySets/applicationSoftware/attributes/softwarePackage_array" }, { "rel": "self", "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/arraySets/applicationSoftware/attributes/softwarePackage_array/menuItems/36673560" }, { "rel": "child", "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/arraySets/applicationSoftware/attributes/softwarePackage_array/menuItems/36673560/translations" } ], "displayValue": "Enterprise Anti-Virus", "value": "Vision Enterprise Anti-Virus", "orderNumber": 1 }