getComponentInstanceLocaleContent
get
/ccadmin/v1/componentInstances/{id}/locale/
Retrieve locale-specific Component Instance widget data by ID. This applies to the current default locale only.
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): string
ID for Component Instance.
Response
Supported Media Types
- application/json
200 Response
The response returned upon successfully retrieving locale specific component instance data by ID.
Nested Schema : items
Type:
Show Source
object-
href:
string
Default Value:
http://localhost:9080/ccadmin/v1/componentInstances/400002/locale?custom=...Specifies the location (URL) of the external resource. -
rel:
string
Default Value:
selfThe relationship between the current document and the linked document/resource.
Nested Schema : resources
Type:
Show Source
object-
closeLinkAltText:
string
Default Value:
CloseAlt Text for Close Link option in this locale. -
labelExpand:
string
Default Value:
ExpandLabel text for Expand field in this locale. -
labelImageSelected:
string
Default Value:
Image selectedLabel text for ImageSelected field in this locale. -
labelNextImage:
string
Default Value:
Next ImageLabel text for NextImage field in this locale. -
labelOpenExpandedView:
string
Default Value:
Click to open expanded viewLabel text for OpenExpandedView field in this locale. -
labelRollOverImage:
string
Default Value:
Roll over image to zoom inLabel text for RollOverImage field in this locale.
404 Response
The error response returned when ID value is not recognised.
Root Schema : getComponentInstanceByLocale_doesNotExistResponse
Type:
Show Source
object-
errorCode:
string
Default Value:
33001The internal error code -
message:
string
Default Value:
Specified widget 'exampleId' does not exist.The HTTP error message -
status:
string
Default Value:
404The HTTP status code