getComponentPageAssociations

get

/ccadmin/v1/components/{componentType}/{component}/pageAssociations

Get Component Page Associations. Gets the page associations of the input 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 : getComponentPageAssociations_response
Type: object
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : repositoryId
Type: array
The ID of the component that the page associations belongs to.
Show Source
Example Response (application/json)
{
    "items":[
        {
            "cancelItemDetailsWidgetInst_v2":[
                "Order Details Layout"
            ],
            "links":[
                {
                    "rel":"self",
                    "href":"http://localhost:9080/ccadmin/v1/components/widget/cancelItemDetails_v2/pageAssociations"
                }
            ]
        }
    ]
}

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