Appearance
GET
/web-pages/draft/drafts/{draftId}/settings/{storeSettingId}Required scope:
viskan:draft:readRetrieves a store setting by ID.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
storeSettingId string Format:
uuidIdentifier of the store setting. Store settings are key-value pairs that configure web store behavior.
Response
Store setting successfully retrieved.
JSON
{
"storeSettingId": "e7f65f98-e2a6-4ffd-a985-6e6a4180f5e0",
"storeSettingKey": "searchUrlPrefix",
"storeSettingValue": "search",
"countryCode": "SE",
"languageCode": "sv",
"status": "MODIFIED"
}
| Error code | Description |
|---|---|
web-pages.retrieve-setting.draft-not-found | Draft not found. |
web-pages.retrieve-setting.setting-not-found | Could not find the setting by ID. |