Appearance
GET
/web-pages/draft/drafts/{draftId}/layoutsRequired scope:
viskan:draft:readReturns a list of layouts 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 layouts.
JSON
[
{
"layoutId": "acbbeca5-e63d-49fb-ba71-f32ba63e6073",
"layoutName": "Start Page layout",
"layoutDescription": "Layout created for start pages",
"layoutType": "START_PAGE",
"status": "MODIFIED"
}
]
| Error code | Description |
|---|---|
web-pages.list-layouts.draft-not-found | Draft not found. |