getConfigDefinitionForComponent

get

/ccadmin/v1/applications/{applicationId}/components/{componentId}/config

Gets the configuration definition for a component

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 : getConfigDefinitionForComponent_response
Type: object
Show Source
Nested Schema : values
Type: array
Configuration Settings
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : options
Type: array
Configuration options
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (values)
[
    {
        "placeHolders":null,
        "noOfColumns":1000,
        "helpText":"To override the default widget styling, enter a CSS class name.",
        "defaultValue":null,
        "minLength":0,
        "addMoreRowsResourceId":null,
        "label":"CSS Class",
        "type":"text",
        "required":false,
        "dataKey":null,
        "displayOnInstances":null,
        "repositoryId":"201520",
        "name":"cssOverride",
        "maxLengths":null,
        "options":[
        ],
        "regexText":null,
        "displayAsCheckboxes":false,
        "maxLength":1000
    },
    {
        "placeHolders":null,
        "noOfColumns":1000,
        "helpText":null,
        "defaultValue":"

Some Web Content Text

", "minLength":0, "addMoreRowsResourceId":null, "label":"Web Content", "type":"webContent", "required":true, "dataKey":null, "displayOnInstances":null, "repositoryId":"201521", "name":"webContent", "maxLengths":null, "options":[ ], "regexText":null, "displayAsCheckboxes":false, "maxLength":1000 } ]
Example Response (repositoryId)
100739

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