Get Product Family Attribute Menu Items Metadata
get
                    /rest/v19/productFamilies/{prodFamVarName}/attributes/{attributeVarName}/menuItems
Get all menu items of an attribute defined at product family level.
                
                Request
Path Parameters
                - 
                    attributeVarName(required): string
                    
                    Attribute variable name.
- 
                    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
All menu items of an attribute defined at product family level.
                
                
                    Nested Schema : Reference Links
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Reference LinksReference links for the Parent, Self, Children and Related as applicable
    
    
    
    
    Show Source
        - 
            href: 
            string
            Title:hrefURL to the related object
- 
            rel: 
            string
            Title:LinkLink 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/attributes/operatingSystem_selector/menuItems
Response Body Sample
{
  "items": [{
      "id": 36673406,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673406"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673406/translations"
        }
      ],
      "displayValue": "All Operating Systems",
      "value": "All Operating Systems",
      "orderNumber": 1
    }, {
      "id": 36673407,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673407"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673407/translations"
        }
      ],
      "displayValue": "Oracle Linux",
      "value": "Oracle Linux",
      "orderNumber": 2
    }, {
      "id": 36673408,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673408"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673408/translations"
        }
      ],
      "displayValue": "Ubuntu Server Edition",
      "value": "Ubuntu Server Edition",
      "orderNumber": 3
    }, {
      "id": 36673409,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673409"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673409/translations"
        }
      ],
      "displayValue": "openSUSE Linux Enterprise Server",
      "value": "openSUSE Linux Enterprise Server",
      "orderNumber": 4
    }, {
      "id": 36673410,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673410"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673410/translations"
        }
      ],
      "displayValue": "Blue Hat Enterprise Premium",
      "value": "Blue Hat Enterprise Premium",
      "orderNumber": 5
    }, {
      "id": 36673411,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673411"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673411/translations"
        }
      ],
      "displayValue": "Blue Hat Enterprise Standard",
      "value": "Blue Hat Enterprise Standard",
      "orderNumber": 6
    }, {
      "id": 36673412,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673412"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems/36673412/translations"
        }
      ],
      "displayValue": "Blue Hat Enterprise Self-Support",
      "value": "Blue Hat Enterprise Self-Support",
      "orderNumber": 7
    }
  ],
  "links": [{
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/attributes/operatingSystem_selector/menuItems"
    }
  ]
}