getElements

get

/ccadmin/v1/elements

Get Elements. Returns on all global or non-global Elements on the system.

Request

Supported Media Types
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : getElements_response
Type: object
Show Source
Nested Schema : items
Type: array
The list of Fragments.
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : children
Type: array
Array of fragments.
Show Source
Nested Schema : config
Type: object
Configuration object for fragment.
Nested Schema : configOptions
Type: array
Array of configurable options.
Show Source
Nested Schema : styles
Type: object
Styles of fragment.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
[
    {
        "inline":true,
        "children":[
        ],
        "repositoryId":"company-logoFragment",
        "styles":{
        },
        "customTitle":null,
        "tag":"company-logo",
        "text":null,
        "title":"Company Logo",
        "type":"fragment",
        "previewText":null,
        "config":{
        },
        "configOptions":[
        ]
    },
    {
        "inline":true,
        "children":[
        ],
        "repositoryId":"company-nameFragment",
        "styles":{
        },
        "customTitle":null,
        "tag":"company-name",
        "text":null,
        "title":"Company Name",
        "type":"fragment",
        "previewText":"Example",
        "config":{
        },
        "configOptions":[
            "fontPicker",
            "preview"
        ]
    }
]

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