Get all pages
get
                    /ccstore/v1/pages
This call retrieves all pages defined within the application.
                
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Returned when the operation succeeds.
                
                
                    Root Schema : getPages_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            items: 
            array  items
            
            A list of pages along with their details.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            defaultPage: 
            boolean
            Whether the page is the default page for the site.
 - 
            displayName: 
            string
            The display name property of the page.
 - 
            name: 
            string
            The name property of the page.
 - 
            pageType: 
            string
            The page type short name.
 - 
            pageTypeItem: 
            object  pageTypeItem
            
            The page type item
 - 
            repositoryId: 
            string
            The internal ID of the page.
 - 
            route: 
            string
            The route property of the page.
 
Nested Schema : pageTypeItem
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe page type item
    
    
    
    
    Show Source
        - 
            repositoryId: 
            string
            The internal ID of the page type item.
 
Example Response (application/json)
                    [
    {
        "defaultPage":false,
        "displayName":"Returns",
        "indexable":true,
        "sites":[
        ],
        "rules":[
            {
                "repositoryId":"returnsPageViewportPageRule"
            }
        ],
        "source":null,
        "pageTypeItem":{
            "repositoryId":"articlePageType"
        },
        "target":100,
        "route":"/returns",
        "pageType":"article",
        "repositoryId":"returnsPage",
        "name":"returns",
        "supportedDevices":null,
        "secured":false
    },
    {
        "defaultPage":false,
        "displayName":"Checkout",
        "indexable":false,
        "sites":[
        ],
        "rules":[
            {
                "repositoryId":"checkoutCancelSateRule"
            }
        ],
        "source":null,
        "pageTypeItem":{
            "repositoryId":"checkoutPageType"
        },
        "target":100,
        "route":"/checkout",
        "pageType":"checkout",
        "repositoryId":"checkoutCancelPage",
        "name":"checkout",
        "supportedDevices":null,
        "secured":false
    },
    {
        "defaultPage":false,
        "displayName":"Update Password Account Shopper",
        "indexable":false,
        "sites":[
        ],
        "rules":[
            {
                "repositoryId":"updatePasswordAccountShoppersPageRule2"
            },
            {
                "repositoryId":"updatePasswordAccountShoppersPageRule"
            },
            {
                "repositoryId":"updatePasswordAccountShoppersPageRule3"
            }
        ],
        "source":null,
        "pageTypeItem":{
            "repositoryId":"profilePageType"
        },
        "target":101,
        "route":"/updatepassword-accountshoppers",
        "pageType":"profile",
        "repositoryId":"updatePasswordAccountShoppersPage",
        "name":"updatepassword-accountshoppers",
        "supportedDevices":null,
        "secured":false
    },
    {
        "defaultPage":true,
        "displayName":"Order Details",
        "indexable":false,
        "sites":[
        ],
        "rules":[
        ],
        "source":null,
        "pageTypeItem":{
            "repositoryId":"orderDetailsPageType"
        },
        "target":100,
        "route":"/orderDetails",
        "pageType":"orderDetails",
        "repositoryId":"orderDetailsPage",
        "name":"orderDetails",
        "supportedDevices":null,
        "secured":false
    }
]
                    
                    Default Response
Returned when the operation is unsuccessful.
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Show Source
        object- 
            devMessage: 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode: 
            string
            The numerical code identifying the error
 - 
            errors: 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message: 
            string
            The localized message describing the error
 - 
            moreInfo: 
            string
            An optional non-localized message with more information
 - 
            o:errorPath: 
            string
            An optional machine readable description of where the error occurred
 - 
            status: 
            string
            The HTTP status code
 - 
            type: 
            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: 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode: 
            string
            The numerical code identifying the error
 - 
            message: 
            string
            The localized message describing the error
 - 
            moreInfo: 
            string
            An optional non-localized message with more information
 - 
            o:errorPath: 
            string
            An optional machine readable description of where the error occurred
 - 
            status: 
            string
            The HTTP status code