getGlobalElementMetadata
get
                    /ccadmin/v1/elements/{tag}/metadata
Get Global Element Metadata. Returns the specified Global Element Metadata.
                Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    tag: string
                    
                    The tag associated with the the Global Element Metadata file to retrieve.
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : globalElementMetadata
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            code(optional): 
            object  code
            
            Object containing Global Element metadata
Nested Schema : code
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectObject containing Global Element metadata
    
    
    
    
        Show Source
        - 
            availableToAllWidgets(optional): 
            boolean
            If set to true, the element will be usable with all widget types.
- 
            children(optional): 
            array  children
            
            Child element tags.
- 
            config(optional): 
            object  config
            
            Configuration object for fragment.
- 
            configOptions(optional): 
            array  configOptions
            
            Configuration options for element.
- 
            defaultText(optional): 
            string
            The default text associated with the element.
- 
            inline(optional): 
            boolean
            Whether to place the element in a span or div.
- 
            previewText(optional): 
            string
            The preview text associated with the element - if any.
- 
            supportedWidgetType(optional): 
            array  supportedWidgetType
            
            The list of widget types that can be used with the element.
- 
            tag(optional): 
            string
            The tag value associated with the element.
- 
            translations(optional): 
            object  translations
            
            The list of translations to be used when the element is displayed in Design Studio.
- 
            type(optional): 
            string
            The type of the element.
Nested Schema : config
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectConfiguration object for fragment.
    
    
    
    
    
    
    
    
    
    
Nested Schema : supportedWidgetType
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of widget types that can be used with the element.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : translations
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe list of translations to be used when the element is displayed in Design Studio.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            description(optional): 
            string
            Descriptive text for the element.
- 
            language(optional): 
            string
            Language for the description and title.
- 
            title(optional): 
            string
            Title text for the element.
Example Response (application/json)
                    {
    "supportedWidgetType":[
    ],
    "availableToAllWidgets":true,
    "inline":false,
    "children":[
    ],
    "translations":[
        {
            "description":"",
            "language":"en",
            "title":"My Element"
        }
    ],
    "global":false,
    "tag":"my-element",
    "type":"fragment",
    "version":1,
    "configOptions":[
        "fontPicker"
    ]
}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