v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Channel Layout Operations

Get the channel layouts

get/channels/{channel_id}/layouts

Path parameters

channel_idstring required

Channel id. Optionally includes the project id, separated by a dash: mychannel-branchId

Response

OK

namestring required

identifying name of this layout within its channel

labelstring

default display label for this layout

descriptionstring

description for this layout

parametersobject

a map of string parameters (names/values) for this layout

type'abstract' | 'page' | 'xpage' required

page type defines the usage. Only abstract pages can be extended. Valid values: abstract, page, xpage

extendsstring

the name of the (abstract) page extended by this layout