Retrieve list of OCE (CEC) Content Items

get

/ccadmin/v1/cecContentType

Retrieve details for an OCE content type

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : getCECContentType_request
Show Source
Back to Top

Response

Supported Media Types

200 Response

JSON Object representing the definition of an OCE Content Type.
Body ()
Root Schema : getCECContentType_response
Type: object
Show Source
Nested Schema : oce_dateType
Type: object
Show Source
Nested Schema : fields
Type: array
Field within the content type
Show Source
Nested Schema : oce_fieldType
Type: object
Show Source
Nested Schema : properties
Type: object
Additional properties for the field
Nested Schema : settings
Type: object
Settings 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
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top