getFragmentMetadata

get

/ccadmin/v1/widgetDescriptors/{id}/element/{tag}/metadata

Gets the user modifiable metadata associated with the element under widget descriptor.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : metadataForFragment
Type: object
Show Source
Nested Schema : code
Type: object
Object containing Global Element metadata
Show Source
Nested Schema : children
Type: array
Child element tags.
Show Source
Nested Schema : config
Type: object
Configuration object for fragment.
Nested Schema : configOptions
Type: array
Configuration options for element.
Show Source
Nested Schema : supportedWidgetType
Type: array
The list of widget types that can be used with the element.
Show Source
Nested Schema : translations
Type: object
The list of translations to be used when the element is displayed in Design Studio.
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (supportedWidgetType)
[
]
Example Response (availableToAllWidgets)
true
Example Response (inline)
false
Example Response (children)
[
]
Example Response (translations)
[
    {
        "description":"",
        "language":"en",
        "title":"Dog"
    }
]
Example Response (global)
false
Example Response (tag)
dog
Example Response (type)
fragment
Example Response (version)
1
Example Response (configOptions)
[
    "fontPicker"
]

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