Get List of Model Actions

get

/rest/v19/allProductFamilySetups/{allProdFamsVarName}/productFamilies/{prodFamVarName}/productLines/{prodLineVarName}/models/{modelVarName}/_actions

Use this endpoint to retrieve a list of all Model Actions.

Request

Supported Media Types
Path Parameters
Query Parameters
  • Allows expansion of relationships.
  • Restrict which fields shall be returned. The value is a comma delimited string and each token is a field name.
  • The requested page size, which limits the number of elements the collection should max return.
  • The offset of the page. By default, offset is 0, which means first page will be returned.
  • Specifies a comma-separated list of pairs to order the response by.
  • Allows to specify one or more filtering criteria. By default, no filtering is applied.
  • Specifies that the total count of records should be included in the response when doing pagination.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : configActions-collection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Configuration Actions
Type: object
Title: Configuration Actions
Show Source
Nested Schema : Reference Type
Type: object
Title: Reference Type
Type of the Reference
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Nested Schema : Config Action Status
Type: object
Title: Config Action Status
Status of Config Action
Show Source
  • Title: Display Value
    Translated display name of the type for which fixed list of values can be defined.
  • Title: Id
    Primary Key of the fixed list of value resource.
  • Title: Lookup Code
    Language independent code of the fixed list of value.
Back to Top

Examples

The following example shows how to retrieve a list of all Model actions 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 "Accept: application/json"
https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions

Response Body Sample

{
  "hasMore": false,
  "links": [{
      "rel": "self",
      "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions"
    }
  ],
  "items": [{
      "variableName": "selectPromotion",
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 36892932,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892932"
          }
        ]
      },
      "description": null,
      "userModifiedLastName": "User",
      "dateModified": "2023-09-08T15:06:36.000Z",
      "label": "Select Promotion",
      "dateAdded": "2023-08-21T18:53:25.000Z",
      "userAddedFirstName": "Super",
      "userModifiedFirstName": "Super",
      "userAddedLastName": "User",
      "id": 36953941,
      "status": {
        "lookupCode": "1",
        "displayValue": "Active",
        "id": 36892935,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_STATUS%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892935"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/selectPromotion"
        }, {
          "kind": "",
          "rel": "child",
          "name": "translations",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/selectPromotion/translations"
        }, {
          "rel": "parent",
          "href": "https://sitename.oracle.com//rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
        }
      ]
    }, {
      "variableName": "selectAll",
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 36892932,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892932"
          }
        ]
      },
      "description": null,
      "userModifiedLastName": "User",
      "dateModified": "2023-09-08T15:07:28.000Z",
      "label": "Select All",
      "dateAdded": "2023-08-22T20:39:01.000Z",
      "userAddedFirstName": "Super",
      "userModifiedFirstName": "Super",
      "userAddedLastName": "User",
      "id": 36955332,
      "status": {
        "lookupCode": "1",
        "displayValue": "Active",
        "id": 36892935,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_STATUS%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892935"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/selectAll"
        }, {
          "kind": "",
          "rel": "child",
          "name": "translations",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/selectAll/translations"
        }, {
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
        }
      ]
    }, {
      "variableName": "resetAll",
      "refType": {
        "lookupCode": "4",
        "displayValue": "Model",
        "id": 36892932,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_REF_TYPE%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892932"
          }
        ]
      },
      "description": null,
      "userModifiedLastName": "User",
      "dateModified": "2023-09-08T15:07:59.000Z",
      "label": "Reset All",
      "dateAdded": "2023-08-22T20:39:11.000Z",
      "userAddedFirstName": "Super",
      "userModifiedFirstName": "Super",
      "userAddedLastName": "User",
      "id": 36955335,
      "status": {
        "lookupCode": "1",
        "displayValue": "Active",
        "id": 36892935,
        "links": [{
            "rel": "domain",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues?q=%7B%22lookupType%22%3A%7B%22%24eq%22%3A%22BM_CONFIG_ACTION_STATUS%22%7D%7D"
          }, {
            "rel": "canonical",
            "href": "https://sitename.oracle.com/rest/v19/lookupValues/36892935"
          }
        ]
      },
      "links": [{
          "rel": "self",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/resetAll"
        }, {
          "kind": "",
          "rel": "child",
          "name": "translations",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV/_actions/resetAll/translations"
        }, {
          "rel": "parent",
          "href": "https://sitename.oracle.com/rest/v19/allProductFamilySetups/_allProductFamilies/productFamilies/visionVehicles/productLines/consumerVehicles/models/sUV"
        }
      ]
    }
  ]
}
Back to Top