Get Model Array Set Attributes Metadata

get

/rest/v19/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/arraySets/{arraySetVarName}/attributes

This service returns the metadata for all attributes for an array set of a Model.

Request

Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

Default Response

List of attributes in an arrayset defined at model level.
Body ()
Root Schema : attribute-collection
Type: object
Show Source
Nested Schema : Attributes
Type: array
Title: Attributes
List of attributes
Show Source
Nested Schema : attribute
Type: object
Show Source
Nested Schema : Additional Properties
Type: object
Title: Additional Properties
Additional properties.
Show Source
Nested Schema : category
Type: object
Show Source
Nested Schema : constraintDisplayType
Type: object
Show Source
Nested Schema : displayType
Type: object
Show Source
Nested Schema : Input Type Code
Type: object
Title: Input Type Code
Input type code.
Show Source
Nested Schema : jetDisplayType
Type: object
Show Source
Nested Schema : Potential States
Type: array
Title: Potential States
Set of states for this attribute.
Show Source
Nested Schema : priceItem
Type: object
Show Source
Nested Schema : propertyClass
Type: object
Show Source
Nested Schema : setType
Type: object
Show Source
Nested Schema : ssplProperties
Type: object
Show Source
Nested Schema : status
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : validationMethod
Type: object
Show Source
Nested Schema : pricingDisplayType
Type: object
Show Source
Nested Schema : pricingType
Type: object
Show Source
Nested Schema : orderByDir
Type: object
Show Source
Nested Schema : pickMaps
Type: array
Show Source
Nested Schema : type
Type: object
Show Source
Back to Top

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/productLines/servers/models/ultraPowerSolutionsPackage/arraySets/applicationSoftware/attributes

Response Body Sample

{
  "items": [{
      "id": 36673056,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/softwarePackage_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/softwarePackage_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/softwarePackage_array/menuItems"
        }
      ],
      "name": "Software Package",
      "description": "",
      "variableName": "softwarePackage_array",
      "orderNumber": 40,
      "required": false,
      "itemLevelProcess": true,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "",
      "startDate": "",
      "endDate": "",
      "additional": {
        "image_menu_layout": "0"
      },
      "type": {
        "lookupCode": "1",
        "displayValue": "Text"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "3",
        "displayValue": "Single Select Menu"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }, {
      "id": 36673057,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/licenses_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/licenses_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/licenses_array/menuItems"
        }
      ],
      "name": "Licenses",
      "description": "",
      "variableName": "licenses_array",
      "orderNumber": 41,
      "required": false,
      "itemLevelProcess": false,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "1",
      "startDate": "",
      "endDate": "",
      "additional": {},
      "type": {
        "lookupCode": "3",
        "displayValue": "Integer"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text"
      },
      "validationMethod": {
        "lookupCode": "2",
        "displayValue": "Positive Number"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }, {
      "id": 36673058,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/maintenance_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/maintenance_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/maintenance_array/menuItems"
        }
      ],
      "name": "Maintenance",
      "description": "",
      "variableName": "maintenance_array",
      "orderNumber": 42,
      "required": false,
      "itemLevelProcess": false,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "",
      "startDate": "",
      "endDate": "",
      "additional": {},
      "type": {
        "lookupCode": "1",
        "displayValue": "Text"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }, {
      "id": 36673059,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/qty_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/qty_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/qty_array/menuItems"
        }
      ],
      "name": "Qty",
      "description": "",
      "variableName": "qty_array",
      "orderNumber": 43,
      "required": false,
      "itemLevelProcess": false,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "",
      "startDate": "",
      "endDate": "",
      "additional": {},
      "type": {
        "lookupCode": "3",
        "displayValue": "Integer"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "1",
        "displayValue": "Text"
      },
      "validationMethod": {
        "lookupCode": "2",
        "displayValue": "Positive Number"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }, {
      "id": 36673060,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/startDate_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/startDate_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/startDate_array/menuItems"
        }
      ],
      "name": "Start Date",
      "description": "",
      "variableName": "startDate_array",
      "orderNumber": 44,
      "required": false,
      "itemLevelProcess": false,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "_system_current_date",
      "startDate": "",
      "endDate": "",
      "additional": {},
      "type": {
        "lookupCode": "5",
        "displayValue": "Date"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "0",
        "displayValue": "Date"
      },
      "validationMethod": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }, {
      "id": 36673061,
      "links": [{
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware"
        }, {
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/endDate_array"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/endDate_array/translations"
        }, {
          "rel": "child",
          "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes/endDate_array/menuItems"
        }
      ],
      "name": "End Date",
      "description": "",
      "variableName": "endDate_array",
      "orderNumber": 45,
      "required": false,
      "itemLevelProcess": false,
      "autoLock": false,
      "hideInTrans": false,
      "defaultValue": "_system_current_date",
      "startDate": "",
      "endDate": "",
      "additional": {},
      "type": {
        "lookupCode": "5",
        "displayValue": "Date"
      },
      "category": {
        "lookupCode": "2",
        "displayValue": "Configurable Attributes"
      },
      "status": {
        "lookupCode": "1",
        "displayValue": "Active"
      },
      "constraintDisplayType": {
        "lookupCode": "1",
        "displayValue": "Marked"
      },
      "setType": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "displayType": {
        "lookupCode": "0",
        "displayValue": "Date"
      },
      "validationMethod": {
        "lookupCode": "1",
        "displayValue": "None"
      },
      "priceItem": {
        "pricingType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "pricingDisplayType": {
          "lookupCode": "1",
          "displayValue": "None"
        },
        "displayPriceAtBottom": true,
        "includeInTotalPrice": true
      },
      "potentialStates": ["updatable"],
      "ajaxSensitive": false,
      "arrayControlAttr": false,
      "array": true
    }
  ],
  "links": [{
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v19/productFamilies/vision/productLines/servers/models/ultraPowerSolutionPackage/arraySets/applicationSoftware/attributes"
    }
  ]
Back to Top