listRecommendationGlobalRules
get
/ccadmin/v1/recommendationGlobalRules
This operation is used to get the collection of Recommendation Global Rules from Oracle Commerce Cloud.
Request
Supported Media Types
- application/json
Query Parameters
-
fields(optional): string
This controls which fields are returned in the response body. The default is to include all Global Rule fields.
-
limit(optional): integer
This is the field to specify the number of records to be fetched per REST call.
-
offset(optional): integer
This field specifies the offset/starting index from which data to be fetched.
-
q(optional): string
This field specifies the query used to filter Global Rules.
-
sort(optional): string
This field specifies the sort order of the list to be fetched.
-
totalResults(optional): boolean
Indicates if the total results should be included in the response.
Header Parameters
-
Accept-Language: string
The locale.
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Root Schema : listRecommendationGlobalRules_response
Type:
Show Source
object
-
items(optional):
array items
The returned list of items.
Nested Schema : items
Type:
Show Source
object
-
conditions(optional):
array conditions
The array of Conditions and their parameters, if any. Conditions are described in the /recommendationGlobalRuleConditions endpoint.
-
description(optional):
string
The Global Rule's description.
-
displayName(optional):
string
The localized display name of the Global Rule.
-
id(optional):
string
The ID of the Global Rule
Nested Schema : conditions
Type:
array
The array of Conditions and their parameters, if any. Conditions are described in the /recommendationGlobalRuleConditions endpoint.
Show Source
Example Response (application/json)
{
"totalResults":3,
"offset":0,
"sort":{
"property":"displayName",
"order":"asc"
},
"items":[
{
"displayName":"noProductsInCurrentBrand",
"description":"This is a description of noProductsInCurrentBrand",
"id":"noProductsInCurrentBrand",
"conditions":[
{
"id":"currentBrand"
}
]
},
{
"displayName":"noProductsInCurrentCollection",
"description":"This is a description of noProductsInCurrentCollection",
"id":"noProductsInCurrentCollection",
"conditions":[
{
"id":"currentCollection"
}
]
},
{
"displayName":"noProductsInCurrentPriceType",
"description":"This is a description of noProductsInCurrentPriceType",
"id":"noProductsInCurrentPriceType",
"conditions":[
{
"id":"currentPriceType"
}
]
}
]
}
Default Response
The error response.
Root Schema : errorModel
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
errors(optional):
array errors
An optional list of errors if multiple errors were encountered
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code
-
type(optional):
string
The URI to the HTTP state code definition
Nested Schema : errors
Type:
array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type:
Show Source
object
-
devMessage(optional):
string
An optional non-localized message containing technical information for developers
-
errorCode(optional):
string
The numerical code identifying the error
-
message(optional):
string
The localized message describing the error
-
moreInfo(optional):
string
An optional non-localized message with more information
-
o:errorPath(optional):
string
An optional machine readable description of where the error occurred
-
status(optional):
string
The HTTP status code