listLayouts
GET
/api/v1/layouts
const url = 'https://example.com/api/v1/layouts';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/api/v1/layoutsLayout summaries include hasUnpublishedChanges, computed by comparing the current draft document with the published document rather than by comparing their independent revision counters.
Responses
Section titled “ Responses ”Paginated Layout summaries