Retrieve list of CEC Content Items
get
                    /ccadmin/v1/cecContent
, cross referenced with matching CMS Content Map items
                Request
Supported Media Types
                - application/json
Query Parameters
                - 
                        limit: string
                        
                        Allow Empty value:trueMaximum number of rows to return.
- 
                        offset: string
                        
                        Allow Empty value:trueStarting row to return.
- 
                        q: string
                        
                        Allow Empty value:trueSearch Term for the list.
- 
                        sort: string
                        
                        Allow Empty value:trueSort criteria for list.
Response
Supported Media Types
                - application/json
200 Response
An array of JSON objects is returned that represents the list of CEC Content Items.
                
                
                    Root Schema : listCECContent_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items(optional): 
            string
            list of items retrieved
Example Response (application/json)
                    [
    {
        "createdDate":{
        },
        "publishInfo":[
            {
                "publishedDate":{
                },
                "version":"string",
                "target":"string"
            }
        ],
        "name":"string",
        "description":"string",
        "language":{
        },
        "links":[
            {
                "templated":true,
                "method":"string",
                "profile":"string",
                "rel":"string",
                "mediaType":"string",
                "href":"string"
            }
        ],
        "id":"string",
        "updatedDate":{
        },
        "type":"string",
        "fields":{
            "additionalProp1":{
            },
            "additionalProp3":{
            },
            "additionalProp2":{
            }
        },
        "slug":{
        }
    }
]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: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    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