POST
/authoring/v1/layouts
Create new layouts.
GET
/authoring/v1/layouts
Retrieve all layouts in the database.
GET
/authoring/v1/layouts/by-content/{content-id}
Retrieves the layouts associated with the specified content.
GET
/authoring/v1/layouts/by-path
Retrieve an existing layout by its path.
GET
/authoring/v1/layouts/count
Retrieve the total number of layouts.
PUT
/authoring/v1/layouts/{id}
Update an existing layout.
DELETE
/authoring/v1/layouts/{id}
Delete an existing layout.
GET
/authoring/v1/layouts/{id}
Retrieve an existing layout.
GET
/authoring/v1/layouts/views/by-modified
Retrieve all layouts in the database ordered by last modified date.
GET
/authoring/v1/layouts/views/by-name
Retrieve all layouts in the database with the specified name.
POST
/authoring/v1/layout-mappings
Create new layout mappings.
GET
/authoring/v1/layout-mappings
Retrieve all layout mappings in the database.
GET
/authoring/v1/layout-mappings/by-path
Retrieve an existing layout mapping by its path.
GET
/authoring/v1/layout-mappings/by-type/{type-id}
Retrieve an existing layout mapping via its associated content-type.
DELETE
/authoring/v1/layout-mappings/by-type/{type-id}
Deletes an existing layout mapping via its associated content-type.
POST
/authoring/v1/layout-mappings/by-type/{type-id}/copy
Copies an existing layout mapping via its associated content-type.
GET
/authoring/v1/layout-mappings/count
Retrieve the total number of layout mappings.
PUT
/authoring/v1/layout-mappings/{id}
Update an existing layout mapping.
DELETE
/authoring/v1/layout-mappings/{id}
Delete an existing layout mapping.
GET
/authoring/v1/layout-mappings/{id}
Retrieve an existing layout mapping.
POST
/authoring/v1/layout-mappings/{id}/copy
Copies an existing layout mapping.
GET
/authoring/v1/layout-mappings/views/by-modified
Retrieve all layout mappings in the database ordered by last modified date.
GET
/authoring/v1/layout-mappings/views/by-name
Retrieve all layout mappings in the database with the specified name.