Appearance
GET
/web-pages/draft/drafts/{draftId}/localesRequired scope:
viskan:draft:readReturns a list of locales 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 locales.
JSON
[
{
"contentLocaleId": "1a7c7f65-1d4e-4c3d-8f6d-5e2cbb9f2e11",
"languageCode": "en",
"countries": [
{
"countryCode": "SE",
"enabled": true
}
],
"status": "MODIFIED"
}
]
| Error code | Description |
|---|---|
web-pages.list-locales.draft-not-found | Draft not found. |