Retrieve list of OCE (CEC) Content Items
get
                    /ccadmin/v1/cecContentType
Retrieve details for an OCE content type
                
                Request
Supported Media Types
                - application/json
 
Path Parameters
                - 
                    contentType(required): string
                    
                    Content Type to Request
 
Response
Supported Media Types
                - application/json
 
200 Response
JSON Object representing the definition of an OCE Content Type.
                
                
                    Root Schema : getCECContentType_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            createdBy: 
            string
            User who created the content type
 - 
            createdDate: 
            object  oce_dateType
            
            
 - 
            description: 
            string
            Description of the content type
 - 
            fields: 
            array  fields
            
            Field within the content type
 - 
            id: 
            string
            Unique OCE ID for this content type
 - 
            name: 
            string
            Name for the content type
 - 
            updatedBy: 
            string
            User who updated the content type
 - 
            updatedDate: 
            object  oce_dateType
            
            
 
Nested Schema : oce_dateType
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            timezone: 
            string
            Timezone for the date
 - 
            value: 
            string
            Date value
 
Nested Schema : oce_fieldType
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            datatype: 
            string
            Data type of the field
 - 
            description: 
            string
            Description of the field
 - 
            id: 
            string
            Unique ID for the field
 - 
            name: 
            string
            Name of the field
 - 
            properties: 
            object  properties
            
            Additional properties for the field
 - 
            required: 
            boolean
            Is the field required
 - 
            settings: 
            object  settings
            
            Settings the field
 - 
            valuecount: 
            string
            Value Count
 
Nested Schema : properties
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectAdditional properties for the field
    
    
    
    
    
    
    
    
    
    
Nested Schema : settings
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectSettings the field
    
    
    
    
    
    
    
    
    
    
Example Response (application/json)
                    [
    {
        "createdDate":"oce_dateType",
        "updatedBy":"string",
        "createdBy":"string",
        "name":"string",
        "description":"string",
        "id":"string",
        "updatedDate":"oce_dateType",
        "fields":[
            {
                "settings":{
                },
                "datatype":"string",
                "name":"string",
                "description":"string",
                "id":"string",
                "required":"boolean",
                "valuecount":"string",
                "properties":{
                }
            }
        ]
    }
]
                    
                    Default Response
The error response
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            devMessage: 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode: 
            string
            The numerical code identifying the error
 - 
            errors: 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message: 
            string
            The localized message describing the error
 - 
            moreInfo: 
            string
            An optional non-localized message with more information
 - 
            o:errorPath: 
            string
            An optional machine readable description of where the error occurred
 - 
            status: 
            string
            The HTTP status code
 - 
            type: 
            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: 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode: 
            string
            The numerical code identifying the error
 - 
            message: 
            string
            The localized message describing the error
 - 
            moreInfo: 
            string
            An optional non-localized message with more information
 - 
            o:errorPath: 
            string
            An optional machine readable description of where the error occurred
 - 
            status: 
            string
            The HTTP status code