getComponentLocaleContentForLocale

get

/ccadmin/v1/componentInstances/{id}/locale/{locale}

Retrieve locale-specific Component Instance widget data by ID. User may select locale with parameters in the form of ISO 3166-1 Alpha-2 codes (England - en, France - fr etc).

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

The response returned upon successfully retrieving locale specific component instance data by ID.
Body ()
Root Schema : getComponentInstanceByLocaleWithId_okResponse
Type: object
Show Source
Nested Schema : localeData
Type: object
Show Source
Nested Schema : custom
Type: object
Custom translations used for this locale.
Show Source
Nested Schema : resources
Type: object
Show Source

404 Response

The error response returned when ID value is not recognised.
Body ()
Root Schema : getComponentInstanceByLocaleWithId_doesNotExistResponse
Type: object
Show Source
Back to Top