Appearance
GET
/web-pages/draft/drafts/{draftId}/settingsRequired scope:
viskan:draft:readReturns a list of store settings in a draft.
Parameters
Path parameters
draftId string Format:
uuidIdentifier of the draft. A draft is a workspace that holds unpublished changes to web store content.
Response
A list of store settings.
JSON
[
{
"storeSettingId": "e7f65f98-e2a6-4ffd-a985-6e6a4180f5e0",
"storeSettingKey": "searchUrlPrefix",
"storeSettingValue": "search",
"countryCode": "SE",
"languageCode": "sv",
"status": "MODIFIED"
}
]
| Error code | Description |
|---|---|
web-pages.list-settings.draft-not-found | Draft not found. |