listAdminSecurityCriteriaResources
get
                    /ccadmin/v1/adminSecurityCriteriaResources
List admin security criteria resources. Get all admin security criteria resources.
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        limit(optional): string
                        
                        This is the field to determine number of items to be fetched per REST call.
- 
                        offset(optional): string
                        
                        This field determines the offset/starting index from which data to be fetched.
- 
                        q(optional): string
                        
                        SCIM query to search on the security criteria resources properties.
- 
                        sort(optional): string
                        
                        This is the field to provide sort on the security criteria resources properties
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : listAdminSecurityCriteriaResources_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items(optional): 
            array  items
            
            All admin security criteria resources
- 
            limit(optional): 
            string
            Number of items to be fetched.
- 
            offset(optional): 
            string
            The offset provided.
- 
            sort(optional): 
            array  sort
            
            An array that specifies the sort order.
- 
            total(optional): 
            string
            Total number of items matching the searched string.
- 
            totalResults(optional): 
            string
            Total number of items matching the searched string.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            constraintConfigurations(optional): 
            array  constraintConfigurations
            
            Constraint configurations of the security criteria resource
- 
            id(optional): 
            string
            ID of the security criteria resource
- 
            name(optional): 
            string
            Name of the security criteria resource
Nested Schema : constraintConfigurations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayConstraint configurations of the security criteria resource
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            constrainingAssetDisplayNameProperty(optional): 
            string
            Asset display name property of the constraining asset type
- 
            constrainingAssetGroup(optional): 
            string
            Asset group of the constraining asset
- 
            constrainingAssetType(optional): 
            string
            Asset type of the constraining asset
- 
            displayName(optional): 
            string
            Display name of the constraint configuration
- 
            id(optional): 
            string
            ID of the constraint configuration
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            order(optional): 
            string
            Whether this property should be sorted ascending ("asc") or descending ("dsc").
- 
            property(optional): 
            string
            The name of the property to use for sorting.
Example Response (application/json)
                    {
    "total":2,
    "totalResults":2,
    "offset":0,
    "limit":250,
    "sort":[
        {
            "property":"id",
            "order":"asc"
        }
    ],
    "items":[
        {
            "constraintConfigurations":[
                {
                    "constrainingAssetType":"catalog",
                    "displayName":"Catalogs",
                    "constrainingAssetDisplayNameProperty":"displayName",
                    "id":"ora.catalogConstraintConfiguration",
                    "constrainingAssetGroup":"/atg/commerce/catalog/ProductCatalog/"
                }
            ],
            "name":"Catalog Assets",
            "id":"ora.catalogAssetResource"
        },
        {
            "constraintConfigurations":[
                {
                    "constrainingAssetType":"priceListGroup",
                    "displayName":"Price Groups",
                    "constrainingAssetDisplayNameProperty":"displayName",
                    "id":"ora.pLGConstraintConfiguration",
                    "constrainingAssetGroup":"/atg/commerce/pricing/priceLists/PriceLists/"
                }
            ],
            "name":"Price Groups",
            "id":"ora.pLGAssetResource"
        }
    ]
}Default Response
The error response.
 The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud:
|Error Code|Description|
|------------------|------------------|
|22068|Invalid Query Expression|
                
                
                    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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn 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