listStacks

get

/ccadmin/v1/stacks

List Stacks. List all the stacks by ID

Request

There are no request parameters for this operation.

Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : listStacks_response
Type: object
Show Source
Nested Schema : items
Type: array
List of stack instances
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : descriptor
Type: object
Stack descriptor
Show Source
Nested Schema : pageTypes
Type: array
List of page types that the stack descriptor can be applied to
Show Source
Nested Schema : regions
Type: array
List of stack step regions
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
[
    {
        "nextButton":"Next",
        "previousButton":"Previous",
        "usingCodeView":false,
        "displayName":"Progress Tracker",
        "repositoryId":"re100002",
        "descriptor":{
            "isLatestVersion":true,
            "previousButton":"Previous",
            "regions":[
                {
                    "repositoryId":"progressTrackerStageOne"
                },
                {
                    "repositoryId":"progressTrackerStageTwo"
                },
                {
                    "repositoryId":"progressTrackerStageThree"
                }
            ],
            "displayName":"Progress Tracker",
            "availableToAllPages":false,
            "minWidth":1,
            "version":1,
            "nextButton":"Next",
            "latestVersion":1,
            "repositoryId":"progressTracker",
            "id":"progressTracker",
            "pageTypes":[
                {
                    "repositoryId":"checkoutPageType",
                    "alias":"/checkout",
                    "id":"checkoutPageType",
                    "shortName":"checkout"
                }
            ],
            "stackType":"progressTracker",
            "configurable":true
        },
        "id":"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