listApplicationComponents

get

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

List Application Components. Endpoint for getting components belonging to the application.

Request

Supported Media Types
Path Parameters
Query Parameters
  • The page type. If specified the endpoint will list components that support the given page type.
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : listApplicationComponents_response
Type: object
Show Source
Nested Schema : items
Type: array
Component
Show Source
Nested Schema : items
Type: object
Show Source
Example Response (application/json)
{
    "items":[
        {
            "providesContext":null,
            "requiresContext":null,
            "displayName":"AccountTypeSelectorContainer",
            "root":"/clientApplications/core-commerce-reference-store/components/ResponsiveContainer",
            "repositoryId":"100869",
            "name":"AccountTypeSelectorContainer",
            "namespace":"occ.react",
            "hiddenFromSiteStudio":false,
            "id":"100869",
            "source":101,
            "type":"container"
        },
        {
            "providesContext":null,
            "requiresContext":null,
            "displayName":"CheckoutLoginContainer",
            "root":"/clientApplications/core-commerce-reference-store/components/ResponsiveContainer",
            "repositoryId":"100888",
            "name":"CheckoutLoginContainer",
            "namespace":"occ.react",
            "hiddenFromSiteStudio":false,
            "id":"100888",
            "source":101,
            "type":"container"
        },
        {
            "providesContext":null,
            "requiresContext":null,
            "displayName":"Container",
            "root":"/clientApplications/core-commerce-reference-store/components/Container",
            "repositoryId":"100714",
            "name":"Container",
            "namespace":"occ.react",
            "hiddenFromSiteStudio":false,
            "id":"100714",
            "source":101,
            "type":"container"
        }
    ]
}

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