getSlot

get

/ccadmin/v1/slots/{id}

Get Slot. Get a slot based on ID

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 : getSlot_response
Type: object
Show Source
Nested Schema : instance
Type: object
The slot instance
Show Source
Nested Schema : settings
Type: array
Configuration settings for the slot instance
Show Source
Nested Schema : descriptor
Type: object
The slot descriptor associated with the slot instance
Show Source
Nested Schema : pageTypes
Type: array
Array of page types that the slot descriptor can be used on
Show Source
Nested Schema : regions
Type: array
List of regions for slot steps
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "settings":{
    },
    "instance":{
        "displayName":"Random Slot",
        "repositoryId":"re100002",
        "descriptor":{
            "isLatestVersion":true,
            "regions":[
                {
                    "repositoryId":"randomSlotControl"
                },
                {
                    "repositoryId":"randomSlotVariantOne"
                }
            ],
            "slotType":"randomSlot",
            "latestVersion":1,
            "displayName":"Random Slot",
            "availableToAllPages":true,
            "repositoryId":"randomSlot",
            "minWidth":1,
            "id":"randomSlot",
            "pageTypes":[
            ],
            "version":1,
            "configurable":true
        },
        "id":"re100002"
    },
    "notes":"",
    "name":"Random Slot",
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/slots/re100002"
        }
    ]
}

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